Skip to content
AI Primer
release

Hermes Agent adds OpenHands orchestration with a one-command skill install

Hermes Agent added an OpenHands orchestration skill that can be installed with a single command. The addition matters because Hermes can now route work across OpenHands, Claude Code, Codex, and OpenCode through the same skills interface.

2 min read
Hermes Agent adds OpenHands orchestration with a one-command skill install
Hermes Agent adds OpenHands orchestration with a one-command skill install

TL;DR

  • Teknium said Hermes Agent can now orchestrate OpenHands agents through an optional skill, installed with hermes update and hermes skills install official/autonomous-ai-agents/openhands.
  • The same Teknium post says Hermes already exposes the same skills interface for Claude Code, Codex, OpenCode, and Hermes itself, which makes OpenHands another target behind one command pattern.
  • Teknium's PR link points to the code change, while OpenHandsDev's reply immediately floated the inverse idea: OpenHands agents orchestrating each other through a Hermes skill.

You can grab the PR here, and Teknium's launch post is unusually concrete about the operator surface: force-load a specific agent with /<agent-name> <prompt>, or let Hermes pick the agent when you ask for it.

OpenHands skill install

Hermes shipped the OpenHands hookup as a skill, not a separate product surface. According to Teknium's launch post, the install path is two commands: hermes update, then hermes skills install official/autonomous-ai-agents/openhands.

That matters because the feature lands in Hermes's existing skill system, not in a one-off integration flow. Teknium's PR link ties the announcement to a specific GitHub change.

Skills router

Teknium framed OpenHands as one more orchestrated agent alongside Claude Code, Codex, OpenCode, and Hermes itself. The same post says those are built-in skills, and that operators can either force a target with /<agent-name> <prompt> or ask Hermes to choose.

In practice, the reveal here is the interface shape: Hermes is presenting multiple coding agents through one skills layer, with manual routing and automatic selection living side by side in the same command surface.

Reciprocal orchestration

The first public reaction came from OpenHandsDev, which replied that the teams should build "a Hermes orchestration skill so our agents can orchestrate each other." That is only a reply, not an announced roadmap, but it surfaces the obvious next extension of this pattern: agent orchestration going both directions instead of only from Hermes into OpenHands.

Share on X