mirror of
https://mirror.skon.top/github.com/sliverp/qqbot
synced 2026-04-21 13:20:25 +08:00
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
18 lines
481 B
JSON
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": {}
|
|
}
|
|
}
|