agent-control-room

agent-control-room is a skill for Claude Code, Codex from shannhk/hermes-agent-control-room. It costs 43 tokens per session (351 once invoked), scanned A, original, MIT.

A procedure for documenting and maintaining an Agent Control Room, a central folder that records how Hermes agents are organized and operated.

In plain words
What is it for?
Use it to add agent documentation, update runbooks, map environment-variable names, review architecture, and define allowed or forbidden work.
Why use it?
It keeps agent roles, ports, data locations, credentials, backups, and operating instructions consistent without storing secret values.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to add agent documentation, update runbooks, map environment-variable names, review architecture, and define allowed or forbidden work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shannhk/hermes-agent-control-room/agent-control-room
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.

Any agent
npx skills add shannhk/hermes-agent-control-room --skill agent-control-room
Clone the repo
git clone --depth 1 https://github.com/shannhk/hermes-agent-control-room

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for agent-control-room

README.md
[![agentmods](https://agentmods.dev/badge/skills/shannhk/hermes-agent-control-room/agent-control-room/github.svg)](https://agentmods.dev/skills/shannhk/hermes-agent-control-room/agent-control-room)
Your own site
<a href="https://agentmods.dev/skills/shannhk/hermes-agent-control-room/agent-control-room"><img src="https://agentmods.dev/badge/skills/shannhk/hermes-agent-control-room/agent-control-room/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-control-room

Your own site · 80×15
<a href="https://agentmods.dev/skills/shannhk/hermes-agent-control-room/agent-control-room"><img src="https://agentmods.dev/badge/skills/shannhk/hermes-agent-control-room/agent-control-room.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 351 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00043 $0.00351
Opus 5 $0.00022 $0.00176
Sonnet 5 $0.00009 $0.00070
Haiku 4.5 $0.00004 $0.00035

Measured 11d ago against content hash a2cec7bf6676, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

agent-control-room 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 11d 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.

skills/agent-control-room/SKILL.md · 50 lines

What it actually says

Agent Control Room

Use this skill to manage an Agent Control Room repo/folder.

The Agent Control Room is the side control plane for Hermes agents. It documents the system but does not store raw secrets.

Responsibilities

  • Maintain one docs folder per agent.
  • Keep inventory.md, docker.md, env-map.md, runbook.md, and backup.md consistent.
  • Track roles, ports, data dirs, messaging integrations, allowed work, and forbidden work.
  • Keep the architecture levels clear.
  • Never write raw secrets.

Standard Agent Folder

agents/<agent-name>/
  inventory.md
  docker.md
  env-map.md
  runbook.md
  backup.md

Rules

  • Use stable slugs such as hermes-seo, hermes-dev, or hermes-orchestrator.
  • Store only secret names, scopes, locations, and rotation dates.
  • Do not rename live containers or data dirs without a migration plan.
  • Do not perform destructive operations without explicit approval.
  • Check existing docs before creating new files.

Add Agent Checklist

  1. Pick the agent slug.
  2. Create the agent docs folder.
  3. Fill in the five standard docs.
  4. Assign unique ports.
  5. Define allowed and forbidden work.
  6. Define credential needs without values.
  7. Define backup plan.
  8. Update registry if one exists.
  9. Summarize what changed and what remains.
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. 11d ago First seen · 50 lines · 0 tokens per session scan A a2cec7bf6676

Subscribe to this mod's changes

agent-control-room is a skill published in the GitHub repository shannhk/hermes-agent-control-room (709 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 351 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.