qqbot-channel

Manage QQ channels via token-authenticated QQ Open Platform APIs.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/191854169/openclawFork --skill qqbot-channel-191854169
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-channel
Source: https://github.com/191854169/openclawFork/tree/main/extensions/qqbot/skills/qqbot-channel
Command: npx skills add https://github.com/191854169/openclawFork --skill qqbot-channel-191854169

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QQ channel management often requires switching between the QQ Open Platform UI and multiple endpoints. This Skill provides a token-authenticated proxy to query channels, subchannels, members, and to publish posts, announcements, and schedules programmatically.

Core Features & Use Cases

  • List channels the bot has access to, inspect subchannels, and view channel details.
  • Manage channel membership and post content, announcements, and scheduled events across QQ groups.
  • Use case: A bot administrator wants to fetch all channels, post a daily update, and schedule reminders automatically.

Quick Start

Enable qqbot-channel and request the channel list for your QQ group to see current channels and permissions.

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 tasks like listing channels and posting content?

Automate QQ channel management by interacting with QQ Open Platform APIs through a token-authenticated proxy. This approach handles listing channels, viewing subchannels, managing members, and posting content or schedules programmatically.

Can I post announcements and schedule reminders across QQ groups using an API proxy?

Yes, you can post announcements and schedule reminders across QQ groups using an API proxy. The proxy applies token handling to interact with QQ Open Platform endpoints and publish scheduled events automatically.

What HTTP method and path do I need to query subchannels in a QQ group?

Querying subchannels requires specifying the HTTP method, path, and queries via the qqbot_channel_api tool. The proxy processes these parameters and returns structured responses for the requested subchannel data.

Does QQ bot channel management require token authentication for every API request?

Yes, token authentication is required for every API request to manage QQ channels. The proxy applies token handling to ensure secure access when fetching channel lists, inspecting details, or posting content.

What is the best way to fetch all channels and permissions a QQ bot has access to?

The best way to fetch all channels and permissions is to request the channel list through the token-authenticated proxy. This retrieves current channels and associated permissions for your QQ group without manual UI switching.

Why does my automated QQ channel posting fail when switching between Open Platform endpoints?

Automated posting fails when manual endpoint switching breaks token handling. Using a structured API proxy applies consistent authentication and structured responses across all channel, member, and posting requests.