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).