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.
npx agentmods add instructions/lancejames221b/agent-hivemind/claude-mdgit clone --depth 1 https://github.com/lancejames221b/agent-hivemindWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/lancejames221b/agent-hivemind/claude-md)<a href="https://agentmods.dev/instructions/lancejames221b/agent-hivemind/claude-md"><img src="https://agentmods.dev/badge/instructions/lancejames221b/agent-hivemind/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.06122 | $0.06122 |
| Opus 5 | $0.03061 | $0.03061 |
| Sonnet 5 | $0.01224 | $0.01224 |
| Haiku 4.5 | $0.00612 | $0.00612 |
Grade B, and why
agent-hivemind CLAUDE.md scanned grade B with 2 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 5d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo apt-get install redis-server Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl http://localhost:8899/api/status How it starts
The opening of the file, as written. The whole thing — 636 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - ClaudeOps hAIveMind DevOps Memory System
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
ClaudeOps hAIveMind Overview
ClaudeOps is a hAIveMind - a centralized multi-agent DevOps memory MCP (Model Context Protocol) server that enables multiple Claude agents to collaborate on DevOps tasks across your entire infrastructure. The system provides persistent memory storage, real-time synchronization, agent coordination, and infrastructure management capabilities.
hAIveMind Features:
- Collective Intelligence: Claude agents share knowledge, delegate tasks, and coordinate responses across infrastructure
- Teams & Vaults: Secure collaborative workspaces with encrypted secret storage and role-based access control
- Operating Modes: Solo, Vault, and Team modes for context-aware memory storage and retrieval
- Infrastructure Configuration Sync: SSH configs, service configs, and other critical DevOps assets synchronized across the network
- DevOps Memory Categories: Specialized storage for infrastructure, incidents, deployments, monitoring, runbooks, and security
- Real-Time Collaboration: Agents broadcast discoveries, query each other's knowledge, and coordinate autonomous responses
- Distributed Storage: ChromaDB for vector storage, Redis for caching, with conflict resolution via vector clocks
- Token-Optimized Format (v2): Auto-teaches optimal compression on first memory access - 60-80% token reduction
Token-Optimized Format System (v2)
The memory system automatically teaches Claude the optimal format on first memory access each session:
Format Guide (injected automatically):
Symbols: → (flow) | (or) ? (opt) ! (req) :: (type)
Tables > prose: | key | val |
Refs: [ID]: define → use [ID]
Compact: auth(key) → search(q) → JSON
How it works:
- First
search_memories,retrieve_memory, orget_recent_memoriescall includes_haivemind_meta.format_guide - All stored memories are tagged with
format_version: v2 - Legacy verbose memories are flagged with
legacy_content_detected: true - Use
get_format_guidetool for detailed format reference
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.
- 5d ago First seen · 636 lines · 6,122 tokens per session scan B 431cfc8f6f85
agent-hivemind CLAUDE.md is an instructions file published in the GitHub repository lancejames221b/agent-hivemind (7 stars, last pushed 1mo ago), licensed MIT. It adds 6,122 tokens to every session, about $0.0306 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
aeon CLAUDE.md
Claude Code instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
cognirepo CLAUDE.md
Claude Code instructions for ashlesh-t/cognirepo, covering claude.md, key rules, session start sequence (run in this order), behavioral confirmation rule and personas (cognirepo-402, cognirepo-403).
wayland-core copilot-instructions.md
Copilot instructions for FerroxLabs/wayland-core, covering ijfw rules, output discipline, memory routing, context discipline and cross-audit.
mcp-structured-memory CLAUDE.md
Claude Code instructions for nmeierpolys/mcp-structured-memory, a project described as: Structured Memory MCP Server.
inkwell-memory CLAUDE.md
Instructions for veronchenko/inkwell-memory, covering claude.md — inkwellmemory, layout, multi-tenant mode (inkwellmultitenant=1), conventions and testing.
memory-mcp-1file AGENTS.md
Instructions for pomazanbohdan/memory-mcp-1file, covering ⛔ l0 invariants (never violate under any circumstance), detection heuristic, 🔀 phase transition routing (⛔ blocking), gate-0: phase identification & loading and 🧾 proof-of-load requirement (critical).