Files
openclaw/docs/snippets/plugin-publish/minimal-openclaw.plugin.json

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
}
}