qqbot-channel

Automates QQ guild channel admin via QQ Open Platform HTTP API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you manage QQ guild (channel) resources—listing guilds and channels, checking members, and performing operations like posting, announcements, and schedules—without manually dealing with OAuth/token authorization for each request.

Core Features & Use Cases

  • Channel discovery & management: Query the user’s guild/channel list, retrieve channel details, and manage sub-channels (create/update/delete).
  • Member information & presence: List members in a guild, fetch member details, and check online member counts for a channel.
  • Content operations: Post forum threads, comment on threads, publish/delete channel announcements, and create/modify/delete schedules (where permitted).

Use Case: You need to prepare an operations plan for a QQ community by creating a forum post, adding a comment, and scheduling an announcement window for a specific channel on a specific timeline—while keeping authentication handled automatically.

Quick Start

Ask the AI to list your QQ guilds and then fetch the sub-channels for a chosen guild using the qqbot_channel_api tool for authenticated API calls.

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 manually handling OAuth tokens?

QQ channel management automation uses the qqbot_channel_api to automatically fill Authorization tokens for HTTP API calls. You can query guilds, manage sub-channels, list members, and post announcements without manual OAuth handling.

Can I post forum threads and schedule announcements in QQ guilds using API automation?

Yes, QQ guild API automation supports posting forum threads, commenting, publishing channel announcements, and creating schedules. You specify the HTTP method, path, JSON body, and query parameters to execute these content operations.

How do I list QQ guild members and check online presence for a specific channel?

Listing QQ guild members and checking online presence requires API calls to fetch member details and channel online counts. The automation handles authentication, letting you query member rosters and presence data directly.

Do I need the QQ Open Platform API credentials to manage sub-channels like create, update, and delete?

Yes, managing QQ sub-channels requires access to the QQ Open Platform HTTP API. The Skill relies on qqbot_channel_api for Authorization token filling, meaning you need valid API credentials configured before performing CRUD operations.

What limitations exist when automating QQ channel schedules and announcements via the API?

QQ channel API automation for schedules and announcements is constrained by documented endpoint limits and error codes. Certain content operations like schedule modifications are only permitted where the API allows, requiring adherence to endpoint-specific rules.

What's the best way to query QQ channel structures for community operations planning?

Querying QQ channel structures for community operations involves using the qqbot_channel_api to retrieve guild lists and sub-channel details. This authenticated approach lets you discover channel hierarchies and plan forum posts or announcements efficiently.