openclaw-migration

Migrate OpenClaw persona, memories, and assets into Hermes Agent.

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill openclaw-migration-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-migration
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/optional-skills/migration/openclaw-migration
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill openclaw-migration-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

OpenClaw users want to move their persona, memories, workflows, and workspace assets into Hermes Agent with minimal manual cleanup. This skill imports SOUL.md, MEMORY.md, USER.md, command allowlists, and relevant workspace assets, then reports exactly what could not be migrated and why.

Core Features & Use Cases

  • Import SOUL.md into Hermes home directory as SOUL.md
  • Transform OpenClaw MEMORY.md and USER.md into Hermes memories
  • Merge OpenClaw command_allowlist into Hermes command_allowlist
  • Copy OpenClaw skills into ~/.hermes/skills/openclaw-imports/
  • Optionally copy the OpenClaw workspace instructions file into a Hermes workspace
  • Archive non-migrated docs and emit a detailed migration report

Quick Start

Run the migration to import your OpenClaw footprint into Hermes Agent and 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 SOUL.md and MEMORY.md from OpenClaw to Hermes Agent?

Migrate SOUL.md and MEMORY.md by running the migration script, which imports your persona into the Hermes home directory and transforms memories into the Hermes format, generating a detailed report of migrated and skipped items.

What does an OpenClaw to Hermes migration include?

An OpenClaw to Hermes migration includes importing persona, memories, user profiles, command allowlists, skills, and workspace assets. The script archives non-migrated documents and emits a detailed migration report covering imported, archived, and skipped items across all components.

Can I preview migration changes before applying them to my Hermes workspace?

Yes, you can preview migration changes before applying them. The migration script supports a preview option that shows what will be imported, archived, or skipped across OpenClaw components before any modifications occur in Hermes.

How are OpenClaw skills handled during migration to Hermes?

OpenClaw skills are copied into the Hermes skills directory at ~/.hermes/skills/openclaw-imports/ during migration. The script also merges command_allowlist entries and optionally copies workspace instructions into a Hermes workspace.

What happens to OpenClaw documents that cannot be migrated to Hermes?

Documents that cannot be migrated are archived rather than discarded. The migration script generates a detailed report explaining exactly what was archived and why specific items were skipped during the Hermes import process.

Do I need YAML installed to run the OpenClaw migration script?

Yes, YAML is required as a dependency to run the OpenClaw migration script. The script relies on YAML to parse configuration files like command_allowlist and workspace instructions when transforming them into the Hermes Agent format.