Help us improve
Share bugs, ideas, or general feedback.
From devstefancho-skills
Control the Hermes companion runtime — send chat messages, run async tasks, check status, manage cron jobs, and configure local/SSH connections.
npx claudepluginhub devstefancho/skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/devstefancho-skills:hermes-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Entry point for the Hermes companion runtime. Detailed per-subcommand argument and UX notes live in `commands/` (chat, run, status, jobs, setup).
Operates Hermes Agent with a diagnostic-first approach: check status, locate root cause, apply targeted fixes, and verify results. Covers gateway issues, configuration drift, cron failures, platform disconnections, and tools/skills loading problems.
Routes task dispatch to AO workers by default, with fallback to Hermes gateway for interactive sessions or explicit requests. Validates gateway health and auto-detects project context for PR tasks.
Runs the HealthClaw guardrail stack inside Hermes, Nous Research's self-improving AI agent, with skill learning, conversation memory, and native MCP support.
Share bugs, ideas, or general feedback.
Entry point for the Hermes companion runtime. Detailed per-subcommand argument and UX notes live in commands/ (chat, run, status, jobs, setup).
node "${CLAUDE_PLUGIN_ROOT}/skills/misc/hermes-runtime/scripts/hermes-companion.mjs" <subcommand> <args>
Subcommands:
setup [--json] — check connectivity (auto-detects local vs SSH mode)chat <message> [--stream] [--system <prompt>] [--json] — send message to Hermesrun <task> [--background] [--json] — start async run with event streamingstatus [job-id] [--json] — check connection/job statusjobs [list|delete <id>] [--json] — manage cron jobstunnel [start|stop|status] — manage SSH tunnel directlysetup subcommand ("hermes setup").arch)~/.claude/hermes/config.json