hermes-agent
Use when setting up or extending Hermes Agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when setting up or extending Hermes Agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when Hermes Agent needs X/Twitter search, public signal research, monitoring, or approval-gated account actions through the Hermes Tweet plugin.
Router Learning System — 越用越聰明嘅任務路由引擎。 每個 task 有最佳 path,Router 自動記錄經驗、動態調整、跳過爛 path。
Use when signaling work status across autonomous sessions.
Use when needing to standardize descriptions across many skill files at once — change format, fix wording, or enforce a convention like 'Use when...' prefix.
Use before making irreversible changes (deleting files, destructive git operations, large refactors). Use when you need the ability to roll back if something goes wrong. Use at the start of any task that modifies multiple files.
Use when the context window is getting full and tasks need breaking down.
| name | hermes-agent |
| description | Use when setting up or extending Hermes Agent. |
| version | 3.0.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["Setup","Configuration","CLI","Agent","Coding-Agent","Multi-Agent","Autonomous","Orchestration"],"platform":["cursor","codex","claude-code"],"related_skills":["claude-code","codex","opencode"]}} |
| domain | cross-session |
| subdomain | setup |
| tokens | {"scan":180,"load":795,"category":"standard"} |
Hermes Agent is an autonomous AI agent that runs via CLI, Telegram, Discord, and other platforms.
pip install hermes-agent # or
brew install hermes-agent/tap/hermes-agent
hermes --version # verify
| Command | What It Does |
|---|---|
hermes | Start interactive session |
hermes --model qwen2.5:7b | Start with specific local model |
hermes --listen | Start in service mode (API) |
Config file: ~/.hermes/config.yaml
provider: ollama
model: qwen2.5:7b
skills:
dir: ~/.hermes/skills
Use delegate_task() to spawn isolated agents for:
See references/advanced-setup.md for platform setup (Telegram, Discord, CLI gateway).