Hermes Agent Config
Configure, extend, or contribute to Hermes Agent itself. Covers CLI setup, config management, model/provider configuration, tool enable/disable, skills, voice, gateway, and plugins.
🔧 Requirements
- Bins:hermes, git
📖 Guide
Load this skill before any hermes config/setup task. It knows the actual CLI commands: hermes config set, hermes tools, hermes plugins enable, hermes setup. Never guess or invent workarounds.
🔧 How To
To change model: hermes config set model "provider/model-name". To enable a tool: hermes config set tools.enabled true. To list plugins: hermes plugins list. To set a config value: hermes config set key value.
⚠️ Pitfalls
Config syntax is YAML-based — indentation matters. Use hermes config set rather than editing config.yaml directly to avoid syntax errors. Some config changes require a restart to take effect.
Related Skills
More skills in Autonomous Agents