hermes-agent

Installation
SKILL.md

Hermes Agent

Consolidated Hermes internals

This umbrella also owns former narrow Hermes maintenance skills:

  • hermes-routing: configuring skill-router/project-router/skill-index mappings, especially Chinese trigger aliases and route misses.
  • hermes-s6-container-supervision: modifying or debugging the Docker image s6-overlay supervision tree, gateway/profile services, and Architecture B main-program patterns.

Full original packages are preserved under references/absorbed-skills/ for detailed recipes and support files.

Hermes Agent is an open-source AI agent framework by Nous Research that runs in your terminal, messaging platforms, and IDEs. It belongs to the same category as Claude Code (Anthropic), Codex (OpenAI), and OpenClaw — autonomous coding and task-execution agents that use tool calling to interact with your system. Hermes works with any LLM provider (OpenRouter, Anthropic, OpenAI, DeepSeek, local models, and 15+ others) and runs on Linux, macOS, and WSL.

What makes Hermes different:

  • Self-improving through skills — Hermes learns from experience by saving reusable procedures as skills. When it solves a complex problem, discovers a workflow, or gets corrected, it can persist that knowledge as a skill document that loads into future sessions. Skills accumulate over time, making the agent better at your specific tasks and environment.
  • Persistent memory across sessions — remembers who you are, your preferences, environment details, and lessons learned. Pluggable memory backends (built-in, Honcho, Mem0, and more) let you choose how memory works.
  • Multi-platform gateway — the same agent runs on Telegram, Discord, Slack, WhatsApp, Signal, Matrix, Email, and 8+ other platforms with full tool access, not just chat.
  • Provider-agnostic — swap models and providers mid-workflow without changing anything else. Credential pools rotate across multiple API keys automatically.
  • Profiles — run multiple independent Hermes instances with isolated configs, sessions, skills, and memory.
  • Extensible — plugins, MCP servers, custom tools, webhook triggers, cron scheduling, and the full Python ecosystem.
Installs
1
GitHub Stars
4
First Seen
Jun 23, 2026
hermes-agent — undermybelt/hermes-skills