qqbot-channel

Manage QQ guilds and sub-channels via QQ Open Platform HTTP API requests.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill qqbot-channel-234194027-cpu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qqbot-channel
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/extensions/openclaw-qqbot/skills/qqbot-channel
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill qqbot-channel-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QQ 频道管理往往需要在多步骤的 API 调用与鉴权之间来回切换,难以让用户用自然语言直接完成查询与发布等工作。本技能把“查询频道/子频道/成员/发帖/公告/日程”统一为可对话的 API 操作流程,减少手工查参与拼装请求的成本。

Core Features & Use Cases

  • Channel & Sub-channel discovery: 查询频道列表、获取子频道列表与子频道详情,用于定位目标频道与分组层级。
  • Member and presence management: 查询成员列表与成员详情,并获取在线成员数,支持分页与去重策略。
  • Publish & scheduling operations: 在论坛子频道中发布帖子与评论,并创建/修改/删除公告与日程,满足管理与运营场景。

Use Case:当你需要在某个频道下查看成员并在论坛子频道发布一篇攻略帖,同时为频道创建成员公告并安排一个日程提醒时,可以直接用本技能完成从定位到发布的关键 API 调用。

Quick Start

Use the qqbot-channel skill to create a channel schedule in a specified sub-channel by asking it to set the schedule name and millisecond start/end timestamps.

Frequently Asked Questions about qqbot-channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage QQ guild sub-channels using API requests?▼

You can manage QQ guild sub-channels by executing token-authenticated HTTP API requests through a proxy to list channels, retrieve member details with pagination, and handle forum threads or announces.

What is the process to publish forum threads in a QQ channel?▼

To publish forum threads in a QQ channel, you make token-authenticated API calls that send body parameters to the target forum sub-channel, enabling automated posting through API request execution.

Can I retrieve QQ channel members with pagination using an API?▼

Yes, you can retrieve QQ channel members with pagination by executing HTTP API requests that return member lists and online counts, using string-typed query values for compliant request execution.

Does creating a QQ channel schedule require specific timestamp formats?▼

Yes, creating a QQ channel schedule requires providing millisecond start and end timestamps in the API request body to ensure the token-authenticated call accurately registers the schedule.

What are the limitations of using API calls for QQ channel management?▼

Limitations include the strict necessity of token-authenticated API calls and string-typed query values for compliant request execution, with all channel management actions bound by QQ Open Platform HTTP API constraints.