qqbot-channel

qqbot-channel is a skill for Claude Code, Codex from tencent-connect/openclaw-qqbot. It costs 89 tokens per session (3,038 once invoked), scanned A, original, MIT.

A skill for managing QQ Channels, which are community spaces similar to Discord servers, with separate text, voice, forum, or live-stream subchannels. It uses the QQ Open Platform API to manage channels, members, posts, announcements, and schedules.

In plain words
What is it for?
Use it to list or manage channels and subchannels, members, posts, announcements, schedules, and forums in QQ Channels.
Why use it?
It gives agents the correct QQ Channel hierarchy, API paths, request methods, and authentication handling, avoiding confusion with QQ groups.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to list or manage channels and subchannels, members, posts, announcements, schedules, and forums in QQ Channels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tencent-connect/openclaw-qqbot/qqbot-channel
About the project

openclaw-qqbot is a channel plugin that connects an AI assistant to QQ, supporting private conversations, group chats, and media messages. It is used to run OpenClaw assistants in QQ with configurable triggers, transports, speech features, scheduled messages, and command approvals. The catalogue skills operate this QQ connection.

tencent-connect/openclaw-qqbot · 1,546 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tencent-connect/openclaw-qqbot --skill qqbot-channel
Clone the repo
git clone --depth 1 https://github.com/tencent-connect/openclaw-qqbot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qqbot-channel

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencent-connect/openclaw-qqbot/qqbot-channel/github.svg)](https://agentmods.dev/skills/tencent-connect/openclaw-qqbot/qqbot-channel)
Your own site
<a href="https://agentmods.dev/skills/tencent-connect/openclaw-qqbot/qqbot-channel"><img src="https://agentmods.dev/badge/skills/tencent-connect/openclaw-qqbot/qqbot-channel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qqbot-channel

Your own site · 80×15
<a href="https://agentmods.dev/skills/tencent-connect/openclaw-qqbot/qqbot-channel"><img src="https://agentmods.dev/badge/skills/tencent-connect/openclaw-qqbot/qqbot-channel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,038 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00089 $0.03038
Opus 5 $0.00044 $0.01519
Sonnet 5 $0.00018 $0.00608
Haiku 4.5 $0.00009 $0.00304

Measured 10d ago against content hash 6c67b2f7909b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

qqbot-channel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/qqbot-channel/SKILL.md · 286 lines

How it starts

The opening of the file, as written. The whole thing — 286 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QQ 频道 API 请求指导

本 Skill 仅处理 QQ 频道(Guild/Channel)操作。 频道 ID 为纯数字,API 路径为 /guilds/.../channels/...

qqbot_platform_api 是 QQ 开放平台统一 HTTP API 网关,自动填充鉴权 Token。你只需要指定 HTTP 方法、API 路径、请求体和查询参数即可调用频道相关接口。


🔀 适用范围(必读)

QQ 频道是类似 Discord 的社区产品,层级结构为 频道(Guild) → 子频道(Channel)

层级 中文名 英文 API 路径 ID 格式
顶层 频道 Guild /guilds/{guild_id} 纯数字(如 123456
次级 子频道 Channel /channels/{channel_id} 纯数字(如 789012

核心特征

  • 频道内可以创建多个子频道(文字、语音、论坛、直播等)
  • 支持发帖、公告、日程等功能
  • 频道成员通过 /guilds/{guild_id}/members 管理
  • ID 为纯数字格式,API 路径以 /guilds//channels/ 开头

触发关键词:频道、子频道、guild、channel、帖子、日程、公告、论坛、频道成员

📚 详细参考文档

每个接口的完整参数说明、返回值结构和枚举值定义:

  • 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} 由工具自动填充。


⭐ 接口速查

频道(Guild)

操作 方法 路径 参数说明
获取频道列表 GET /users/@me/guilds query: before, after, limit(最大100)
获取频道 API 权限 GET /guilds/{guild_id}/api_permission

子频道(Channel)

操作 方法 路径 参数说明
获取子频道列表 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=论坛

Read the full file on GitHub · 286 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 286 lines · 89 tokens per session scan A 6c67b2f7909b

Subscribe to this mod's changes

qqbot-channel is a skill published in the GitHub repository tencent-connect/openclaw-qqbot (1,546 stars, last pushed 13d ago), licensed MIT. It adds 89 tokens to every session and 3,038 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens