qqbot-channel

Automate QQ channel management via a token-authenticated API proxy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QQ channel management is automated via a token-authenticated proxy, reducing manual overhead and risk of token handling mistakes when interacting with QQ Open Platform APIs.

Core Features & Use Cases

  • Query and list channels across guilds, including sub-channels and their metadata
  • Manage members, publish posts, announcements, and schedules via the qqbot_channel_api proxy
  • Handle token authentication automatically and apply error handling for common API failures
  • Use cases include onboarding a new QQ guild, scheduling events, and maintaining channel configurations

Quick Start

List all channels in a specified QQ guild and retrieve their details.

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 via API?

Automating QQ channel management tasks requires a token-authenticated API proxy to handle HTTP requests. This approach lets you query guild channels, manage members, and publish announcements programmatically through the QQ Open Platform API.

What can I manage through the QQ channel API proxy?

Through the QQ channel API proxy, you can manage guilds, sub-channels, members, posts, announcements, threads, and schedules. It supports GET, POST, PATCH, and DELETE HTTP methods for comprehensive channel oversight.

How do I list all channels in a QQ guild?

Listing all channels in a QQ guild involves sending a GET request through the token-authenticated API proxy. This retrieves channel metadata and sub-channel details, enabling efficient querying of guild configurations.

Do I need a token to access the QQ channel API?

Yes, accessing the QQ channel API requires token authentication handled automatically by the proxy. This reduces manual token handling mistakes and ensures secure interactions with QQ Open Platform endpoints.

Does the QQ channel API proxy support event scheduling?

Yes, the QQ channel API proxy supports event scheduling through dedicated schedule endpoints. You can create and manage schedules alongside posts and announcements, applying automation to guild event coordination.

Why does my QQ channel API request return an authentication error?

QQ channel API requests return authentication errors when the token-authenticated proxy fails to validate credentials. The Skill applies error handling for common API failures, but ensure your proxy token is correctly configured for QQ Open Platform access.