Files
qqbot/moltbot.plugin.json
rianli 2aae43a16f feat: tool-only fallback display & upgrade restart fix & voice dedup hints
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
2026-03-10 14:02:07 +08:00

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": {}
}
}