Before you start
- A Valendata account at app.valendata.com
- The URL of the site you want to automate
- Any login credentials the task requires
Recording walkthrough
1
Enable recording
Open a new session from the main dashboard. In the chat input area, find the Record Skill toggle and switch it on. It will show Recording… to confirm it is active.
2
Walk through the workflow
Type your task or navigate the browser yourself. Perform every action that makes up the workflow — logging in, navigating, filling forms, clicking through pagination, and reaching the data you want extracted. Valendata records every interaction in real time.
If the site uses CAPTCHA or 2FA, Valendata handles both natively during recording and on every subsequent run.
3
End the session
When you have completed the full workflow, stop the session. Valendata saves your recording as a Config automatically.
4
Publish the Config as a Skill
Navigate to Configs in the sidebar and open the Config you just recorded. Click Publish as skill, give your Skill a name and description, set visibility, and click Publish Skill. Your Skill is now live as a versioned API endpoint.
5
Review parameters and output schema
Open the published Skill and go to the Workspace tab. Use the Suggest button to auto-detect input parameters and output fields from the recording. Review, rename, and adjust them as needed before making your first API call.
Calling your Skill via API
After publishing
Schedule it
Run the Skill automatically on a cron — hourly, daily, weekly, or a custom expression.
Chain it in a Workflow
Compose your Skill with HTTP steps, transforms, and other Skills to build end-to-end data pipelines.
Attach a Chrome Profile
Save your logged-in browser session so every run starts already authenticated.
Share to Marketplace
Publish your Skill to the public Marketplace so others can clone and build on it.