qqbot-channel

Automate QQ guild, sub-channel, member, announcement, forum, and event administration via the HTTP API.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill qqbot-channel-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-channel
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/extensions/qqbot/skills/qqbot-channel
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill qqbot-channel-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually managing QQ guilds (channels), members, announcements, forum posts and event schedules through the QQ open platform dashboard is time-consuming and prone to errors, especially for teams managing multiple large communities. This skill automates all these operations via the QQ open platform API, with automatic token authentication to eliminate manual API configuration work.

Core Features & Use Cases

  • Full Guild & Channel Management: Query guild lists, retrieve sub-channel details, create/edit/delete sub-channels, configure channel permissions, types and privacy settings.
  • Member & Role Administration: Paginate through member lists, retrieve individual member details, manage role-based member groups, and check real-time online member counts for channels.
  • Content & Schedule Operations: Publish forum threads and comments, create and delete announcements, create and edit event schedules with custom reminder settings.
  • Use Case: Community managers can use this skill to quickly set up a new welcome channel, post an introductory forum thread, and schedule a weekly community sync event in minutes, without navigating the QQ open platform interface.

Quick Start

Use the qqbot-channel skill to retrieve a list of all QQ guilds your bot belongs to and show the names of the first three sub-channels for the first guild.

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 and member queries without manual API authentication?

You can automate QQ channel management by using the QQ open platform HTTP API with built-in automatic token authentication. This handles guild resources, sub-channels, and member queries without manual API configuration.

What's the best way to publish forum threads and announcements to a QQ guild programmatically?

Publishing forum threads and announcements programmatically is achieved via API calls that create, edit, and delete announcements or post forum content. This automates content distribution across QQ guild sub-channels.

Can I manage event schedules and reminders for a QQ guild through a bot integration?

Yes, event schedules can be created and edited through the QQ bot integration with custom reminder settings. This allows teams to programmatically manage community sync events without navigating the QQ open platform dashboard.

Does the QQ open platform API support paginated member querying for large communities?

The QQ open platform API supports paginated member list querying to handle large communities effectively. It provides built-in guidance for pagination edge cases, role-based member groups, and real-time online member counts.

Why are my QQ bot API calls failing due to rate limits and permission issues?

QQ bot API calls often fail due to rate limits and channel permission configurations. The skill includes built-in guidance for handling common API permission boundaries and rate limit edge cases to ensure stable programmatic operation.