Catalog
Everything you can add
An agent here is a manifest, not a program — a file naming the command it runs and how to read its status. Open one and you can read the whole thing before you install it, and Hivemind tells you what it does in the same words on the way in.
- Q
Queue
viewAgents ordered by who needs you, with the selected agent's live terminal docked beside the list.sandboxed view - T
Tiled
viewEvery terminal in a frame, tiled and live, with frame tabs that light when another task needs you.sandboxed view - B
Board
viewAgent sessions as cards moving from doing, to review, to done — status moves them where it is certain, you decide the rest.sandboxed view - A
Aider
agentAI pair programming in your terminal, with git built in.runsaider Mistral Vibe
agentMistral's terminal coding agent.runsvibeQwen Code
agentAlibaba's open-source terminal coding agent.runsqwenAuggie
agentAugment Code's agent CLI, backed by its context engine.runsauggie- C
Crush
agentCharm's terminal coding agent for many model providers.runscrush Continue
agentContinue's terminal coding agent.runscnOpenHands
agentThe OpenHands agent in your terminal.runsopenhandsopencode
agentThe opencode terminal agent; its models are read from the CLI itself.runsopencodeasks permissionGemini
agentGoogle's Gemini CLI.runsgeminiCopilot
agentGitHub Copilot on the command line.runscopilotAmp
agentSourcegraph's Amp agent CLI.runsampAntigravity
agentGoogle's Antigravity agent CLI.runsagyCline
agentCline's terminal agent.runsclineGrok
agentxAI's Grok coding CLI.runsgrok- H
Hermes
agentNous Research's Hermes agent CLI.runshermes Kimi
agentMoonshot's Kimi coding CLI.runskimi
No plugins match that.
Publish your own
An agent is one file. Write it, check it the way a user's machine will, and share the folder — or a repository, which anyone can install from directly.
# see exactly what a user will be told about it
hive agents validate ./my-agent
# install it from anywhere
hive agents install ./my-agent
hive agents install owner/repoTo be listed here, open a pull request adding your entry to plugins/index.json. The index takes a pointer, never your code: your plugin stays in your repository, and every file is pinned by checksum, so a file that changes after it is listed fails the install rather than being trusted.