AI Agent Hub
Back to skills
QQ Group Chat Operations Assistant icon

QQ Group Chat Operations Assistant

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_83961fe8/qq-group-chat.

About this skill

What problem it solves

QQ group operations often span consoles, REST APIs, and ad hoc scripts. Agents calling raw APIs can confuse group numbers with GroupId, skip confirmation for destructive actions, or expose phone numbers and keys. This skill routes operations through python3 scripts/qq-group-cli.py, giving a consistent entry point for creating, finding, and managing groups and members.

Core capabilities and workflow

  • Group management: create Public, Private, ChatRoom, AVChatRoom, or Community groups; update profiles, fetch or search group info, join, quit, or dismiss groups.
  • Member management: list members, check online counts, mute or mute all, invite members, set roles, edit group nicknames, transfer ownership, and remove members.
  • Parameter handling: route intent to references/manage-group.md or references/manage-member.md; use schema . when parameters are unclear; pass complex payloads through stdin JSON.
  • Safety boundaries: high-risk actions such as kick-member, mute-all, transfer-owner, and quit-group require impact explanation and user confirmation; sensitive values like phone numbers and SecretKey are not shown by default, while GroupId and Member_Account are preferred identifiers.

Boundaries and notes

Best for scripted or agent-driven QQ/Tencent Cloud IM group operations. Credentials for Tencent Cloud IM or QQ Bot Open Platform are required, and some open-platform operations are limited. A 10006 rate-limit response is retried once; if it still fails, the user is told the API is rate limited.

Use Cases

  • When seeding a community, create a Public group, set its name and intro, and invite confirmed accounts.
  • When handling spam reports, find the account in the member list, then mute and remove them.
  • During a permission audit, fetch group info, member roles, and online counts to verify ownership.
  • Before agent runs, verify Tencent Cloud IM credentials and retry once on rate-limit error 10006.

Best For

  • Community ops owners who need to create Public groups, add profiles, and invite initial members.
  • Customer service leads who need to locate spamming members, mute them, and remove them.
  • Admins auditing permissions who need to check ownership, roles, online counts, and group profiles.
  • Integration engineers who need to configure Tencent Cloud IM or QQ Bot credentials and handle auth/rate limits.