Skip to content

nullorder/agenthub

AgentHub

A community-driven plugin marketplace for Claude Code. Open to everyone.

Discord X (Twitter) License: MIT

300 plugins | 73 authors

Install

/plugin marketplace add nullorder/agenthub

Browse & install plugins

/plugin

Go to the Discover tab to see available plugins, then install what you need:

/plugin install <plugin-name>@agenthub

Update plugins

Plugins 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 appear

For 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.

Contributing

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.

Badge

If you wanna add your plugin to Agenthub, you can also add this badge to your plugin's README:

AgentHub

Markdown:

[![AgentHub](https://agenthub.nullorder.org/badge.svg)](https://agenthub.nullorder.org)

HTML:

<a href="https://agenthub.nullorder.org">
  <img src="https://agenthub.nullorder.org/badge.svg" alt="AgentHub" />
</a>

Increase the skill budget

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=30000

Add it to your shell profile (~/.zshrc, ~/.bashrc, ~/.envrc etc.) to make it permanent. See anthropics/claude-code#14549 for details.

License

This marketplace catalog is licensed under MIT. Individual plugins have their own licenses — see each plugin's repository for details.

References

Releases

No releases published

Packages

 
 
 

Contributors