From wechat-bridge
Connect to WeChat for the wechat-bridge plugin. Guides user through QR scan login and channel setup. Use when user says 'login to wechat', 'connect wechat', 'wechat login', or asks about WeChat bridge. Keywords: wechat, login, connect, QR, scan, bridge, channel.
npx claudepluginhub n0rvyn/indie-toolkit --plugin wechat-bridgeThis skill is limited to using the following tools:
First, check if the user already has a saved session:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
First, check if the user already has a saved session:
ls ~/.adam/wechat/*.json 2>/dev/null
Run the login command:
node "${CLAUDE_PLUGIN_ROOT}/dist/login-cli.js" login
| Flag | Env Var | Default | Description |
|---|---|---|---|
--api-base-url | WECHAT_API_BASE_URL | https://ilinkai.weixin.qq.com | iLink Bot API base URL |
--channel-id | WECHAT_CHANNEL_ID | default | Channel identifier |
--route-tag | WECHAT_ROUTE_TAG | (none) | API routing tag |
--force | — | — | Re-login even if session exists |
The command outputs a QR code URL. Tell the user:
Wait for the command to complete (up to 5 minutes).
After login is confirmed (or if already logged in), tell the user:
WeChat login is complete. To enable the WeChat bridge, you need to restart Claude Code with the
--channelsflag:claude --channels plugin:wechat-bridge@indie-toolkitAfter that, you can:
- Approve tool requests from WeChat: Claude will send permission requests to your WeChat, reply "yes/no + request ID" to approve or deny
- Send messages from WeChat into this session: Any message you send from WeChat appears here
- Claude can reply to your WeChat: Claude uses the
replytool to message you backNote:
--channelsis a Claude Code research preview feature.
--channels plugin:wechat-bridge@indie-toolkit.--channels session, login is sufficient; no restart needed.~/.adam/wechat/. Delete to force re-login, or use --force.