agents-store
v0.1.2
Published
CLI for agents.store — Install AI agent skills, plugins and packs for Claude Code, Cursor, Codex, OpenClaw, Windsurf, Amp and more
Downloads
51
Maintainers
Readme
agents-store
CLI for agents.store — Install AI agent skills, plugins and packs for your coding agents.
🚧 Coming Soon
This package is under active development. Star the repo and follow agents.store for updates.
Planned Features
# Authenticate
npx agents-store auth set <your-token>
# Skills — instruction sets for agents
npx agents-store skill search "sales automation"
npx agents-store skill add stackmakers/lead-qualifier --agent claude-code
npx agents-store skill add stackmakers/lead-qualifier --agent cursor
# Plugins — skills + MCP servers
npx agents-store plugin add stackmakers/hubspot-agent --agent claude-code \
--config '{"hubspotApiKey":"hk_xxx"}'
# Packs — bundles of plugins
npx agents-store pack add stackmakers/sales-machine --agent claude-codeSupported Agents
| Agent | Skills | Plugins (MCP) | |-------|--------|---------------| | Claude Code | ✅ | ✅ | | Cursor | ✅ | ✅ | | Codex | ✅ | ✅ | | OpenClaw | ✅ | 🔜 | | Windsurf | ✅ | ✅ | | Amp | ✅ | ✅ | | GitHub Copilot | ✅ | 🔜 |
Product Types
- Skills — SKILL.md instruction files that teach agents domain expertise
- Plugins — Skills + MCP server connections for external integrations
- Packs — Curated bundles of skills and plugins for complete workflows
Links
- Website: agents.store
- Documentation: docs.agents.store
License
MIT
