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.

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/repo

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