Files
openclaw/extensions/migrate-claude/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

17 lines
399 B
JSON

{
"id": "migrate-claude",
"activation": {
"onStartup": false
},
"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": {}
}
}