Openclaw To Hermes Migration — Development skill for Claude Code
Agent skill for safely migrating OpenClaw workspaces to Hermes Agent with providers, gateways, cron jobs, and rollback.
How to install Openclaw To Hermes Migration
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open geekjourneyx/openclaw-to-hermes-migration and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Openclaw To Hermes Migration does
Agent skill for safely migrating OpenClaw workspaces to Hermes Agent with providers, gateways, cron jobs, and rollback.
Alternatives in Development
- Agent Skills Platform — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.4k ★
- Agent Skill Creator — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.3k ★
- Agentic Stack — One brain, many harnesses 2.2k ★
README
OpenClaw to Hermes Migration
**A production-safe Codex skill for migrating OpenClaw workspaces to Hermes Agent**
[](./LICENSE) [](./SKILL.md) [](./SKILL.md) [](./evals/evals.json)
What This Is
OpenClaw to Hermes Migration is a Codex skill that turns a risky agent-runtime migration into a staged, verifiable operating procedure. It preserves the parts that matter: identity, memory, skills, provider configuration, messaging gateways, cron intent, and rollback safety.
The skill is designed for real cutovers where OpenClaw may still be writing runtime files, Hermes must be configured with new model providers, and messaging channels such as Feishu or Weixin need to keep working after migration.
Input: An existing ~/.openclaw installation with skills, memory, providers, gateways, and cron jobs
Output: A verified ~/.hermes setup with imported user data, tested provider access, gateway service, and rollback path
Core Capabilities
The SOP emphasizes behavior preservation over blind file copying. It uses dry-runs, checksums, explicit backups, non-secret inspection commands, and acceptance checks before treating Hermes as the replacement runtime.
Migration Workflow
The workflow keeps OpenClaw recoverable u
Related Skills
Openclaw To Hermes
Migrate from OpenClaw to Hermes Agent — complete, battle-tested migration tool
Skill Migrator
这是一个让 OpenClaw 学会"把 Claude Code 和 Hermes 的 skill 转化为 OpenClaw skill"的迁移型 skill。This is a migration-oriented sk
Spring Boot 4 Migration Skill
Claude Code skill for migrating Spring Boot 3.x to 4.x and staying current across 4.x minor versions
Chromium Profile Migrator
Inspect, compare, and safely migrate Chromium-family browser profile configuration: extensions, shortcuts, all
Convex Cron Jobs
Sidecar Management
How to create, update, and manage dynamic Inngest functions in the sidecar process (cron jobs, event handlers,
Related Agents
Openclaw Debugger
Use when an OpenClaw instance has a problem the health sentinel couldn't fix — gateway failures, config drift,
Databricks Expert
Expert Databricks engineer for querying data, exploring Unity Catalog, managing permissions, and monitoring jo
.github/workflows/redteam.yml
name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu