Nous Research’s Hermes Agent now includes a native hermes claw migrate command that imports configuration files, memory, skills, and API keys directly from OpenClaw installations. The feature, documented in a Flowtivity comparison published July 12, represents the first dedicated migration path built by a competing open-source agent framework to capture OpenClaw’s 374,000-star user base.
Hermes Agent launched in February 2026 and shipped a desktop GUI wrapper on June 2. It has accumulated over 180,000 GitHub stars in under four months, making it the fastest-growing open-source agent framework of the year according to Flowtivity’s tracking.
The Security Pitch
The migration tool arrives alongside a pointed security comparison. Hermes has zero publicly disclosed CVEs, per Flowtivity, compared to OpenClaw’s nine disclosed vulnerabilities in the same window, including one rated CVSS 9.9. OpenClaw’s most recent security incident, a set of three high-severity RCE vulnerabilities in version 2026.6.1 that exploited environment variable filter bypass and sandbox parent-directory traversal, was reported in early July.
The framing is deliberate: Hermes is positioning itself as the security-conscious alternative for teams that want open-source agent capabilities without OpenClaw’s attack surface history.
Performance Claims
In dual DGX Spark testing, Flowtivity found that Hermes Agent required 40% less manual intervention on multi-step coding tasks compared to Anthropic’s Claude Code after the first week of use. The improvement stems from Hermes’s self-improvement architecture: after every task execution, an evaluation layer identifies patterns and saves them as skill files (plain Markdown) that subsequent sessions reference automatically.
Nous Research claims agents with 20+ self-created skills complete similar tasks 40% faster in both token consumption and wall-clock time. TokenMix’s independent benchmarks corroborated this in April 2026, according to Flowtivity. The limitation is domain specificity: skills learned in one task type do not transfer to unrelated work.
Claude Code was 3x faster for one-off queries but showed no improvement over time in the same testing.
Architecture Differences
Hermes is Apache 2.0 licensed, fully self-hostable, and model-agnostic (supporting 200+ models via OpenRouter, or local models through Ollama and vLLM). It ships 118 built-in skills. The Nous Portal subscription ($20/month) adds model access, web search, and image generation, but self-supplied API keys work without it.
OpenAI Codex runs on GPT-5.5 with cloud sandboxing and parallel multi-agent execution. Claude Cowork (powered by Opus 4.8) offers multi-day autonomous sessions and a “Dreaming” feature that reviews past work to extract patterns.
The Competitive Signal
The hermes claw migrate command is the first instance of a competing framework building dedicated tooling to convert another framework’s users rather than just competing on features. It signals that OpenClaw’s position as the dominant open-source agent platform has reached a scale where competitors see user acquisition through migration as a viable growth strategy.
For OpenClaw’s community, the competitive pressure may accelerate security response timelines and feature parity on self-improvement capabilities, an area where Hermes currently leads.