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 skills/intertwine/hive-orchestrator/hive-essentialsnpx skills add intertwine/hive-orchestrator --skill hive-essentialsgit clone --depth 1 https://github.com/intertwine/hive-orchestratorWrote 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/skills/intertwine/hive-orchestrator/hive-essentials)<a href="https://agentmods.dev/skills/intertwine/hive-orchestrator/hive-essentials"><img src="https://agentmods.dev/badge/skills/intertwine/hive-orchestrator/hive-essentials.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.00046 | $0.01468 |
| Opus 5 | $0.00023 | $0.00734 |
| Sonnet 5 | $0.00009 | $0.00294 |
| Haiku 4.5 | $0.00005 | $0.00147 |
Grade A, and why
hive-essentials 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hive Essentials
Read this before the other Hive skills. It gives you the mental model; the other skills give you the workflows.
What Hive Is
Hive is an agentic workflow orchestrator. It manages parallel task execution across multiple agents (human or LLM) with governance, evaluation, and observability.
The console is the primary interface for humans. The CLI is the primary interface for agents. Both read and write the same underlying state.
Entity Hierarchy
Workspace
├── Projects (goals with policy)
│ ├── AGENCY.md (narrative context for humans)
│ └── PROGRAM.md (execution policy: budgets, allowed paths, evaluators)
├── Tasks (units of work, canonical in .hive/tasks/*.md)
│ ├── status (proposed → ready → claimed → in_progress → review → done)
│ ├── claims (time-limited work leases)
│ └── links (blocks, parent_of, relates_to, duplicates, supersedes)
├── Runs (governed execution attempts on a task)
│ ├── worktree (isolated git branch)
│ ├── transcript (event stream)
│ ├── approvals (driver ↔ human round-trip)
│ └── eval_results (evaluator decision)
├── Campaigns (multi-task orchestration with lanes and cadence)
│ └── Lanes (exploit, explore, review, maintenance)
└── Memory (observations and reflections, review-gated)
The Observe-and-Steer Pattern
Hive separates execution from judgment:
- Agents execute. They claim tasks, launch runs, produce artifacts.
- Evaluators gate. PROGRAM.md defines what passes. Runs are accepted, rejected, or escalated.
- Humans steer. Via console or CLI, they approve, pause, reroute, or cancel runs. They set policy in PROGRAM.md.
As an agent, your job is to execute within policy and surface decisions that need human judgment. You do not self-approve governed runs unless the evaluator policy allows it.
Drivers
Drivers are the execution backends that actually run agent work. Each driver has different capabilities.
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 · 150 lines · 46 tokens per session scan A e1b716c98b26
hive-essentials is a skill published in the GitHub repository intertwine/hive-orchestrator (23 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 1,468 once invoked, about $0.0002 per session on Opus 5. 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-30.
Other skills, from other repositories
agent-swarm-issue
Agent skill for swarm-issue - invoke with $agent-swarm-issue.
agent-sync-coordinator
Agent skill for sync-coordinator - invoke with $agent-sync-coordinator.
agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm.
agent-project-board-sync
Agent skill for project-board-sync - invoke with $agent-project-board-sync.
agent-issue-tracker
Agent skill for issue-tracker - invoke with $agent-issue-tracker.
agent-user-tools
Agent skill for user-tools - invoke with $agent-user-tools.