add-wechat

Integrate WeChat personal channels into NanoClaw via Tencent's iLink Bot API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Integrates WeChat as a personal-channel option for NanoClaw, enabling real-time messaging and automated wiring with QR-based login and persistent session state.

Core Features & Use Cases

  • Adds the WeChat adapter from the channels branch into your NanoClaw project.
  • Provides a helper script to wire unwired WeChat messaging groups to agent groups with sensible defaults.
  • Manages QR login credentials and persistent session data to keep the bot connected safely.

Quick Start

Run the installation and setup sequence to fetch and enable the WeChat adapter, scan the QR code to authorize the account, and wire the first inbound DM 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 add WeChat as a messaging channel to my agent project?

You add WeChat as a secure, auto-wired agent channel by integrating Tencent's iLink Bot API for long-polling login and QR-based authentication. It supports end-to-end wiring of DMs and group chats to agent groups.

Can I wire unwired WeChat messaging groups to agent groups automatically?

Yes, a standalone helper script is provided to wire each unwired WeChat messaging group to agent groups using sensible default configurations, automating the channel setup process.

Do I need an existing NanoClaw project to enable WeChat integration?

Yes, you need an existing NanoClaw project, a WeChat login, and the wechat-ilink-client dependency to enable runtime operation and support QR login credentials and persistent session data.

How does QR login authentication work for WeChat agent channels?

QR login authentication authorizes your account by having you scan a QR code during setup. It then manages persistent session data to keep the WeChat bot securely connected over long-polling sessions.

What dependencies are required to run WeChat long-polling login for agents?

Running WeChat long-polling login requires the wechat-ilink-client dependency for runtime operation and better-sqlite3 to manage persistent session state and QR login credentials safely.