CLAWD Market
The agent-native marketplace for Claude Code skills. Just describe what you need.
Usage
Simply tell Claude what capability you're looking for:
- "I need a skill that helps me write better tests"
- "Find me something for database migrations"
- "I want to automate my deployment process"
CLAWD Market will find, recommend, and install the best skill for you.
How It Works
- Discovery: Tell Claude what you need in natural language
- Recommendation: AI searches the catalog and recommends the best match
- Purchase: Confirm with "yes" and payment flows via x402 + CLAWD wallet
- Installation: Skill is automatically downloaded and installed
Payment
CLAWD Market uses the x402 payment protocol with USDC on Base L2. Payments are instant and split:
- 99% to skill creator
- 1% to CLAWD Market
For Skill Sellers
Use /clawd publish to list your skills on the marketplace.
Requirements
- Claude Code with skills support
- CLAWD embedded wallet with USDC balance
- Internet connection
API Endpoint
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"
}