Lobster conquers, Hermès refines
The current AI Agent landscape can be summed up in one sentence: OpenClaw opens new territory, Hermes does the precision farming.
OpenClaw (the open-source lobster) sits at #1 with 370K+ GitHub stars. Hermes Agent trails at #2 with 141K+.
But here’s the interesting part: Hermes’s discussion heat in the community, secondary development activity, and especially its spread in the Chinese tech circle is on par with — and in some cases exceeds — OpenClaw.
Why?
The Name Won Half the Battle — Hermès vs Lobster
Let’s start with the name.
OpenClaw, literally “open source claw,” got the nickname “lobster” from the community. Cute, memorable, but ultimately just an open-source tool name.
Hermes? The messenger god in Greek mythology, and also the namesake of the luxury brand Hermès. The Chinese community directly calls it “爱马仕” (Hermès).
The psychological anchoring from the name is real:
- Lobster sounds like an open-source geek project — practical, down-to-earth, but lacking “premium feel”
- Hermès naturally carries associations of “refined, premium, quality”
In the Chinese tech community, “I use Hermès” vs “I use Lobster” have completely different viral spread effects. This isn’t about the Hermes team deliberately riding the luxury brand’s coattails — it’s that the name happened to hit the psychological expectation people have for a “high-quality tool.”
Positioning: Universal Assistant vs Self-Growing Framework
This is the fundamental difference between the two.
OpenClaw: The Do-It-All Universal Assistant
OpenClaw’s motto is “Any OS, Any Platform” — a cross-platform, general-purpose personal AI assistant.
Its design goal: one Agent to replace all the tools on your computer. Code, research, email, file management — one entry point for everything.
The advantage is broad coverage and low entry barrier. Install and go, no configuration needed.
But the problem is clear: being a jack-of-all-trades means it’s hard to be best-in-class in any vertical scenario.
Hermes: The Self-Growing Framework
Hermes Agent has a completely different positioning. Its core selling point is self-growing.
Not just “ask and answer,” but:
- Has memory: Remembers your preferences, habits, decision patterns
- Can learn: Extracts patterns from every interaction, optimizes its behavior strategies
- Evolves: The more you use it, the more it understands you
Think of it this way:
- OpenClaw is a Swiss Army knife — every tool is there, but all standardized
- Hermes is a knife that sharpens itself — the more you use it, the better it fits your hand
Why Hermes Went Viral in the Chinese Community
1. More Transparent Technical Architecture
OpenClaw is open-source, but its core logic is deeply encapsulated, making secondary development not trivial. Many developers want to add a custom feature but end up spending hours reading source code.
Hermes’s architecture is more modular — the plugin system, memory module, and tool invocation layer are all independent. Developers can quickly plug in and combine things according to their needs.
For Chinese developers who love to tinker, Hermes’s architecture is more friendly.
2. The “Self-Growing” Concept Hits a Pain Point
What’s the biggest complaint from domestic users about AI assistants? “After using it for a month, it’s just as dumb as day one.”
OpenClaw doesn’t get smarter. Day 1 and day 100, its performance is about the same — because it’s a general-purpose design with no continuous learning mechanism.
Hermes promises: the more you use it, the more it understands you. That’s a huge experiential difference.
3. Vibrant Secondary Creation Ecosystem
Hermes’s plugin ecosystem is growing fast. The Chinese community has already built:
- WeChat integration plugins
- Notion knowledge management plugins
- Stock monitoring plugins
- Even smart home integrations
OpenClaw has plugins too, but most are official releases, with relatively fewer community contributions.
This comes back to architecture — Hermes’s modular design makes “writing a plugin” straightforward, while OpenClaw’s plugin development requires deeper understanding of its core architecture.
Brief Technical Breakdown
Beyond the “why it went viral,” let’s look at what it actually does. Hermes’s core capabilities break down into five layers:
System Interaction & Sandbox Execution
Terminal and code execution are its fundamentals. It supports foreground blocking calls and background persistent processes, can capture stdout, monitor exit codes, and trigger callbacks on specific log patterns. The built-in Python runtime provides an isolated code execution space — batch replacements, build pipelines, and data cleaning are all routine operations.
Browser Automation
A lot of work离不开 web pages. The built-in browser control chain supports everything from opening pages, filling forms and clicking, to extracting structured data, screenshot analysis, and even monitoring console errors. Paired with a vision interface, handling complex dynamic layouts is smooth.
Persistent Memory & Context Retrieval
Traditional AI forgets after the chat ends. Hermes achieves cross-session state persistence through local key-value storage. Environment configs, user preferences, and historical pitfall records are all saved and injected into context on the next session. Combined with full-text search, the model can proactively look up past records and avoid debugging the same issue twice.
Task Decomposition & Parallelism
For complex tasks, the main agent automatically decomposes and distributes work to multiple sub-agents. Each runs in an isolated terminal session, toolset, and working directory, without interfering with each other. Results are aggregated automatically upon completion.
Scheduled Jobs & Multi-Platform Delivery
Through the built-in cronjob module, you can schedule tasks with standard cron expressions. Data collection, report generation, status sync — when done, results are automatically pushed to WeChat, Telegram, Discord, or local files.
Skills System: Making Agents More Reliable
To make automation more dependable, Hermes introduces a “skills” mechanism. Developers can write commonly used workflows — like GitHub releases, data cleaning, deployment pipelines — as structured Markdown guides. When the model receives a task, it automatically matches and loads the corresponding skill, following the steps and reducing context inference overhead.
More practically, skill files are “living.” If the model finds a step outdated during execution, or hits a pitfall the guide didn’t cover, it will directly update the skill file. Documentation and actual operation always stay in sync.
Safety & Boundaries
The biggest fear with automation is losing control. Hermes enforces hard constraints at the engineering level:
- Credential Isolation: Tokens and environment variables are injected via local files, strictly masked during execution, and never printed in logs.
- Operation Approval: Dangerous commands (like force push, resource deletion) trigger mandatory interception — the model cannot bypass them on its own.
- Resource Limits: All commands and scripts have timeout and memory caps. Background processes support lifecycle tracking and are auto-killed if they run wild, leaving no zombie processes.
Its design principle is clear: it won’t take risks for you, it only does the repetitive, tedious, cross-system grunt work so you don’t have to.
Objective Comparison
| Dimension | OpenClaw (Lobster) | Hermes Agent (Hermès) |
|---|---|---|
| Stars | 370K+ | 141K+ |
| Positioning | Universal AI assistant | Self-growing Agent framework |
| Onboarding | Low, out of the box | Medium, simple config needed |
| Customizability | Medium, core logic is deep | High, modular plugin architecture |
| Memory | Basic session memory | Long-term memory + pattern learning |
| Community Ecosystem | Official-led | Active community contributions |
| Best For | Users wanting an all-in-one assistant | Developers wanting an evolving Agent |
My Take
OpenClaw and Hermes are not competitors — they’re complementary.
- If you just want an “AI assistant that gets things done,” OpenClaw is the better choice — install and use, no tinkering needed.
- If you’re a developer, or want an “Agent that gets smarter the more I use it,” Hermes is worth the setup time.
An analogy:
- OpenClaw is like an iPhone — easy to use, worry-free, does everything
- Hermes is like Android — requires tinkering, but after tinkering it’s your custom machine
In the AI Agent space, “universal” and “personalized” will coexist long-term. OpenClaw represents the former at its extreme, Hermes represents the direction of the latter.
And Hermes went viral because it tapped into a trend: people are no longer satisfied with a “does everything but nothing well” universal assistant — they want a “serves me specifically and understands me better over time” personalized Agent.
This trend has only just begun.