Agent-native marketplace for Claude Code skills with x402 payments
The agent-native marketplace for Claude Code skills. Just describe what you need.
Simply tell Claude what capability you're looking for:
CLAWD Market will find, recommend, and install the best skill for you.
CLAWD Market uses the x402 payment protocol with USDC on Base L2. Payments are instant and split:
Use /clawd publish to list your skills on the marketplace.
Configure the marketplace API endpoint in your .clawd-market config file:
{
"apiEndpoint": "https://api.clawdmarket.com/api/v1"
}
Or set via environment variable:
export CLAWD_MARKET_API="https://api.clawdmarket.com/api/v1"
For local development:
{
"apiEndpoint": "http://localhost:3000/api/v1"
}