What problem does it solve? Setting up and operating the Hermes Agent framework involves many moving parts—providers, toolsets, gateway platforms, profiles, memory backends—and this Skill consolidates the commands, configuration options, and troubleshooting steps needed to work with it effectively. ## Core Features & Use Cases - CLI and Configuration Reference: Covers the full hermes command surface including setup, model selection, tools, skills, MCP servers, sessions, cron jobs, webhooks, profiles, and credential pools. - Multi-Agent Spawning: Provides patterns for launching additional Hermes instances via one-shot commands or interactive tmux sessions, including multi-agent coordination with git worktree isolation. - Troubleshooting and Security Toggles: Documents fixes for gateway, voice, memory, and platform issues, plus controls for secret redaction, PII redaction, and command approval modes. - Use Case: A developer wants to run two Hermes agents in parallel—one building a backend API and one building a frontend—using tmux sessions with worktree isolation, then relay API schema context between them. ## Quick Start Ask the agent to install Hermes and run a single query such as "hermes chat -q 'What is the capital of France?'" after completing the setup wizard.