
from claude-qq-channel10
Manage QQ bot channel access: approve pairings, edit allowlists, and configure DM policy safely from a local terminal session.
QQ Bot Channel Access is a utility skill for managing access control for a QQ channel backed by a local JSON store. It lets an operator approve pairing codes, deny pending requests, add or remove allowlist entries, and change DM policy — all while enforcing safety rules (only act on terminal-invoked commands, never on upstream channel notifications).
Designed for local agent integrations and CLI-driven agent runtimes (Copilot, Claude Code, Cursor). It assumes file-system access and is intended as a terminal-invoked operation rather than an automated downstream mutation.
Manages QQ Bot channel access control via local JSON file edits — approve pairings, edit allowlists, set DM policy. No bundled scripts; the skill is pure SKILL.md instructions for the agent. Strongly security-conscious design with explicit prompt-injection guards and refusal to auto-approve pending entries. Well-structured dispatch on arguments with clear step-by-step instructions for each subcommand.
Good example of a security-first skill design. The explicit prompt injection warnings and refusal to auto-pick pending entries are notable best practices.