Browsing the Marketplace
Open the Marketplace from the main sidebar. The Marketplace has two tabs:- Skills — individual automation endpoints you can run or clone
- Workflows — multi-step pipelines shared by the community
Cloning a Skill
1
Find a Skill in the Marketplace
Browse or search the Marketplace until you find a Skill that matches what you need. Click the card to open the Skill detail page and review its parameter list, sample output, and rating before proceeding.
2
Click Clone skill
On the Skill detail page, click the Clone skill button in the top-right corner. A confirmation dialog will appear — click Clone Skill to confirm. The Skill is cloned into your currently active Workspace.
3
Open your cloned Skill
After cloning, you are taken directly to the Skill in My Skills. Because the Skill was cloned from the Marketplace, a Rate on Marketplace button appears in the header — use it after running the Skill to leave a review.
4
Customize and run
The cloned Skill is a full independent copy. You can edit its name, parameters, and instructions via Edit skill. Run it from the Workspace tab to verify it works for your use case, then wire it into a schedule or call it via API.
Cloned Skills run against your own credit balance — not the original author’s. Each run deducts credits from your account based on LLM token usage and browser session time.
Rating a cloned Skill
After running a cloned Skill, click Rate on Marketplace from the Skill detail page to submit a star rating and written review. Only users who have cloned a Skill can rate it — this keeps reviews grounded in real usage. Your rating feeds into the Skill’s aggregate score on its Marketplace listing.Publishing your own Skills to the Marketplace
Any Skill you have built can be shared with the Valendata community by making it public. There are two ways to do this:- At publish time — in the Publish Skill modal, set visibility to Public before clicking Publish. The Skill will appear in the Marketplace immediately.
- After publishing — open the Skill, click Edit skill, and toggle visibility from Private to Public. The Skill moves to the Marketplace as soon as you save.
After cloning
Schedule the Skill
Set a cron to run the Skill automatically and wake up to fresh data every morning.
Call it via API
Use your vd_live_… API key to call the Skill from any codebase, no-code tool, or workflow builder.
Chain it in a Workflow
Compose the cloned Skill with transforms and HTTP steps to build end-to-end data pipelines.
Export the results
Download run output as JSON or CSV directly from the Runs tab.

