coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Install, update, migrate to, configure, run, secure, and troubleshoot Hermes Agent across its CLI, TUI, desktop, dashboard, profiles, tools, skills, memory, models, goals, voice, sessions, worktrees, and terminal backends.
$ npx -y skills add gaelic-ghost/socket --skill operate-hermes-agent --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/operate-hermes-agentContext preview
The summary Claude sees to decide when to auto-load this skill.
Install, update, migrate to, configure, run, secure, and troubleshoot Hermes Agent across its CLI, TUI, desktop, dashboard, profiles, tools, skills, memory, models, goals, voice, sessions, worktrees, and terminal backends.
name: operate-hermes-agent
description: Install, update, migrate to, configure, run, secure, and troubleshoot Hermes Agent across its CLI, TUI, desktop, dashboard, profiles, tools, skills, memory, models, goals, voice, sessions, worktrees, and terminal backends.
metadata:
hermes:
category: agent-portability
tags: [hermes, cli, configuration, security, troubleshooting]Start from the installed runtime and the active profile, then change only the state the user placed in scope.
1. Run `hermes --version`. 2. Identify the active profile and Hermes home before reading or changing configuration. 3. Use `hermes status` for a broad runtime check and the narrower status command for the affected subsystem. 4. Distinguish the installed launcher, the managed source checkout, profile state, and project-local context. 5. Refresh the matching official docs when command names, defaults, provider catalogs, or security behavior matter. 6. Use `hermes update --check` before proposing an update. Inspect dirty files, carried commits, divergence, and the install method before running the mutating updater.
`operate-acp-agent-integration`; use `hermes acp --check` as the local non-interactive preflight.
Use `hermes import-agent claude-code --dry-run` or `hermes import-agent codex --dry-run` before migrating an existing setup. Review the proposed instruction, permission, MCP, skill, and memory mappings item by item. Hermes does not import API keys or credentials; configure providers separately with `hermes setup` or `hermes model`.
The normal importer skips name conflicts. Use `--overwrite` only after reviewing the destination state and preserving anything that must survive. Do not use `--yes` together with `--overwrite` for an unreviewed home directory.
stop conditions should be made explicit before autonomous continuation.
deterministic, bounded proof. Use `/goal wait` for a real background process rather than consuming continuation turns by polling.
scheduled workers; neither surface implicitly creates the other.
microphone paths. Verify the selected input device and local-only exposure, and tune barge-in only from observed false triggers or missed speech.
1. Launcher and version. 2. Active profile and config source. 3. Provider credentials and runtime resolution. 4. Model selection and API mode. 5. Toolset and backend selection. 6. Skill or plugin discovery. 7. Session, memory, or context-file state. 8. Terminal backend, permissions, and network reachability. 9. Gateway or hosted-service state, if involved. 10. Goal judge/gate or voice-device state, if involved.
Report the exact layer that failed and the next read-only check before proposing a mutation.
Verify only the affected path. Examples:
Read [references/operator-surface-map.md](references/operator-surface-map.md) for state locations, commands, failure modes, and official sources.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…