What problem does it solve?
Managing QQ (Tencent) channels manually through the client is slow and cannot be automated. This Skill lets you operate channels, sub-channels, members, messages, announcements, and schedules programmatically through the official QQ Bot API.
Core Features & Use Cases
- Channel & Sub-channel Management: List guilds, view channel details, and create, modify, or delete sub-channels.
- Messaging & Announcements: Send text, image, or Markdown messages to sub-channels and manage channel announcements and schedules.
- Member Administration: Query member lists and role-based permissions within a guild.
- Use Case: A community manager wants to broadcast a Markdown announcement to a specific sub-channel and audit the member list; the bot authenticates with QQ_BOT_APPID and QQ_BOT_TOKEN and executes the API calls directly.
Quick Start
Set the QQ_BOT_APPID and QQ_BOT_TOKEN environment variables, then ask the assistant to list your QQ channels and send a message to a specific sub-channel.