skill-migrator

Migrate OpenClaw TypeScript skills to Amplifier's SKILL.md format.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill skill-migrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-migrator
Source: https://github.com/michaeljabbour/amplifier-bundle-letsgo/tree/main/skills/skill-migrator
Command: npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill skill-migrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured, LLM-assisted process to migrate existing OpenClaw (OC) skills into the Amplifier-native SKILL.md format, enabling seamless integration with the Amplifier platform.

Core Features & Use Cases

  • Guided Migration: Offers a 4-step process (Parse, Gene Transfer, Generate, Validate) to systematically convert OC skills.
  • Concept Mapping: Clearly defines how OC concepts (tools, config, state) map to Amplifier equivalents (bash, web_fetch, secrets, memory).
  • Use Case: A developer with a library of OpenClaw skills can use this skill to efficiently port them to Amplifier, leveraging LLM capabilities for the translation of intent and workflows.

Quick Start

Use the skill-migrator to translate an OpenClaw skill by following the 4-step process outlined in the skill's documentation.

Frequently Asked Questions about skill-migrator

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

FAQPage Schema
How do I migrate OpenClaw TypeScript skills to Amplifier?

To migrate OpenClaw TypeScript skills to Amplifier, use the skill-migrator's 4-step LLM-assisted process: parse OC source files, perform gene transfer mapping, generate SKILL.md files, and validate the migrated skill.

What is the gene transfer process in OpenClaw to Amplifier translation?

The gene transfer process maps OpenClaw concepts like tools, config, and state to Amplifier equivalents such as bash, web_fetch, secrets, and memory, translating the original intent and workflows into the new SKILL.md format.

Can I automatically convert OpenClaw config and state to Amplifier secrets and memory?

Yes, you can convert OpenClaw config and state to Amplifier secrets and memory through the skill-migrator's guided concept mapping, which systematically translates these structural elements during the LLM-powered gene transfer phase.

What's the best way to validate migrated Amplifier skills from OpenClaw?

The best way to validate migrated Amplifier skills is using the final validation step of the skill-migrator, which checks the generated SKILL.md files to ensure the OpenClaw translation maintains structural integrity and platform compatibility.

Does the OpenClaw to Amplifier migration require manual parsing of TypeScript source files?

No, the OpenClaw to Amplifier migration does not require manual parsing; the skill-migrator guides users through an automated LLM-assisted parsing step to extract the structure from OC TypeScript source files before mapping concepts.