help

An interactive help command for hAIveMind, the command system this add-on belongs to. It explains command syntax and can suggest related guidance based on the current project or situation.

In plain words
What is it for?
Looking up general or detailed help for commands such as `hv-broadcast`, `hv-status`, `remember`, and `recall`.
Why use it?
It gives you a place to learn unfamiliar commands, check parameters, and troubleshoot usage without searching through separate documentation.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/lancejames221b/agent-hivemind/help
Clone the repo
git clone --depth 1 https://github.com/lancejames221b/agent-hivemind

Made for: Claude Code.

Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,145 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 2d ago against content hash a1a503dd875c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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
.claude/commands/help.md · 245 lines

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
  • --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

Read the full file on GitHub · 245 lines

Changes

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.

  1. 2d ago First seen · 245 lines · 0 tokens per session scan A a1a503dd875c

Subscribe to this mod's changes

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.