Add AgentStore - Open-source plugin marketplace with USDC payments
loading diff…
AgentStore is an open-source marketplace for Claude Code plugins with gasless USDC payments via the x402 protocol.
Key features:
/plugin marketplace add techgangboss/agentstoreInstall:
/plugin marketplace add techgangboss/agentstore
/plugin install code-reviewer@agentstore
For publishers (2 HTTP calls, no auth needed for free agents):
curl -X POST https://api.agentstore.tools/api/publishers \
-H "Content-Type: application/json" \
-d '{"name":"my-publisher","display_name":"My Publisher"}'
curl -X POST https://api.agentstore.tools/api/publishers/agents/simple \
-H "Content-Type: application/json" \
-d '{"publisher_id":"my-publisher","name":"My Agent","description":"What it does"}'