mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:50:44 +00:00
17 lines
376 B
JSON
17 lines
376 B
JSON
{
|
|
"id": "migrate-hermes",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"name": "Hermes Migration",
|
|
"description": "Imports Hermes configuration, memories, skills, and supported credentials into OpenClaw.",
|
|
"contracts": {
|
|
"migrationProviders": ["hermes"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|