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