feat: 新增 clawdbot 兼容支持
This commit is contained in:
16
clawdbot.plugin.json
Normal file
16
clawdbot.plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "qqbot",
|
||||
"name": "QQ Bot Channel",
|
||||
"description": "QQ Bot channel plugin with message support, cron jobs, and proactive messaging",
|
||||
"channels": ["qqbot"],
|
||||
"skills": ["skills/qqbot-cron", "skills/qqbot-media"],
|
||||
"capabilities": {
|
||||
"proactiveMessaging": true,
|
||||
"cronJobs": true
|
||||
},
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user