What problem does it solve? Managing QQ guilds and channels through the QQ Open Platform requires handling token authentication, remembering dozens of API endpoints, and dealing with pagination, enums, and error codes. This Skill wraps all of that behind a single authenticated proxy tool so you can manage your QQ community with plain requests. ## Core Features & Use Cases - Guild & Channel Management: List guilds, inspect channel details, and create, modify, or delete sub-channels (text, voice, forum, live) with automatic token authentication. - Member & Announcement Operations: Query member lists with pagination, fetch member details and avatars, and publish or remove guild announcements including recommended-channel announcements. - Forum & Schedule Workflows: Publish forum threads and comments, and create, update, or delete channel schedules with reminder settings. - Use Case: A community manager asks the assistant to create a new text sub-channel, post a welcome announcement recommending it, and schedule a weekly meeting reminder — all executed through authenticated QQ Open Platform API calls. ## Quick Start Use the qqbot-channel skill to list all my QQ guilds and their sub-channels.