From weixin
Manage WeChat channel permission mode - switch between auto-approve, manual, and bypass modes. Use when the user wants to change how tool permissions are handled via WeChat.
npx claudepluginhub kkk0913/weixin-plugin-cc-cx --plugin weixinThis skill is limited to using the following tools:
Manage how Claude Code tool permission requests are handled via the WeChat channel.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Manage how Claude Code tool permission requests are handled via the WeChat channel.
State file: ${XDG_STATE_HOME:-~/.local/state}/weixin-plugin-cc-cx/.auto-approve by default
(or WEIXIN_STATE_DIR)
Arguments passed: $ARGUMENTS
stopall in WeChat or run /weixin:permission manual to switch to manual."yes/no per request, or yesall to switch to auto-approve."auto - enable auto-approvemkdir -p "${XDG_STATE_HOME:-$HOME/.local/state}/weixin-plugin-cc-cx"
echo "1" > "${XDG_STATE_HOME:-$HOME/.local/state}/weixin-plugin-cc-cx/.auto-approve"
/weixin:permission manual to disable."manual - disable auto-approverm -f "${XDG_STATE_HOME:-$HOME/.local/state}/weixin-plugin-cc-cx/.auto-approve"
bypass - use Claude Code's built-in bypassThis is not handled by the WeChat plugin. Tell the user:
"To bypass all permission prompts at the Claude Code level, start with:"
claude --dangerously-skip-permissions
"This skips ALL permission checks, not just WeChat relay. Use with caution."
--help - show usageShow available commands:
| Command | Description |
|---|---|
/weixin:permission | Show current permission mode |
/weixin:permission auto | Auto-approve all permissions |
/weixin:permission manual | Require manual approval via WeChat |
/weixin:permission bypass | Info on Claude Code's built-in bypass |
Users can also control permission mode directly from WeChat:
| Message | Action |
|---|---|
yes / no | Approve or deny the current pending request |
yesall | Enable auto-approve mode |
stopall | Disable auto-approve, return to manual mode |