What problem does it solve? Working with Hermes Agent involves a large surface area — CLI commands, config.yaml sections, 20+ LLM providers, messaging gateways, MCP servers, webhooks, profiles, and multi-agent spawning — and it is hard to know the right command, setting, or troubleshooting step without digging through the source repository. ## Core Features & Use Cases - CLI & Configuration Reference: Covers the full hermes command surface (chat, setup, model, config, tools, skills, mcp, gateway, sessions, cron, webhook, profile, auth) plus config.yaml sections and provider credentials. - Gateway, MCP & Webhook Setup: Detailed references for connecting 20+ messaging platforms, configuring the native MCP client (stdio/HTTP transports, tool naming, sampling), and creating webhook subscriptions with filters, scripts, and direct delivery. - Multi-Agent Operations: Guidance on spawning additional Hermes instances via one-shot commands or tmux PTY sessions, using profiles for isolation, and coordinating agents with the kanban board. - Use Case: You want Hermes to triage new GitHub issues automatically. Use this Skill to enable the webhook platform, create a subscription with a prompt template, and deliver the agent's triage to Telegram. ## Quick Start Ask the agent to show you how to install Hermes, pick a model provider, and run your first chat command.