Skip to content

Add AgentStore marketplace#27

Open
techgangboss wants to merge 1 commit intoccplugins:mainfrom
techgangboss:add-agentstore
Open

Add AgentStore marketplace#27
techgangboss wants to merge 1 commit intoccplugins:mainfrom
techgangboss:add-agentstore

Conversation

@techgangboss
Copy link

AgentStore

AgentStore is an open-source marketplace for Claude Code plugins with gasless USDC payments.

Install as a marketplace:

/plugin marketplace add techgangboss/agentstore

For publishers — publish in 2 HTTP calls, zero auth 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"}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant