feat: 新增 clawdbot 兼容支持

This commit is contained in:
sliverp
2026-02-03 20:14:19 +08:00
parent cbe108f8bc
commit c800d39d61
4 changed files with 132 additions and 51 deletions

16
moltbot.plugin.json Normal file
View 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": {}
}
}