A CLI tool that converts agent configurations, skills, and memory between OpenClaw, Hermes Agent, and Claude Code bi-directionally with zero manual rewriting
Developers are fragmenting across three dominant AI agent platforms (OpenClaw at 372K stars, Hermes Agent at 110K, Claude Code native) with incompatible config formats, skill schemas, and memory systems. Each platform ships one-way migration tools that handle basic config transfer but lose skill logic, memory context, and provider settings. Teams evaluating alternatives face 2-5 days of manual rewriting per migration. This tool parses the full agent workspace from any of the three platforms, translates skills into the target format preserving logic and dependencies, migrates memory and conversation history, and validates the output against the target runtime before committing.
Social Proof 4 sources
Gap Assessment
4 tools exist (hermes claw migrate (built-in), openclaw migrate (built-in), migrate-openclaw by Kevjade, openclaw-to-hermes by 0xNyk) but gaps remain: One-way only (OpenClaw to Hermes). No skill logic translation. No Claude Code support. No validation step.; One-way only (into OpenClaw). No export from OpenClaw. No bi-directional sync. No skill logic translation..
Features4 agent-ready prompts
Competitive LandscapeFREE
| Product | Does | Missing |
|---|---|---|
| hermes claw migrate (built-in) | Reads OpenClaw config.yaml and transplants API keys, models, custom skills, and memory into Hermes | One-way only (OpenClaw to Hermes). No skill logic translation. No Claude Code support. No validation step. |
| openclaw migrate (built-in) | Imports from Claude Code (CLAUDE.md, MCP servers, skills) and Hermes (config, providers, memory, skills) into OpenClaw | One-way only (into OpenClaw). No export from OpenClaw. No bi-directional sync. No skill logic translation. |
| migrate-openclaw by Kevjade | Migrates OpenClaw workspace to Claude Code. Converts agents to skills, preserves souls and knowledge bases, generates CLAUDE.md | One-way only. No Hermes support. No memory migration. No validation. Community project, not maintained. |
| openclaw-to-hermes by 0xNyk | Complete migration tool from OpenClaw to Hermes Agent with config transfer | One-way only. No Claude Code support. No skill logic translation. No post-migration validation. |
Sign in to unlock full access.