Files
openclaw/extensions/migrate-claude/openclaw.plugin.json
Vincent Koc 600df95c8c feat(migrate): add Claude importer
Add a bundled Claude migration provider for Claude Code and Claude Desktop imports.\n\nIncludes source discovery, preview/apply behavior for instructions, MCP servers, skills and command prompts, archive/manual handling for unsafe Claude state, docs, labeler, and tests.
2026-04-27 02:35:44 -07:00

14 lines
353 B
JSON

{
"id": "migrate-claude",
"name": "Claude Migration",
"description": "Imports Claude Code and Claude Desktop instructions, MCP servers, skills, and safe configuration into OpenClaw.",
"contracts": {
"migrationProviders": ["claude"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}