Handles the full WeChat account binding flow so Claude can push messages to users via send_to_wechat. You generate a QR code, the user scans it in WeChat, you poll for confirmation, then call connect or reconnect depending on whether it's their first time. The skill documentation is careful about channel awareness (web shows the QR inline, Telegram needs send_to_telegram with the image path) and emphasizes not auto-polling the status endpoint to avoid spamming the API. It distinguishes between connect for new bindings and reconnect for re-establishing dropped sessions, with status checks to figure out which one you need. Straightforward if you're building multi-channel delivery and need WeChat as an output.
npx skills add https://github.com/starchild-ai-agent/official-skills --skill wechat-binding