docs/docs/snippets/plugin-publish/minimal-openclaw.plugin.json
2026-04-28 02:16:12 +00:00

13 lines
224 B
JSON

{
"id": "my-plugin",
"name": "My Plugin",
"description": "Adds a custom tool to OpenClaw",
"activation": {
"onStartup": true
},
"configSchema": {
"type": "object",
"additionalProperties": false
}
}