What problem does it solve? Operating Hermes Agent involves a large surface area — CLI commands, provider credentials, gateway platforms, skins, plugins, cron jobs, and multi-agent spawning — and this Skill routes every question to the correct reference file or documentation page instead of answering from incomplete memory. ## Core Features & Use Cases - Guided configuration and operation: Covers installation, model/provider setup, profiles, toolsets, voice (STT/TTS), security toggles, and the full CLI command surface. - Extension authoring: Provides templates and SDK references for building desktop UI plugins, TUI widgets, custom skins, and pet mascots without modifying core code. - Multi-agent orchestration: Documents spawning independent Hermes processes via tmux, delegate_task concurrency behavior, cron scheduling, and the kanban work queue. - Use Case: A user asks why their delegate_task batch ran fewer subagents than configured; the Skill loads the concurrency diagnosis reference, checks the three real cap paths in the logs, and identifies whether the model self-limited the batch. ## Quick Start Ask the agent to help you install Hermes, configure a model provider, or troubleshoot a specific feature, and it will load the matching reference file before answering.