**Sure!** This post from Teknium announces a new optional skill for **Hermes Agent** (the open-source, persistent/self-improving AI agent from Nous Research).
You can now install it with:
`hermes update`
`hermes skills install official/autonomous-ai-agents/openhands`
**What it does:** Hermes acts as the main orchestrator and can delegate complex coding/software engineering tasks to **OpenHands** — an open-source, model-agnostic coding agent (backed by LiteLLM). OpenHands can plan, edit codebases, run commands, and complete real dev work using any LLM (OpenAI, Anthropic, Qwen, etc.).
Hermes already supports similar delegation to Claude Code, Codex, OpenCode, and itself. You can force it with `/openhands <your task>` or just ask Hermes to use the right tool for the job.
Basically, Hermes becomes a smart “manager” that routes tasks to specialized coding agents while keeping memory, logging, and control. Great for bigger dev projects!