Skill Migrator
Description
这是一个让 OpenClaw 学会"把 Claude Code 和 Hermes 的 skill 转化为 OpenClaw skill"的迁移型 skill。This is a migration-oriented skill that teaches OpenClaw how to convert Claude Code and Hermes skills into OpenClaw skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skill Migrator
[English](#english) | [简体中文](#简体中文)
English
This repository documents a skill for OpenClaw to learn.
Its core purpose is not to be a generic "migrate any skill from any platform" toolkit. The primary goal is:
- Teach OpenClaw how to convert Claude Code skills into OpenClaw skills
- Teach OpenClaw how to convert Hermes skills into OpenClaw skills
CloudCode is still kept as extended support, but it is not the first priority of this skill.
What OpenClaw Should Do After Learning This Skill
When a user provides a Claude Code or Hermes skill and asks to migrate it into OpenClaw, OpenClaw should:
- Detect whether the source skill is Claude Code or Hermes.
- Analyze the source structure, tools, state, dependencies, and migration risks.
- Produce an OpenClaw-compatible output directory.
- Generate valid
SKILL.md,scripts/,references/, andstate.yamlwhen needed. - Validate the migrated result.
- Clearly explain what was migrated automatically and what still needs manual review.
In other words, this skill should help OpenClaw produce a usable OpenClaw skill scaffold, not just explain migration ideas.
Expected Usage
After OpenClaw learns this skill, it should prefer using it for requests like:
- "Convert this Claude Code skill into an OpenClaw skill"
- "Migrate this Hermes skill"
- "Analyze whether this skill can be migrated to OpenClaw"
- "Analyze first, then do a phased migration into OpenClaw"
Recommended strategy:
- Simple case: analyze and convert directly
- Complex case: prefer phased migration
- High-risk case: preserve manual review points instead of pretending the migration is fully automatic
Improvement Note
v4.5 - Keep boundaries honest, add back the decision tree, checkpoints, and minimal examples.
What Improved in v4.5
- Restored a short decision tree in
SKILL.md - Restored explicit review checkpoints
- Restored minimal scenario examples
- Moved detai
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11