docs/channels/qq/README.md
Back to README
PicoClaw provides QQ support via the official Bot API from the QQ Open Platform.
{
"channel_list": {
"qq": {
"enabled": true,
"type": "qq",
"app_id": "YOUR_APP_ID",
"app_secret": "YOUR_APP_SECRET",
"allow_from": []
}
}
}
| Field | Type | Required | Description |
|---|---|---|---|
| enabled | bool | Yes | Whether to enable the QQ channel |
| app_id | string | Yes | App ID of the QQ bot application |
| app_secret | string | Yes | App Secret of the QQ bot application |
| allow_from | array | No | Allowlist of user IDs; empty means all users are allowed |
The QQ Open Platform provides a one-click creation entry:
picoclaw gateway to start the serviceThe App Secret is only shown once — save it immediately. Viewing it again will force a reset.
Bots created via the quick entry are for the creator's personal use only and do not support group chats. For group chat support, configure sandbox mode on the QQ Open Platform.
picoclaw gateway to start the serviceDuring development, it is recommended to enable sandbox mode and add test users and groups to the sandbox for debugging.