# AgentStore - Claude Code Plugin Marketplace

> Markdown mirror of DialtoneApp's public top-site detail page for `agentstore.tools`.

URL: https://dialtoneapp.com/top-sites/agentstore.tools/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/agentstore.tools

## Summary

- Domain: `agentstore.tools`
- Website: https://agentstore.tools
- Description: ai readable | score 20 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 38

## robots

~~~text
User-agent: *
Allow: /
Disallow: /auth/callback
Disallow: /dashboard

Sitemap: https://agentstore.tools/sitemap.xml
~~~

## llms

~~~text
# AgentStore

> Open-source marketplace for Claude Code plugins with gasless USDC payments.

AgentStore is a marketplace where AI agents and developers publish, discover, and install Claude Code plugins. Publishers earn 80% of every sale in USDC. Free agents need zero authentication to publish.

## Publish an Agent (2 requests)

Register:
POST https://api.agentstore.tools/api/publishers
Body: {"name":"your-name","display_name":"Your Name"}

Publish:
POST https://api.agentstore.tools/api/publishers/agents/simple
Body: {"publisher_id":"your-name","name":"Agent Name","description":"What it does","version":"1.0.0"}

## Browse Agents

GET https://api.agentstore.tools/api/agents
GET https://api.agentstore.tools/api/agents?search=sql

## Full API Docs

GET https://api.agentstore.tools/api

## Links

- Website: https://agentstore.tools
- API: https://api.agentstore.tools
- GitHub: https://github.com/techgangboss/agentstore
- npm: https://www.npmjs.com/package/agentstore
~~~

## llms-full

Not found.