openclaw-migration

Migrates OpenClaw footprint into Hermes Agent with a detailed report.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/jleechanorg/hermes-agent --skill openclaw-migration-jleechanorg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-migration
Source: https://github.com/jleechanorg/hermes-agent/tree/main/optional-skills/migration/openclaw-migration
Command: npx skills add https://github.com/jleechanorg/hermes-agent --skill openclaw-migration-jleechanorg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

OpenClaw users often struggle to manually rebuild their environment in Hermes after migration, including memories, persona data, workspace setup, and skill definitions. This skill provides a guided, automated pathway to migrate those components, preserving structure and delivering a clear migration report for review.

Core Features & Use Cases

  • Import SOUL.md into Hermes as the persona seed.
  • Convert OpenClaw MEMORY.md and USER.md into Hermes memories and profiles.
  • Merge OpenClaw command approvals into Hermes command_allowlist.
  • Copy OpenClaw skills into ~/.hermes/skills/openclaw-imports/.
  • Optionally migrate workspace instructions and assets, with reporting on conflicts.
  • Produce a structured migration report highlighting migrated items, conflicts, and skipped items for review.

Quick Start

Migrate the OpenClaw footprint into Hermes by importing SOUL.md, MEMORY.md, USER.md, workspace assets, and skills, then review the migration report.

Frequently Asked Questions about openclaw-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate OpenClaw memories and workspace assets into Hermes?

Migrate OpenClaw memories and workspace assets into Hermes by importing MEMORY.md, SOUL.md, and USER.md, copying skills, and generating a structured migration report. The process converts footprint data into Hermes memories, persona seeds, and profiles.

What is the best way to import an OpenClaw persona into Hermes?

Importing an OpenClaw persona into Hermes is done by seeding SOUL.md as the persona foundation. This automated migration converts OpenClaw footprint configurations directly into the Hermes Agent environment.

How does command allowlist migration work from OpenClaw to Hermes?

Command allowlist migration merges OpenClaw command approvals directly into the Hermes command_allowlist. This ensures previously approved commands integrate seamlessly during the OpenClaw footprint migration.

What happens to unmapped OpenClaw documents during Hermes migration?

Unmapped OpenClaw documents are archived during Hermes migration. The process ensures deterministic execution with conflict handling, producing a detailed report highlighting migrated items, conflicts, and skipped files.

Can I copy OpenClaw skills directly into the Hermes workspace?

Yes, OpenClaw skills are copied directly into the ~/.hermes/skills/openclaw-imports/ directory. This skill integration enables migrated OpenClaw configurations to function within the Hermes Agent platform.

Do I need YAML dependencies to migrate OpenClaw footprints into Hermes?

Yes, YAML dependencies are required to execute the OpenClaw to Hermes footprint migration. The scripts component processes workspace instructions and memory files structured in YAML format to ensure deterministic migration.