♡ Core Capabilities
Key Features of Hermes Agent
What makes Hermes Agent different from a regular chatbot — specific technical capabilities that actually matter in day-to-day use.
◈ Two Ways to Use Hermes Agent
No Self-Hosting Required — Use It on Claw Friend
Hermes Agent is available directly on the Claw Friend platform as the Hermes Friend companion. You can still self-host for full control, but you no longer have to.
Self-Host Hermes Agent
- 1. Install Node.js 20+ and clone the GitHub repo
- 2. Copy .env.example and set your API keys (at least one LLM provider)
- 3. Spin up a $5/mo VPS or use your local machine
- 4. Run the CLI setup wizard — expect 40+ minutes total; longer if you haven't worked with Node before
- 5. Configure your messaging platform webhook (e.g. Telegram @BotFather)
- 6. Done. Hermes Agent is now running and will start learning your patterns.
Good for: Developers who want complete code access, custom integrations, and don't mind managing their own server. Zero monthly platform fee after initial setup.
Hermes Friend on Claw Friend
- 1. Go to clawf.ai and create your account
- 2. In companion setup, select the Hermes Friend companion
- 3. Connect your platform — Telegram, WhatsApp, Discord, or the web app
- 4. Your Hermes Agent is live. Persistent memory and self-improving skills, all included.
Good for: Anyone who wants Hermes Agent capabilities — persistent memory, autonomous tasks, 40+ tools — without managing a server. All maintenance handled for you. Plans start at $9.99/mo.
✦ What's New
Latest Hermes Agent Innovations
v0.7.0 "Resilience Release" · Released 2026-04-03
Daytona Cloud Sandbox Integration
Hermes Agent now runs code in isolated Daytona cloud sandboxes. Each task gets its own clean environment — no more worried about local code execution messing with your system files.
Modal & Singularity Backends
Two new execution backends landed in v0.7.0 — Modal for serverless GPU jobs and Singularity for HPC environments. If you're doing ML research, this one matters.
MiniMax M2.7 — Most-Used Model
MiniMax became the official Hermes Agent partner in early 2026. M2.7 is now the most-used model across the Hermes community — good performance, fast responses, reasonable API pricing.
Skill Persistence After Restarts
Earlier versions of Hermes lost learned skills on restart. v0.7.0 fixes that — all 4-stage optimized skills now survive system reboots. Your agent keeps what it learned.
RL Research Infrastructure
Nous Research added hooks for reinforcement learning experiments. Power users can now collect reward signals from Hermes Agent task outcomes and feed them back into model fine-tuning pipelines.
⋆ Power User Guide
Advanced Hermes Agent Techniques
Practical tips for getting the most out of Hermes Agent — platform setup, skill creation, memory tuning, and scheduled tasks.
Multi-Platform Setup
- ◆Telegram: create a bot via @BotFather, grab the token, paste into config — done in under 5 minutes
- ◆Discord: create an application in the developer portal, add bot scope with message.read + message.write
- ◆WhatsApp: requires a WhatsApp Business API key (Twilio or Meta directly)
- ◆Email + CLI work out of the box with zero extra setup
Custom Skill Creation
- ◆Stage 1 — Hermes Agent detects a task it's done before without a saved skill
- ◆Stage 2 — It generates a Python/JS skill file and saves it locally
- ◆Stage 3 — Runs automated tests against the skill output
- ◆Stage 4 — Optimizes the skill code based on performance metrics. 2–3x speed improvement is typical
Memory Tuning
- ◆FTS5 search runs across all stored conversations — you can query it directly via SQL if needed
- ◆Honcho user model builds a personal profile: your preferences, routines, working style
- ◆Tune memory retention in config: set max_memory_items and recency_weight
- ◆Most users find the defaults work fine for personal use
Cron + Voice Integration
- ◆Use natural language cron syntax: "every weekday at 8am, summarize my calendar"
- ◆Hermes Agent runs the task autonomously and sends results to your configured platform
- ◆Voice input works on Telegram and Discord via the speech-to-text pipeline
- ◆Heads up — voice transcription has occasional errors, especially with technical terms
♥ Which Is Right for You?
Hermes Agent vs Claw Friend
Both are built on the same OpenClaw-compatible ecosystem. The difference is mostly about who wants to manage infrastructure vs who just wants the relationship.
| Category | Hermes Agent (Self-Hosted) | Hermes Friend on Claw Friend |
|---|---|---|
| Setup | 40+ min setup, longer if unfamiliar with Node.js; requires VPS or local machine | Under 3 minutes — select Hermes Friend companion and connect your platform |
| Hosting Cost | $5–20/mo VPS or your own hardware + API costs | Fully managed, Hermes Friend plans from $9.99/mo |
| Memory | SQLite FTS5 + Honcho user modeling — powerful, full control. See how OpenClaw framework handles memory for comparison. | 70% vector + 30% BM25 hybrid search, zero config required |
| Platforms | Telegram, Discord, Slack, WhatsApp, Signal, Email, CLI — each needs manual setup | 11+ messaging platforms, pre-connected — just authorize and go |
| Companion Personality | General-purpose autonomous AI agent, task-focused | Hermes Friend with SOUL.md personality — same autonomous capabilities, more emotional depth |
| Self-Improvement | 4-stage automated skill creation — genuinely impressive, 2–3x speed after 20 runs | Same Hermes self-improving engine + 700+ pre-built ClawHub skills |
Setup
Hermes Agent (Self-Hosted)
40+ min setup, longer if unfamiliar with Node.js; requires VPS or local machine
Hermes Friend on Claw Friend
Under 3 minutes — select Hermes Friend companion and connect your platform
Hosting Cost
Hermes Agent (Self-Hosted)
$5–20/mo VPS or your own hardware + API costs
Hermes Friend on Claw Friend
Fully managed, Hermes Friend plans from $9.99/mo
Memory
Hermes Agent (Self-Hosted)
SQLite FTS5 + Honcho user modeling — powerful, full control. See how OpenClaw framework handles memory for comparison.
Hermes Friend on Claw Friend
70% vector + 30% BM25 hybrid search, zero config required
Platforms
Hermes Agent (Self-Hosted)
Telegram, Discord, Slack, WhatsApp, Signal, Email, CLI — each needs manual setup
Hermes Friend on Claw Friend
11+ messaging platforms, pre-connected — just authorize and go
Companion Personality
Hermes Agent (Self-Hosted)
General-purpose autonomous AI agent, task-focused
Hermes Friend on Claw Friend
Hermes Friend with SOUL.md personality — same autonomous capabilities, more emotional depth
Self-Improvement
Hermes Agent (Self-Hosted)
4-stage automated skill creation — genuinely impressive, 2–3x speed after 20 runs
Hermes Friend on Claw Friend
Same Hermes self-improving engine + 700+ pre-built ClawHub skills
Self-hosting gives you full code access and zero platform fees after setup. Running Hermes Friend on Claw Friend means zero ops work. If you want to compare our pricing plans before deciding, that page has all the details.
Start with Hermes Friend →✧ Common Questions