Execute a skill
Run any active skill from the marketplace, skill detail page, or API.
Last updated July 12, 2026
Web flow
- 1Open the Skills marketplace and prefer a Live data skill (or use the homepage mint scanner).
- 2Optionally connect a wallet for identity — free trial works without it.
- 3Enter the main input and optional context.
- 4Run free trial. Listed fees are not charged yet.
- 5Check Mock vs Live LLM labels, then open the public receipt if you want to share.
API flow
curl -X POST http://localhost:3000/api/execute \
-H "Content-Type: application/json" \
-d '{"slug":"market-research-agent","input":"Analyze Solana wallet tooling","walletAddress":"YOUR_WALLET"}'Related pages
Free trial & Live dataHow free guest runs work, what Live data skills mean, and how mock vs live LLM responses are labeled.Execution APIRun skills programmatically and receive result metadata.Execution receiptsReceipts create a verifiable trail for skill runs, payments, providers, and output hashes.