Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub jerryliu369/wechat-claude-relay --plugin weixinHow 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
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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.