Files
qqbot/openclaw.plugin.json
rianli 814ffb611b feat: cherry-pick upgrade scripts & preload.cjs from v1.6.5 compat branch
Cherry-picked from 657a5e6 & e06a4ed:
- preload.cjs: new CJS preload entry with ESM/CJS interop via Proxy
- scripts/link-sdk-core.cjs: symlink helper for openclaw plugin-sdk
- scripts/upgrade-via-npm.sh: enhanced with version detection, cleanup trap, v-prefix strip
- scripts/upgrade-via-source.sh: refactored upgrade flow
- openclaw.plugin.json: extensions entry updated to ./preload.cjs
2026-03-25 19:59:33 +08:00

18 lines
481 B
JSON

{
"id": "openclaw-qqbot",
"name": "OpenClaw QQ Bot",
"description": "QQ Bot channel plugin with message support, cron jobs, and proactive messaging",
"channels": ["qqbot"],
"extensions": ["./preload.cjs"],
"skills": ["skills/qqbot-channel", "skills/qqbot-remind", "skills/qqbot-media"],
"capabilities": {
"proactiveMessaging": true,
"cronJobs": true
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}