What problem does it solve? Connecting a personal WeChat account to a NanoClaw agent normally requires unofficial libraries that risk account bans, paid tokens, or public webhook endpoints. This Skill installs a WeChat channel adapter built on Tencent's official iLink Bot API, using QR-code login and long-polling so no webhook URL, paid token, or ToS violation is involved. ## Core Features & Use Cases - Official API integration: Copies the WeChat adapter from the channels branch, registers it in the channel barrel, and pins the wechat-ilink-client dependency with a registration test to catch drift. - QR-code authentication: Enables the channel via WECHAT_ENABLED, prints a QR URL to logs, and persists auth credentials to data/wechat/auth.json after phone approval. - DM wiring script: The wire-dm.ts script links inbound WeChat messaging groups to agent groups with configurable sender policy (public, strict, request_approval) and session mode. - Use Case: An operator wants their NanoClaw agent to answer personal WeChat messages. They run the skill, scan the QR code with their phone, have a friend message the bot, then run wire-dm.ts so the agent responds with admin approval gating unknown senders. ## Quick Start Ask the agent to add the WeChat channel to NanoClaw and walk you through the QR login and first DM wiring.