qqbot-channel

Automate QQ channel management via the QQ Open Platform API proxy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate QQ channel management tasks by interfacing with the QQ Open Platform via a proxy tool, handling token authentication automatically and enabling programmatic access to channels, sub-channels, members, posts, announcements, and schedules.

Core Features & Use Cases

  • Query channels, sub-channels, and members to monitor and manage QQ groups.
  • Post messages, create announcements, and schedule events on designated channels.
  • Use qqbot_channel_api to proxy HTTP calls with built-in token handling and API reference guidance.
  • Real-world use: a team maintains a QQ workspace by listing channels, replying to messages, and scheduling events without manual web portal interaction.

Quick Start

Query channels, sub-channels, members, posts, announcements, and schedules using the qqbot_channel_api to perform actions in your QQ workspace.

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 posting messages and querying members?

You can automate QQ channel management by interfacing with the QQ Open Platform API via a proxy tool. It handles token authentication automatically, enabling programmatic access to query members, post messages, and manage schedules.

Can I manage QQ channel announcements and schedules programmatically without manual web portal interaction?

Yes, you can manage QQ channel announcements and schedules programmatically. The Skill uses the qqbot_channel_api to proxy HTTP calls, allowing you to create announcements and schedule events directly without manual web portal interaction.

What is the best way to list channels and sub-channels in a QQ workspace using the open platform API?

The best way to list channels and sub-channels is by using the qqbot_channel_api proxy tool. It handles parameter handling and token authentication automatically, returning structured responses for your QQ workspace channels.

Does the QQ bot API require manual token authentication for each request when querying channel details?

No, manual token authentication is not required for each request. The qqbot_channel_api proxy tool handles token authentication automatically, streamlining the process of querying channel details and reading channel information.

How to read channel details and reply to messages in a QQ group workspace via API?

To read channel details and reply to messages, use the qqbot_channel_api to proxy HTTP calls to the QQ Open Platform. It manages authentication and parameter handling, allowing teams to maintain QQ workspaces programmatically.

What are the limitations of using a proxy tool for QQ bot API channel management?

The proxy tool relies entirely on the capabilities and rate limits of the QQ Open Platform API. Its effectiveness is constrained by the structured responses and parameter handling rules defined in the API references.