Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add Hivemind-OSS/Hivemindnpx agentmods add plugins/hivemind-oss/hivemind/harnessesgit clone --depth 1 https://github.com/Hivemind-OSS/HivemindGrade A, and why
hive-loop scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "hive-loop",
"description": "Closes the memory loop mechanically: recall before changing code, recall before storing, and a turn that cannot end with an unmade decision left silent. Requires Node >= 23.6 (the hooks run TypeScript directly).",
"version": "0.1.0",
"license": "Apache-2.0",
"author": {
"name": "Hivemind maintainers",
"url": "https://github.com/dsw7/hivemind"
},
"keywords": [
"memory",
"hooks",
"loop",
"hive"
],
"mcpServers": {
"hive": {
"type": "http",
"url": "${HIVE_MCP_URL}",
"headers": {
"Authorization": "Bearer ${HIVE_TOKEN}"
}
}
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 26 lines scan A 8c0c5f1baff3
hive-loop is a plugin published in the GitHub repository Hivemind-OSS/Hivemind (2 stars, last pushed 29d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
claude-code-plugin
Prismer Evolution — cross-agent learning network. Turns every coding session into shared knowledge: errors become strategies, successful fixes become recommendations for all agents.
firekeep
Install and connect Firekeep — one self-hosted Keep that carries knowledge, working context, coordination, and evidence across AI agents — then verify it with the product's own doctor.
firekeep marketplace
Connect AI agents through one shared, self-hosted Keep. Installs and connects Firekeep on this machine.
emulo
Mine real AI coding sessions into a bounded, evidence-backed personal layer.
engraphis
Give agents durable, scoped, explainable memory across sessions and repos via the Engraphis MCP tools. Use when you learn something worth keeping, need prior context before acting, or ask why/how a fact changed. Covers remember/recall, why/timeline, forget/pin/correct, sessions, and code search.
memory-kit
Persistent memory for coding agents: a hot cache injected every session and held under three size caps, per-session handoffs, and agent-audited promotion into knowledge articles and rules. Carries the builder's layers too — executor/recon/idea-validator agents, session review, second opinion, agent QA and a system…