What problem does it solve? Working with Hermes Agent involves a large surface area: CLI commands, slash commands, config sections, toolsets, providers, gateways, cron jobs, and multi-agent spawning. This Skill consolidates that operational knowledge so you can set up, configure, troubleshoot, and extend Hermes without digging through scattered documentation. ## Core Features & Use Cases - Complete CLI and slash command reference: Covers chat, config, tools, skills, MCP servers, gateway, sessions, cron, webhooks, profiles, and credential pools with exact flags and syntax. - Configuration and tuning guidance: Explains config.yaml sections, context compression tuning (threshold vs target_ratio), provider setup for 20+ LLM providers, and security toggles like secret redaction and approval modes. - Multi-agent orchestration: Documents how to spawn independent Hermes processes via one-shot mode or tmux-based interactive PTY sessions, and when to use delegate_task versus full process spawning. - Use Case: You want to run two parallel coding agents on separate git worktrees. This Skill gives you the exact tmux commands to spawn them, relay context between them, and shut them down cleanly. ## Quick Start Ask the agent to show you how to configure a model provider and enable the web search toolset in Hermes.