qqbot-channel

Manage QQ guild and channel resources via an authenticated HTTP proxy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a clear, API-driven way to manage QQ guilds and channels so operators and bots can list channels, manage members, publish forum posts and announcements, and create schedules without manual HTTP auth handling.

Core Features & Use Cases

  • Proxied HTTP operations for QQ channel management with automatic Authorization token injection, so callers only specify method, path, body, and query.
  • Channel and member management: list guilds, list and inspect channels, paginate and deduplicate members, and display avatars using Markdown image syntax.
  • Content operations: publish and delete forum threads, post comments, create and remove announces, and create/modify/delete schedules with rate limit guidance for private bots.

Quick Start

Use the qqbot-channel skill to list guilds, fetch channels for a chosen guild, and display channel details and member counts in a single request.

Frequently Asked Questions about qqbot-channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage QQ channels and guilds without manually handling HTTP authorization tokens?

You can manage QQ channels using a proxied HTTP operation approach that automatically injects the QQBot Authorization token. This allows operators to specify only the method, path, JSON body, and query parameters to list guilds, manage members, and create schedules.

How do I publish forum threads and announcements for a QQ bot?

To publish forum threads and announcements for a QQ bot, you use API-driven content operations that support creating and deleting threads, posting comments, and managing announces. The system handles these requests via an authenticated HTTP proxy.

Can I list and paginate QQ channel members using an API proxy?

Yes, you can list and paginate QQ channel members through the API proxy. The system supports member management operations that allow you to inspect channels, deduplicate members, and display avatars using Markdown image syntax.

Does the QQ channel management API support creating and modifying schedules for private bots?

Yes, the QQ channel management API supports creating, modifying, and deleting schedules specifically for private bots. It also provides rate limit guidance to help manage the frequency of these scheduling operations.

What do I need to set up before managing QQ guild channels via API?

Before managing QQ guild channels via API, you need an authenticated qqbot_channel_api HTTP proxy configured. This proxy must be set up to auto-fill QQBot Authorization tokens and accept explicit method, path, JSON body, and string-typed query parameters.

Are there rate limits I should be aware of when scheduling events for private QQ bots?

Yes, when creating and modifying schedules for private QQ bots, the API provides rate limit guidance. This helps you manage request frequencies and avoid hitting operational ceilings during channel and schedule management operations.