mirror of
https://mirror.skon.top/github.com/sliverp/qqbot
synced 2026-04-21 13:20:25 +08:00
gateway.ts: - Add tool-only timeout fallback: show raw tool params when only tool delivers arrive without block response within 60s - Simplify user-facing messages with emoji prefixes - Update voice prompt to prevent duplicate text+voice content upgrade-and-run.sh: - Fix restart race: add sleep after plugin install to let auto-restart chain settle - Add WS health check after port ready with auto-retry - Add backup token recovery and deduplicate token config logic skills/qqbot-media/SKILL.md: - Clarify <qqvoice> independence from plugin TTS config - Add no-duplicate-content guidance Other: bump plugin versions, update dependencies
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"id": "openclaw-qqbot",
|
|
"name": "OpenClaw QQ Bot",
|
|
"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": {}
|
|
}
|
|
}
|