Documentation-driven workflow for installing, configuring, operating, and troubleshooting Hermes Agent. Use for setup, providers, gateway, messaging channels, tools, local models, upgrades, and runtime failures.
Use this skill for Hermes Agent setup, upgrades, provider setup, local model wiring, messaging channel setup, MCP/plugins/tools questions, and runtime troubleshooting.
<skill-directory>/.git exists, try:
git -C <skill-directory> pull origin main --ff-only
scripts/ during normal skill usage.SKILL.md plus references/ only.Always check references/index.md first to locate the relevant documentation.
For setup or troubleshooting, do not answer from one page alone. Read the matching workflow pages from the lookup map below and then synthesize.
| Task | Start Here |
|---|---|
| Find the right doc | references/index.md |
| Fresh install | references/getting-started/installation.md |
| Quick bootstrap path | references/getting-started/quickstart.md |
| Updates / uninstall | references/getting-started/updating.md |
| Platform-specific install | references/getting-started/nix-setup.md, references/getting-started/termux.md |
| Main configuration | references/user-guide/configuration.md |
| AI providers / local models | references/integrations/providers.md |
| Common failures | references/reference/faq.md |
| Messaging overview | references/user-guide/messaging/index.md |
| Specific channel setup | files under references/user-guide/messaging/ |
| Tools / toolsets | references/reference/tools-reference.md, references/reference/toolsets-reference.md |
| MCP | references/user-guide/features/mcp.md, references/reference/mcp-config-reference.md |
| Plugins | references/user-guide/features/plugins.md |
| Architecture / internals | references/developer-guide/architecture.md |
Use this order for questions like "install Hermes", "why is Hermes not starting", "how do I connect Telegram", "how do I use Ollama", or "why is my provider failing".
references/index.md.references/user-guide/configuration.md.references/integrations/providers.md.references/user-guide/messaging/index.md plus the specific channel page.references/reference/faq.md for common failure patterns.references/getting-started/installation.md first.references/getting-started/termux.md.references/getting-started/nix-setup.md.references/integrations/providers.md.hermes model when the docs offer an interactive path.references/user-guide/messaging/index.md plus the specific channel page.references/user-guide/messaging/telegram.md and check bot token, allowed user IDs, gateway mode, and webhook vs polling choice.When the user reports a broken setup, check these in order:
hermes command not on PATH or install incomplete.~/.hermes/config.yaml and ~/.hermes/.env.