From weixin
Log in the WeChat channel by QR code, show login status, or clear saved credentials. Use when the user asks to log in, scan a WeChat QR code, configure the WeChat channel, re-authenticate, or check whether WeChat is connected.
How this skill is triggered — by the user, by Claude, or both
Slash command
/weixin:loginThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs the plugin's `login.ts` helper. It saves credentials to
Runs the plugin's login.ts helper. It saves credentials to
~/.claude/channels/weixin/account.json with owner-only permissions.
Arguments passed: $ARGUMENTS
/login relogin to replace it.relogin: force a fresh QR login and overwrite account.json.status: print current login status with the token masked.clear: delete account.json.Find the plugin root, then run:
bun run --cwd "$PLUGIN_ROOT" login $ARGUMENTS
Use this root discovery order:
CLAUDE_PLUGIN_ROOT is set and contains login.ts, use it.login.ts and
package.json, use the current working directory.~/.claude and the current working tree for a path ending in
wechat-claude-relay/login.ts.If the helper cannot be found, tell the user to run bun run login from the
plugin directory.
Never print the full bot_token.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jerryliu369/wechat-claude-relay --plugin weixin