Manage QQ channels, members, posts, announcements, and schedules efficiently.
The materials indicate this skill is an HTTP management wrapper for the QQ Open Platform, with capabilities over channels, members, announcements, and other administrative operations, and it automatically attaches authentication tokens. Its open-source origin and very strong community signals reduce supply-chain concern, but its remote administrative capabilities and token handling still warrant cautious use.
The metadata says there are no keys/environment variables, but the README explicitly states it auto-fills `Authorization: QQBot {token}`, indicating platform credentials are in fact involved, likely injected by the host rather than manually entered by the user. This creates the normal risk of credential-backed administrative actions, but there is no explicit red flag showing credential exfiltration.
The README explicitly identifies the remote endpoint as `https://api.sgroup.qq.com` and uses HTTP requests against the QQ Open Platform for query and management operations. The network egress target is consistent with the stated functionality, with no evidence of data being sent to unrelated or unknown third-party endpoints.
The objective checks mark it as `prompt-only`, and the provided materials do not show any local process spawning, script execution, or invocation of additional system commands. Based on the available information, it does not appear to have local code execution capability.
This skill can read platform data such as guilds, channels, members, and permissions, and can also publish posts, manage announcements and schedules, and modify/delete channels, which amounts to read/write administrative access over remote service resources. There is no indication that it reads local files or requests unrelated excessive system permissions.
The source is a GitHub open-source repository, and the system reports `open-source` with an extremely strong community-adoption signal (about 377k stars), both of which materially reduce supply-chain concern. Although the license is not stated and maintenance status is unknown, the available materials do not show high-risk red flags such as closed source, abandoned opaque distribution, or suspicious delivery behavior.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "qqbot-channel" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/qqbot/skills/qqbot-channel/SKILL.md 2. Save it as ~/.claude/skills/qqbot-channel/SKILL.md 3. Reload skills and tell me it's ready
Use qqbot_channel_api to list all guilds I can access and their channels. Group results by guild and show channel name, ID, type, and visibility status, then provide a brief structure overview.
A guild-grouped channel inventory and structure summary for quickly understanding the current QQ setup.
First find the channel related to "Product Updates". After confirming the target channel, publish a post titled "This Week's Release Notes" with three update items and set it as an announcement. If older announcements exist, list them and prompt me whether to replace one.
The tool identifies the channel, publishes the post, sets the announcement, and returns the result plus existing announcement status.
Use qqbot_channel_api to inspect the member list of a specified guild, count total members and recently active members, and list all schedules for the next 7 days in chronological order, marking any that may duplicate published events.
A report with member counts, activity status, and the upcoming week's schedules, including duplicate-event warnings.
qqbot_channel_api 是一个 QQ 开放平台 HTTP 代理工具,自动填充鉴权 Token。你只需要指定 HTTP 方法、API 路径、请求体和查询参数。
每个接口的完整参数说明、返回值结构和枚举值定义:
references/api_references.md| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
method | string | 是 | HTTP 方法:GET, POST, PUT, PATCH, DELETE |
path | string | 是 | API 路径(不含域名),如 /guilds/{guild_id}/channels,需替换占位符为实际值 |
body | object | 否 | 请求体 JSON(POST/PUT/PATCH 使用) |
query | object | 否 | URL 查询参数键值对,值为字符串类型 |
基础 URL:
https://api.sgroup.qq.com,鉴权头Authorization: QQBot {token}由工具自动填充。
| 操作 | 方法 | 路径 | 参数说明 |
|---|---|---|---|
| 获取频道列表 | GET | /users/@me/guilds | query: before, after, limit(最大100) |
| 获取频道 API 权限 | GET | /guilds/{guild_id}/api_permission | — |
| 操作 | 方法 | 路径 | 参数说明 |
|---|---|---|---|
| 获取子频道列表 | GET | /guilds/{guild_id}/channels | — |
| 获取子频道详情 | GET | /channels/{channel_id} | — |
| 创建子频道 | POST | /guilds/{guild_id}/channels | body: name*, type*, position*, sub_type, parent_id, private_type, private_user_ids, speak_permission, application_id |
| 修改子频道 | PATCH | /channels/{channel_id} | body: name, position, parent_id, private_type, speak_permission(至少一个) |
| 删除子频道 | DELETE | /channels/{channel_id} | ⚠️ 不可逆 |
子频道类型(type):0=文字, 2=语音, 4=分组(position≥2), 10005=直播, 10006=应用, 10007=论坛
| 操作 | 方法 | 路径 | 参数说明 |
|---|---|---|---|
| 获取成员列表 | GET | /guilds/{guild_id}/members | query: after(首次填0), limit(1-400) |
| 获取成员详情 | GET | /guilds/{guild_id}/members/{user_id} | — |
| 获取身份组成员列表 | GET | /guilds/{guild_id}/roles/{role_id}/members | query: start_index(首次填0), limit(1-400) |
| 获取在线成员数 | GET | /channels/{channel_id}/online_nums | — |
| 操作 | 方法 | 路径 | 参数说明 |
|---|
…
Automate OpenClaw nightly releases, branch maintenance, and forward-porting to main.
Debug Node.js apps with inspect, breakpoints, heap, and CPU profiling.
Audit and harden OpenClaw hosts for security and operational health.
List chats, review message history, and send iMessage or SMS from CLI.
Summarize or transcribe URLs, videos, PDFs, and local files quickly.
Generate shareable code or text diffs for review and collaboration.
Create, view, and cancel one-time or recurring reminders in QQ chats.
Send and receive rich media in QQBot with simple qqmedia tags.
Post, reply, list, and manage topics in Discord forum channels.
Send texts, images, and files to QQ contacts through MCP.
Let AI manage Slack messages, threads, channels, and user info.
Interact with Discord using natural language for messaging, server management, and user actions.