Borrowing it
Nothing to install: this file belongs to lancejames221b/agent-hivemind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lancejames221b/agent-hivemind/master/.claude/commands/hivesink-init.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/commands/lancejames221b/agent-hivemind/hivesink-init)<a href="https://agentmods.dev/commands/lancejames221b/agent-hivemind/hivesink-init"><img src="https://agentmods.dev/badge/commands/lancejames221b/agent-hivemind/hivesink-init.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.00017 | $0.01984 |
| Opus 5 | $0.00009 | $0.00992 |
| Sonnet 5 | $0.00003 | $0.00397 |
| Haiku 4.5 | $0.00002 | $0.00198 |
Grade B, and why
hivesink-init scanned grade B with 1 finding 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 6d 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.
Fix: mkdir -p ~/.haivemind/vault && chmod 700 ~/.haivemind How it starts
The opening of the file, as written. The whole thing — 273 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hivesink-init - Simple Vault Sync
Purpose
Simple bi-directional sync for hAIveMind content. Pull from vault to start fresh, push to vault to share your setup.
Syntax
hivesink-init <direction> [options]
Direction (Required)
down- Pull from vault to local (like git pull)up- Push from local to vault (like git push)
Selection Options (Pick One)
--all- Sync everything without prompts--interactive- Prompt for each type (default)--skills- Only skill files (.claude/commands/*.md)--docs- Only CLAUDE.md and AGENT.md--configs- Only config files (.mcp.json, config/*.json)
Additional Options
--dry-run- Show what would sync without making changes--scope <personal|team|global>- Choose vault scope (will prompt if not specified)
Vault Storage Locations
By Scope
- personal:
~/.haivemind/vault/- Your private vault - team:
~/.haivemind/team/<team_name>/- Shared with team - global: Via hAIveMind MCP sync service - Entire collective
Structure
~/.haivemind/vault/
├── skills/ # .claude/commands/*.md files
│ ├── hv-sync.md
│ ├── remember.md
│ └── ...
├── docs/ # Documentation files
│ ├── CLAUDE.md
│ └── AGENT.md
├── configs/ # Configuration files
│ ├── mcp.json
│ └── sync-protocol.json
└── manifest.json # Vault contents index
Examples
Fresh Start - Pull Everything
hivesink-init down --all
Pull all skills, docs, and configs from vault. No prompts.
Interactive Pull
hivesink-init down
Prompts: Which scope? What content types? Approve each?
Share Your Setup
hivesink-init up --all
Push your entire setup to vault for backup/sharing.
Just Get Skills
hivesink-init down --skills --scope personal
Pull only skill files from personal vault.
Preview Changes
hivesink-init down --all --dry-run
See what would be synced without making changes.
Interactive Flow
When run without --all, you'll see:
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.
- 6d ago First seen · 273 lines · 17 tokens per session scan B 173ced788463
hivesink-init is a command published in the GitHub repository lancejames221b/agent-hivemind (7 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 1,984 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
minutes-ideas
Surface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
learn
Force claude-smart to extract learnings from this session now.
memory-store
Store an insight, decision, or pattern to memory.
cc-memory
Configure persistent memory that survives across sessions using a layered approach: split rule files for always-loaded context, auto-memory for organic learning, and optional MCP-backed long-term memory for large codebases.
analyze-context
USE WHEN you want to analyze project context before starting work on a task. Calls context + recall, then synthesizes goals, decisions, gotchas, and relevant memories into a pre-task brief.
music-suno-prompt
Grounded Suno prompt synthesis from local knowledge corpus + persona canon + label canon. No vibes-prompting.