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 - Adapter installation: Copies the WeChat channel adapter and its registration test from the channels branch, registers it in the channel barrel, and pins the wechat-ilink-client dependency. - QR-code authentication: Enables the channel via WECHAT_ENABLED, prints a QR URL to logs and data/wechat/qr.txt, and persists auth credentials to data/wechat/auth.json after phone approval. - DM wiring script: The wire-dm.ts helper finds unwired WeChat messaging groups and connects them to an agent group through the running host's ncl CLI, supporting interactive or non-interactive flags. - Use Case: After running /setup, install this Skill, scan the QR code with your phone, have a friend message your bot account, then run the wire script so the agent replies to that WeChat DM. ## Quick Start Ask the assistant to add the WeChat channel to NanoClaw, then scan the QR code shown in the logs and run the wire-dm script to connect the first incoming DM to an agent group.