Skip to content

Commit 62be4eb

Browse files
committed
docs: cover qqbot /bot-me + c2cOnly admin gating (62fb876) and cron add --agent warning (dc0c54c)
1 parent 9061d1e commit 62be4eb

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/channels/qqbot.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,15 @@ Built-in commands intercepted before the AI queue:
239239
| `/bot-ping` | Latency test |
240240
| `/bot-version` | Show the OpenClaw framework version |
241241
| `/bot-help` | List all commands |
242+
| `/bot-me` | Show the sender's QQ user ID (openid) for `allowFrom`/`groupAllowFrom` setup |
242243
| `/bot-upgrade` | Show the QQBot upgrade guide link |
243244
| `/bot-logs` | Export recent gateway logs as a file |
244245
| `/bot-approve` | Approve a pending QQ Bot action (for example, confirming a C2C or group upload) through the native flow. |
245246

246247
Append `?` to any command for usage help (for example `/bot-upgrade ?`).
247248

249+
Admin commands (`/bot-me`, `/bot-upgrade`, `/bot-logs`, `/bot-clear-storage`, `/bot-streaming`, `/bot-approve`) are direct-message-only and require the sender's openid in an explicit non-wildcard `allowFrom` list. A wildcard `allowFrom: ["*"]` permits chat but does not grant admin command access. Group messages match against `groupAllowFrom` first and fall back to `allowFrom`. Running an admin command in a group returns a hint rather than silently dropping.
250+
248251
## Engine architecture
249252

250253
QQ Bot ships as a self-contained engine inside the plugin:

docs/cli/cron.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ openclaw cron edit <job-id> --session current
226226
openclaw cron edit <job-id> --session "session:daily-brief"
227227
```
228228

229+
`openclaw cron add` warns when `--agent` is omitted on agent-turn jobs and falls back to the default agent (`main`). Pass `--agent <id>` at create time to pin a specific agent.
230+
229231
Delivery tweaks:
230232

231233
```bash

0 commit comments

Comments
 (0)