mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
17 lines
399 B
JSON
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": {}
|
|
}
|
|
}
|