You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/qqbot/skills/qqbot-media/SKILL.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: qqbot-media
3
-
description: QQBot rich media send and receive support. Use <qqmedia> tags to send image, voice, video, or file attachments, with the media type inferred from the file extension.
3
+
description: QQBot rich media send and receive support. Use <qqmedia> tags only for explicit media send/view requests, treating inbound attachment paths as private current-conversation context.
Copy file name to clipboardExpand all lines: extensions/qqbot/skills/qqbot-remind/SKILL.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,31 @@
1
1
---
2
2
name: qqbot-remind
3
-
description: QQBot scheduled reminders. Create, list, and cancel one-time or recurring reminders when a QQ conversation involves reminders, alarms, or scheduled tasks.
3
+
description: QQBot scheduled reminders. Use only for explicit user requests to create, list, or cancel one-time or recurring QQ reminders; ask for missing time, content, or timezone before scheduling.
Copy file name to clipboardExpand all lines: extensions/qqbot/src/bridge/tools/channel.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ export function registerChannelTool(api: OpenClawPluginApi): void {
35
35
label: "QQBot Channel API",
36
36
description:
37
37
"Authenticated HTTP proxy for QQ Open Platform channel APIs. "+
38
+
"Use write and delete endpoints only after explicit user intent; DELETE requires confirmed=true, and bulk deletes require bulkConfirmed=true after confirming the exact target. "+
38
39
"Common endpoints: "+
39
40
"list guilds GET /users/@me/guilds | "+
40
41
"list channels GET /guilds/{guild_id}/channels | "+
0 commit comments