A community-driven plugin marketplace for Claude Code. Open to everyone.
300 plugins | 73 authors
/plugin marketplace add nullorder/agenthub/pluginGo to the Discover tab to see available plugins, then install what you need:
/plugin install <plugin-name>@agenthubPlugins are cached locally when you install them — pushes to an author's repo don't reach your machine automatically. To pull the latest version of a plugin you already have installed:
/plugin marketplace update agenthub # refresh the catalog and plugin sources
/plugin update <plugin-name>@agenthub # apply changes for one plugin
/reload-plugins # re-scan so new skills/agents appearFor plugin authors: once your plugin is listed in agenthub, pushing to
your source (GitHub repo, Git URL, Git subdir, or npm) is enough — the next
/plugin marketplace update picks up your changes. You only need to open
another PR to agenthub if you're changing the marketplace entry itself
(description, category, tags, etc.). See CONTRIBUTING.md
for details.
We welcome plugins of all kinds — skills, commands, agents, hooks, MCP servers, and LSP servers.
Your plugin code stays in your own repo. You submit a PR that adds a reference to it in our plugins/ directory. See CONTRIBUTING.md for the full guide.
If you wanna add your plugin to Agenthub, you can also add this badge to your plugin's README:
Markdown:
[](https://agenthub.nullorder.org)HTML:
<a href="https://agenthub.nullorder.org">
<img src="https://agenthub.nullorder.org/badge.svg" alt="AgentHub" />
</a>Claude Code limits how many plugin skills are injected into the system prompt (~15,000 characters by default). With a large marketplace like AgentHub, some plugins may be silently truncated.
To fix this, increase the budget:
export SLASH_COMMAND_TOOL_CHAR_BUDGET=30000Add it to your shell profile (~/.zshrc, ~/.bashrc, ~/.envrc etc.) to make it permanent. See anthropics/claude-code#14549 for details.
This marketplace catalog is licensed under MIT. Individual plugins have their own licenses — see each plugin's repository for details.
- Marketplace creation: https://code.claude.com/docs/en/plugin-marketplaces
- Plugin creation: https://code.claude.com/docs/en/plugins
- Plugin manifest schema: https://code.claude.com/docs/en/plugins-reference#plugin-manifest-schema
- Discover/install plugins: https://code.claude.com/docs/en/discover-plugins