Back to AI Q&A
Where did Hermes Agent migrate OpenClaw skills?

Where did Hermes Agent migrate OpenClaw skills?

AI Q&A Admin 45 views

If you can't find skills after migrating from OpenClaw to Hermes Agent, look at ~/.hermes/skills/openclaw-imports/ first. The official migration documentation states that OpenClaw's workspace skills will be migrated to this directory and will be handled according to the --skill-conflict policy in case of conflicts.

What should you look for

  1. See if ~/.hermes/skills/openclaw-imports/ exists.
  2. If you already have a Hermes skill with the same name, confirm whether you chose skip, overwrite, or rename at that time.
  3. If you select rename, the skill may have a -imported suffix.
  4. After migration, use hermes skills list to see the actual loadable name.

Some people in the community also asked how to migrate tools.md, which essentially depends on whether it is converted into a skill or context file, or if you need to manually disassemble it into a skill package that is more suitable for Hermes.

In a word: If you haven't lost your OpenClaw skills, go to openclaw-imports and conflict strategies first.

Official open source address: https://github.com/NousResearch/hermes-agent; Official document entry: https://hermes-agent.nousresearch.com/.

Recommended Tools

More