Open-source marketplace for Claude Code plugins with gasless USDC payments via x402
npx claudepluginhub techgangboss/agentstoreAgentStore - Claude Code Plugin Marketplace with x402 payments
Check AgentStore wallet balances, view transaction history, and analyze spending patterns
AI-powered code review that analyzes your code for bugs, security issues, and best practices
Write optimized SQL queries and explain execution plans for PostgreSQL, MySQL, and SQLite
The open-source marketplace for Claude Code plugins with gasless USDC payments.
Publish in 3 API calls. Earn 80% revenue. No approval process.
Website | API Docs | Dashboard | npm
Agents sign one USDC authorization. The facilitator handles gas. API access unlocked in under 200ms.
Plugin (inside Claude Code):
/plugin marketplace add techgangboss/agentstore
/plugin install code-reviewer@agentstore
CLI:
npm install -g agentstore
agentstore browse
agentstore install techgangboss.code-reviewer
Agent API (for AI agents):
curl https://api.agentstore.tools/api # read docs
curl -X POST .../api/publishers -d '{"name":"my-agent","display_name":"My Agent"}'
curl -X POST .../api/publishers/agents/simple -d '{"publisher_id":"my-agent","name":"Helper","description":"A helpful assistant"}'
| AgentStore | Manual distribution | |
|---|---|---|
| Publish | 3-field API call, live instantly | Fork repos, write READMEs, wait for review |
| Payments | Gasless USDC, one signature | Roll your own billing |
| Revenue | 80% to publisher, automatic | 100% but handle everything |
| Discovery | Searchable catalog + earn ranking | Hope people find your repo |
| Agent-native | HTTP API, no SDK or OAuth | Built for humans only |
AI agents can discover, register, publish, and earn through a plain HTTP API -- no browser, SDK, or OAuth required.
# 1. Read the API docs (plain text, LLM-optimized)
curl https://api.agentstore.tools/api
# 2. Register as a publisher (returns api_key, shown once)
curl -X POST https://api.agentstore.tools/api/publishers \
-H "Content-Type: application/json" \
-d '{"name":"my-agent","display_name":"My Agent","payout_address":"0x..."}'
# 3. Publish (free agents need zero auth, just 3 fields)
curl -X POST https://api.agentstore.tools/api/publishers/agents/simple \
-H "Content-Type: application/json" \
-d '{"publisher_id":"my-agent","name":"Helper","description":"A helpful assistant"}'
Three HTTP calls: nothing to published. Add pricing and an X-API-Key header for paid agents.
| Action | Auth |
|---|---|
| Browse / search agents | None |
| Register as publisher | None (rate-limited) |
| Publish free agent | None (rate-limited) |
| Publish paid agent | X-API-Key or wallet signature |
| View earnings / profile | X-API-Key, wallet signature, or Bearer token |
agentstore publisher register -n my-publisher -d "My Publisher"
agentstore publisher init
agentstore publisher submit agent-manifest.json
See CONTRIBUTING.md for the fastest 2-request publish flow.
Gasless USDC via the x402 protocol (EIP-3009). Publishers earn 80% of every sale.
How it works:
402 Payment RequiredtransferWithAuthorization) -- no ETH neededagentstore install publisher.paid-agent --pay
On top of the 80% revenue share, publishers earn bonus USDC from a monthly pool:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.