Skip to main content
Docs/Guides

Execute a skill

Run any active skill from the marketplace, skill detail page, or API.

Last updated July 12, 2026

Web flow

  1. 1Open the Skills marketplace and prefer a Live data skill (or use the homepage mint scanner).
  2. 2Optionally connect a wallet for identity — free trial works without it.
  3. 3Enter the main input and optional context.
  4. 4Run free trial. Listed fees are not charged yet.
  5. 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"}'
NextPublish a skill