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 commands/lancejames221b/agent-hivemind/helpgit clone --depth 1 https://github.com/lancejames221b/agent-hivemindWhat 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 | $0.00013 | $0.02145 |
| Opus 5 | $0.00006 | $0.01073 |
| Sonnet 5 | $0.00003 | $0.00429 |
| Haiku 4.5 | $0.00001 | $0.00215 |
Grade A, and why
help scanned grade A 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
1. Check MCP server: curl http://localhost:8900/health How it starts
The opening of the file, as written. The whole thing — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.
help - Interactive Command Help
Purpose
Intelligent, context-aware help system that provides comprehensive guidance for hAIveMind commands with smart suggestions based on your current situation and usage patterns.
When to Use
- Learning hAIveMind: New users discovering available commands and capabilities
- Command Reference: Quick lookup of syntax, parameters, and usage patterns
- Troubleshooting: When commands aren't working as expected
- Context Guidance: Get suggestions relevant to your current project or situation
- Workflow Planning: Understand how commands work together
- Best Practices: Learn optimal usage patterns from collective experience
Syntax
help [command] [--detailed]
Parameters
- command (optional): Specific command to get detailed help for
- Examples:
hv-broadcast,hv-status,remember,recall
- Examples:
- --detailed (optional): Show comprehensive help with examples, troubleshooting, and related commands
Interactive Help Features
Smart Context Awareness
- Project Detection: Automatically detects Python, Node.js, Rust, Go projects
- Incident Response: Prioritizes incident-related commands during active issues
- Usage Patterns: Learns from your command history to provide relevant suggestions
- Agent Status: Considers collective health when suggesting commands
- Recent Activity: Adapts suggestions based on your recent command usage
Intelligent Suggestions
- Command Completion: Fuzzy matching for partial command names (e.g., "broad" → "hv-broadcast")
- Parameter Guidance: Context-aware parameter suggestions and validation
- Workflow Recommendations: Suggests logical next steps based on current command
- Error Prevention: Warns about common mistakes before execution
- Related Commands: Shows commands that work well together
Real-World Examples
General Help Overview
help
Result: Interactive dashboard showing all available commands, categorized by function, with context-aware suggestions based on your current situation
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 · 245 lines · 0 tokens per session scan A a1a503dd875c
help is a command published in the GitHub repository lancejames221b/agent-hivemind (7 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 2,145 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
constitution
Create or update the project constitution from interactive or provided principle inputs.