add-wechat

Connect personal WeChat to NanoClaw for AI agent messaging via iLink Bot API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Add WeChat support via iLink Bot API — the first-party Tencent API for personal WeChat bots. Uses long-polling and QR login to connect a personal WeChat account to NanoClaw, enabling real-time interactions with AI agents while avoiding webhook dependencies and ToS risks.

Core Features & Use Cases

  • Integrates personal WeChat accounts via Tencent's iLink Bot API for real-time DM and group messaging with NanoClaw.
  • Provides QR code login workflow, channel enablement, and wiring of messaging groups to agent groups.
  • Supports configurable sender policies and per-group session modes to control access and context.

Quick Start

Enable the WeChat channel, restart NanoClaw, and scan the QR to login, then wire the first inbound message to an agent group.

Frequently Asked Questions about add-wechat

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

FAQPage Schema
How do I connect a personal WeChat account to an AI agent for messaging?

You can connect personal WeChat to an AI agent by enabling the WeChat channel, scanning a QR code for login, and wiring inbound DMs or group chats to agent groups using the Tencent iLink Bot API.

What is the Tencent iLink Bot API and how does it handle WeChat integration?

The Tencent iLink Bot API is a first-party API for personal WeChat bots that uses long-polling and QR login to enable real-time messaging with AI agents while avoiding webhook dependencies and ToS risks.

Do I need Node.js to set up WeChat messaging with AI agents?

Yes, setting up this WeChat messaging integration requires Node.js 20+, pnpm, the wechat-ilink-client library, and a local SQLite database at data/v2.db for persistence and state management.

Can I control access for different WeChat group chats connected to agents?

Yes, you can apply configurable sender policies and per-group session modes to control access and manage context when wiring WeChat DMs and group chats to specific agent groups.

What are the limitations of using long-polling for personal WeChat bots?

Using long-polling via the iLink API avoids webhook dependencies and reduces ToS risks, but it requires a local SQLite database for state management and continuous Node.js runtime connectivity.

How do I wire WeChat inbound messages to a specific agent group?

After scanning the QR code to login, you wire the first inbound WeChat message to an agent group by configuring channel enablement and mapping messaging groups to corresponding agent groups.