add-wechat

Integrate WeChat personal accounts into NanoClaw via Tencent iLink Bot API.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-wechat-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-wechat
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-wechat
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-wechat-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires better-sqlite3, and includes scripts (resource) components.

What problem does it solve?

Add WeChat as a personal channel for NanoClaw by integrating Tencent's official iLink Bot API, enabling login via QR and long-polling without webhooks or paid tokens.

Core Features & Use Cases

  • Official Tencent iLink Bot API integration for personal WeChat accounts, enabling secure, containerized bot interactions.
  • QR-based login flow and long-polling to receive messages in real-time without exposing a public webhook URL.
  • Automatic wiring of WeChat DMs and group messages to agent groups via the built-in wiring script, with safe defaults and optional interactive selection.
  • No pre-configured API keys required for normal operation; credentials are stored securely in the container's data directory.

Quick Start

Install the WeChat adapter, enable WECHAT_ENABLED, start NanoClaw, and scan the QR code to authorize login.

Frequently Asked Questions about add-wechat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add WeChat as a personal bot without exposing a public webhook URL?

You can add WeChat as a personal bot by integrating Tencent's iLink Bot API. It uses QR-based login and long-polling to receive messages in real-time without requiring a public webhook URL or paid tokens.

How does QR-based login work for WeChat containerized bot integration?

QR-based login for WeChat containerized bots works by starting NanoClaw, enabling the adapter, and scanning a generated QR code. This authorizes the iLink Bot API connection to securely handle DMs and group chats.

Do I need pre-configured API keys or paid tokens to use the Tencent iLink Bot API?

No paid tokens or pre-configured API keys are required for normal operation. Credentials are securely stored locally in the container's data directory after authorizing the iLink Bot API connection via QR login.

How do I wire WeChat group messages to specific agent groups?

You can wire WeChat group messages to agent groups using a built-in wiring script. It provides safe defaults and optional interactive selection to associate specific WeChat messaging groups with your agent groups.

Can I use WeChat long-polling for personal accounts in a containerized workflow?

Yes, this integration uses long-polling to enable personal WeChat account connectivity in a containerized workflow. It automatically receives DMs and group messages in real-time without needing webhook exposure.

What are the limitations of using long-polling for WeChat bot integration?

The iLink Bot API relies on long-polling and QR-based login rather than webhooks, requiring credentials stored in a local SQLite database. It is designed specifically for personal account integration within NanoClaw containerized workflows.