with one click
weixin-access
Manage WeChat access control (pairing codes and allowlist)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage WeChat access control (pairing codes and allowlist)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | weixin-access |
| description | Manage WeChat access control (pairing codes and allowlist) |
| user-invocable | true |
| argument-hint | <pair CODE | allow USER | remove USER | policy MODE | status> |
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.