qqbot-channel

Proxy QQ Open Platform API calls with automatic token handling for channel management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QQ channel management often requires manual, repetitive API calls and token handling. This skill provides a proxy tool (qqbot_channel_api) that automates authentication and routes requests to the QQ Open Platform, enabling seamless channel operations.

Core Features & Use Cases

  • Query channel lists, sub-channels, and members
  • Create, update, or delete sub-channels with proper permissions
  • Manage notices, announcements, and schedules across channels
  • View and reference detailed API guidance via the included references
  • Uses a base URL of https://api.sgroup.qq.com with automatic Authorization handling

Quick Start

Authenticate with your QQ bot token and start issuing channel-management commands via the qqbot_channel_api proxy.

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 without manual token handling?

Automating QQ channel management requires proxying QQ Open Platform API calls. This skill provides a proxy tool that handles automatic token authentication, enabling seamless channel operations like querying lists and posting announcements.

Can I manage sub-channels and members in QQ groups via API?

Yes, you can manage sub-channels and members via API. The proxy tool queries channel lists, sub-channels, and members, and supports creating, updating, or deleting sub-channels with proper permissions across QQ groups.

What is the base URL for interacting with the QQ Open Platform API?

The base URL for interacting with the QQ Open Platform API is https://api.sgroup.qq.com. The proxy tool routes requests to this URL with automatic Authorization handling and standardized error handling.

How do I post announcements and schedules to QQ channels programmatically?

To post announcements and schedules programmatically, issue channel-management commands through the API proxy. It applies structured data handling to manage notices, announcements, and schedules across your channels.

Does this API proxy approach require manual authentication for each request?

No, manual authentication is not required for each request. The proxy tool features automatic Authorization handling, automatically managing tokens so you can focus on issuing channel-management commands directly.

What are the limitations of using an API proxy for QQ channel operations?

Using an API proxy for QQ channel operations requires a valid QQ bot token for authentication. Operations like creating or deleting sub-channels depend on proper permissions, and structured data handling must align with the QQ Open Platform API constraints.