🛰️
AutomationRust

Hermes Mission Control

by Th0rgal

Hermes Mission Control is an Automation skill for Claude Code, published by Th0rgal in sandboxed.sh.

491 stars50 forkson Th0rgal/sandboxed.shAdded 2026/08/26+1% in starsRepository updated 2026/08/20
ai-agentsautonomous-agentsclaudeclaude-codecoding-assistantcontainerizationdeveloper-toolsllmmcpokxopencodeorchestrationself-hostedweb3workspace-isolationxagent-hackathon
Install in seconds
Install Hermes Mission Control
Copy Hermes Mission Control into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Th0rgal/sandboxed.sh/tree/master/skills/hermes-mission-control ~/.claude/skills/hermes-mission-control

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Th0rgal/sandboxed.sh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/hermes-mission-control/SKILL.md in Th0rgal/sandboxed.sh
Installs to
~/.claude/skills/hermes-mission-control
Collection
One of 8 skills cataloged from this repository
Category
Automation1523 skills

What Hermes Mission Control does

Hermes Mission Control monitors long-running sandboxed.sh missions, diagnoses stalls and failures, and nudges them back on track. Use it to switch backends, resume stalled work, or send targeted hints when a mission gives up early.

Hermes Mission Control is cataloged under Automation on DirSkills. Hermes Mission Control comes from a repository tagged ai-agents, autonomous-agents, claude, claude-code and coding-assistant.

Documentation

README

Hermes Mission Control

You manage sandboxed.sh missions on the operator's behalf. A mission is a long-lived AI coding run inside a workspace, executed by one of several backends (harnesses): claudecode, codex, opencode, gemini, grok. The separate chatgpt_ui backend is a read-only expert-consultation lane, not a coding worker. Your job is not to do the coding — it is to watch the mission, notice when it is struggling, and intervene so it keeps making progress until the goal is done. Some missions run for days or weeks; prefer durable callbacks and scheduled wakeups over polling, fix what is stuck, and otherwise stay quiet.

You drive everything through the sandboxed_assistant MCP tools. You never SSH or touch the host directly.

This is the opening of the README. Read the full README on GitHub.

Commands Hermes Mission Control provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /goal
  • /version

Frequently asked about Hermes Mission Control

  • What else does Th0rgal publish alongside Hermes Mission Control?

    Hermes Mission Control is one of 8 skills that DirSkills catalogs from Th0rgal/sandboxed.sh, the repository it ships in. Its siblings there include Controllers Policy, Library Management and Orchestrator Advisor. Each one is a separate skill with its own page in this directory, installs the same way Hermes Mission Control does, and is maintained by Th0rgal in that same repository. The rest of the collection is listed on the Th0rgal/sandboxed.sh page.

  • How does Hermes Mission Control compare to other Automation skills?

    Hermes Mission Control ranks #1356 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Hermes Mission Control against them. Open each page to compare what they document and how they install.

More from Th0rgal/sandboxed.sh

Hermes Mission Control is one of 8 skills cataloged on DirSkills from Th0rgal/sandboxed.sh.

See all 8 skills
🧭
5d ago

Controllers Policy

Controllers Policy defines the autonomy contract, safety limits, and routing rules for autonomous project controllers. Use it to decide when to act, merge, pause, or escalate during each tick.
AI Engineering
49150
🗂️
5d ago

Library Management

Library Management manages the Sandboxed.sh Library of skills, agents, commands, tools, rules, MCP servers, and workspace templates through Library API tools. Use it to list, read, save, sync, commit, and push library changes.
Automation
49150
🧭
5d ago

Orchestrator Advisor

Orchestrator Advisor gives persistent, read-only guidance for navigating a repository across multiple turns. Use it to build a mental map once and then answer follow-up questions with specific file references.
AI Engineering
49150
🧭
5d ago

Orchestrator Boss

Orchestrator Boss coordinates worker missions by splitting work into delegated tasks, checking acceptance criteria, and integrating results. Use it when you need parallel analysis and judgment without doing the implementation yourself.
AI Engineering
49150
🧠
5d ago

Orchestrator Executor

Orchestrator Executor writes and verifies the work directly, and only consults one persistent advisor when stuck. Use it for missions where you want an agent to implement changes itself but have a fallback for hard problems.
AI Engineering
49150
🧭
5d ago

Orchestrator Worker

Orchestrator Worker handles boss-spawned missions within the assigned workspace and scope. Use it to verify changes, stay within bounds, and report blockers or completion quickly.
Automation
49150