qqbot-channel

Manage QQ channels via the QQ Open Platform HTTP API.

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill qqbot-channel-borealbytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-channel
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/extensions/qqbot/skills/qqbot-channel
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill qqbot-channel-borealbytes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QQ channel management is tedious; this skill provides a token-authenticated wrapper to list guilds, channels, inspect members, publish posts, manage announcements, and handle schedules via the QQ Open Platform HTTP API.

Core Features & Use Cases

  • List guilds and channels, inspect members, publish posts, and manage announcements.
  • Create and manage schedules for channels, with automatic token handling.
  • Use with automation workflows to coordinate QQ channel operations across teams.

Quick Start

Configure the qqbot_channel_api with your access token and call a sample endpoint to verify connectivity.

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 using the Open Platform API?

QQ channel management automation is handled through the QQ Open Platform API by sending structured HTTP requests to a fixed base URL with token-based authentication. This automates listing guilds, inspecting members, publishing posts, and managing schedules.

What can I do with a QQ bot via the Open Platform API?

Via the QQ Open Platform API, a bot can enumerate guilds, inspect channel membership, publish content, manage announcements, and handle schedules. Token-based authentication ensures predictable, secure HTTP interactions for private-domain automation workflows.

How do I list guilds and inspect channel members with a QQ bot?

To list guilds and inspect channel members, configure your qqbot_channel_api with an access token and call the respective endpoints. The skill handles standard HTTP methods and structured request payloads for predictable interactions.

Do I need a token to publish posts and manage announcements in QQ channels?

Yes, an access token is required to publish posts and manage announcements in QQ channels. The skill implements strict API usage with token-based authentication to ensure secure, automated content publishing across operational workflows.

Can I create and manage schedules for QQ channels through API automation?

Creating and managing schedules for QQ channels is fully supported through the API. The skill applies structured request payloads and standard HTTP methods with automatic token handling to coordinate event management.

What are the limitations of automating QQ channel operations via Open Platform API?

Automating QQ channel operations requires strict adherence to the fixed base URL and standard HTTP methods of the Open Platform API. Interactions are limited to predictable, structured request payloads, demanding careful token management for secure access.