qqbot-channel

Fetch and manipulate QQ channels, subchannels, members, posts, and announcements via the qqbot_channel_api proxy.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill qqbot-channel-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-channel
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/extensions/qqbot/skills/qqbot-channel
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill qqbot-channel-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QQ channel management over the official API is tedious and error-prone when performed manually. This Skill automates common tasks like listing channels, inspecting subchannels, querying members, posting posts and notices, and scheduling events, all through a unified proxy API.

Core Features & Use Cases

  • List and inspect channels for a QQ guild (group).
  • Retrieve subchannels, member lists, and channel announcements.
  • Create, modify, or delete subchannels, publish posts or announcements, and schedule events.
  • Use cases include onboarding new groups, moderating channels, and automating routine channel maintenance with token-authenticated calls.

Quick Start

Ask the skill to fetch the channel list for a specified guild_id to begin channel management.

Frequently Asked Questions about qqbot-channel

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

FAQPage Schema
How do I automate QQ channel management via the open platform API?

You can automate QQ channel management by using a proxy API tool to fetch and manipulate channels, members, posts, and announcements across guilds through token-authenticated HTTP interface calls.

Can I list and inspect subchannels and members for a specific QQ guild?

Yes, you can list and inspect subchannels and query member lists for a specific QQ guild by calling the proxy API with the target guild_id to retrieve the relevant channel data.

How do I publish posts or schedule events in QQ channels automatically?

To publish posts or schedule events in QQ channels automatically, you use the proxy API to send requests that create posts, publish announcements, and schedule events according to your permissions.

Does the QQ channel API handle authentication tokens automatically?

Yes, the proxy API relies on the QQ Open Platform HTTP interfaces and includes automatic token handling, so you do not need to manually manage authentication tokens for your channel management requests.

What are the limitations of managing QQ channels through an API proxy?

The limitations are bound by the QQ Open Platform HTTP interfaces and your configured permissions, meaning you can only manipulate channels, members, and posts that your token is authorized to access.

Do I need to reference API documentation when creating or deleting subchannels?

Yes, the proxy tool provides references to the API documentation to ensure parameter validation when you create, modify, or delete subchannels, preventing errors during the HTTP requests.