Skill
Terminal-native marketplace for Claude Code skills - Built for vibe coders, powered by x402 + USDC on Base L2
npx -y skills add csmoove530/clawd-market --skill skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Agent-native marketplace for Claude Code skills with x402 payments
SKILL.md
1.7 KB, 346 tokens by cl100k_base, as published. Nobody here has run it
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"
}
What ships with it: 8 files
35.8 KB alongside SKILL.md, 6 of them executable
src/
- api-client.tsruns4.4 KB
- cli.tsruns6.8 KB
- config.tsruns972 B
- index.tsruns403 B
- installer.tsruns2.2 KB
- clawd-market-cli.jsruns20.2 KB
- package.json401 B
- tsconfig.json444 B