add-wechat

Integrate personal WeChat accounts into the NanoClaw agent framework via the iLink Bot API.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-wechat-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-wechat
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-wechat
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-wechat-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the difficulty of integrating personal WeChat accounts into an AI agent workflow without violating terms of service or relying on insecure, paid third-party tokens.

Core Features & Use Cases

  • Official API Integration: Utilizes Tencent's official iLink Bot API for reliable, ban-resistant connectivity.
  • Secure Authentication: Handles login via QR code scanning directly from your mobile device, ensuring credentials remain private.
  • Automated Wiring: Provides helper scripts to map WeChat messaging groups to specific AI agent groups, enabling immediate interaction.

Quick Start

Run the add-wechat skill to install the adapter and follow the terminal prompts to scan the QR code and wire your first messaging group.

Frequently Asked Questions about add-wechat

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

FAQPage Schema
How do I integrate a personal WeChat account into an AI agent workflow?

You can integrate a personal WeChat account by running the add-wechat skill, which uses the official iLink Bot API to connect your account to the NanoClaw agent framework via long-polling and QR-based authentication.

Can I securely authenticate my WeChat bot without sharing passwords?

Yes, secure authentication is handled via QR code scanning directly from your mobile device, ensuring your private credentials remain secure while authorizing the iLink Bot API connection.

Does the WeChat integration require any specific libraries or local database access?

Yes, the integration requires the wechat-ilink-client library along with the better-sqlite3 dependency to access a local database for managing messaging group associations and sender policies.

How do I map WeChat messaging groups to specific AI agent groups?

The skill provides automated helper scripts that map WeChat messaging groups to specific AI agent groups, enabling immediate and automated real-time messaging interaction.

Why use the iLink Bot API for WeChat automation instead of third-party tokens?

Using the official iLink Bot API provides reliable, ban-resistant connectivity for WeChat automation, solving the problem of violating terms of service or relying on insecure paid third-party tokens.

What are the limitations of integrating a personal WeChat account with an agent framework?

The integration relies on long-polling and requires local database access to manage sender policies, meaning it needs a persistent local environment and may face real-time messaging latency constraints.