From weixin
Manages WeChat access to AI coding assistants: pair users via codes, add/remove from allowlists, set policies (pairing/allowlist/disabled), view status.
npx claudepluginhub qufei1993/cc-weixin --plugin weixinThis skill uses the workspace's default tool permissions.
Manage who can send messages to your AI coding assistant via WeChat.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Manage who can send messages to your AI coding assistant via WeChat.
Parse the command argument and perform the appropriate action:
pair <code>Confirm a 6-digit pairing code. Call confirmPairing(code) from ./src/pairing.js.
allow <userId>Manually add a user ID to the allowlist:
loadAccessConfig()allowFrom if not already presentsaveAccessConfig()remove <userId>Remove a user ID from the allowlist:
allowFrompolicy <mode>Set the access policy. Mode must be one of: pairing, allowlist, disabled.
pairing: New users get a pairing code, must be confirmed (default)allowlist: Only pre-approved users can message (no new pairing codes)disabled: Anyone can message (not recommended)statusDisplay current access configuration:
Import functions from ./src/pairing.js and ./src/accounts.js.