Files
qqbot/openclaw.plugin.json
rianli 62d52c8361 feat(qqbot): 优化提醒技能与智能断句
**提醒技能优化**
- 优化 SKILL.md,新增 --system-prompt 参数说明
- 修复 AI 角色混淆问题(避免说"谢谢提醒")
- 完善提醒触发时的 AI 角色指引

**流式消息智能断句**
- 新增语义边界检测(句号/感叹号/问号等)
- 首个分片在自然断句位置发送,避免奇怪的换行
- 支持 emoji 结尾识别

**其他优化**
- 移除 metadata 中的 channels 限制
- 精简 console.md 内容
- 优化 onboarding 引导流程
2026-02-02 20:31:38 +08:00

18 lines
429 B
JSON

{
"id": "qqbot",
"name": "QQ Bot Channel",
"description": "QQ Bot channel plugin with streaming message support, cron jobs, and proactive messaging",
"channels": ["qqbot"],
"skills": ["skills/qqbot-cron"],
"capabilities": {
"proactiveMessaging": true,
"cronJobs": true,
"streamingMessages": true
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}