qqbot-channel

Automates QQ channel management queries, posting, announcements, and schedules via authenticated API proxy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QQ 频道管理技能。通过 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权,帮助用户快速查看频道、管理子频道、查询成员、发布帖子/公告/日程等日常运维工作。

Core Features & Use Cases

  • 查询频道列表、子频道及成员信息
  • 发布帖子、创建公告、安排日程
  • 统一通过自动鉴权的 API 代理执行操作,减少手动配置

Quick Start

直接使用 qqbot-channel 在 OpenClaw 中启动并通过 qqbot_channel_api 进行鉴权后开始管理频道、成员和帖子。

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 for posting and scheduling?

Automate QQ channel management by using a proxy to the QQ Open Platform API, handling token authentication to query channels, post announcements, and manage schedules automatically.

Can I manage subchannels and members through the QQ Open Platform API?

Yes, you can manage subchannels and members by sending HTTP requests through an authenticated API proxy that routes GET, POST, PATCH, PUT, and DELETE methods to the QQ Open Platform.

What's the best way to publish announcements and schedules to a QQ channel?

The best way to publish announcements and schedules is through an automated API proxy that manages token authentication and routes your request body and query parameters to the QQ Open Platform.

Do I need to manually configure Token authentication for QQ channel API requests?

No, you do not need to manually configure Token authentication; the API proxy automatically handles token authentication and API routing for your QQ channel operations.

Does this approach support querying channel information and creating posts simultaneously?

Yes, this approach supports querying channel lists and creating posts simultaneously by executing multiple HTTP methods with defined path, body, and query parameters via the API proxy.

Why use an API proxy for QQ channel operations instead of direct HTTP requests?

Using an API proxy for QQ channel operations eliminates manual token configuration and automatically routes your HTTP requests, streamlining daily channel maintenance and member management tasks.