add-wechat

Integrate official Tencent iLink Bot API WeChat channels into NanoClaw deployments.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-wechat-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-wechat
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/add-wechat
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-wechat-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Adding WeChat support to NanoClaw classroom deployments typically relies on third-party bot tools that carry account ban risks and ToS violations, or requires complex manual configuration of adapters and database wiring.

Core Features & Use Cases

  • Official Tencent API Integration: Uses the first-party iLink Bot API for personal WeChat, eliminating ToS violation and account ban risks from third-party tools like wechaty or PadLocal.
  • No Paid Tokens or Webhooks Required: Operates via long-polling with no need for paid PadLocal tokens or public webhook endpoints, reducing setup cost and complexity.
  • Automated Wiring Helper: Includes a script to automatically wire WeChat DMs and group chats to NanoClaw agent groups with configurable sender approval policies, removing the need for manual SQL edits.
  • Use Case: Instructors running NanoClaw classrooms can let students and TAs interact with AI agents via their personal WeChat accounts safely, with built-in approval flows for unknown senders.

Quick Start

Use the add-wechat skill to integrate official WeChat channel support into your NanoClaw classroom instance for secure, ban-free messaging with students and teaching staff.

Frequently Asked Questions about add-wechat

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

FAQPage Schema
How do I integrate WeChat messaging into a NanoClaw classroom deployment without account bans?

You can integrate WeChat into NanoClaw safely by using the official Tencent iLink Bot API, which eliminates the ToS violation and account ban risks associated with third-party WeChat bot tools.

Do I need paid tokens or public webhook endpoints to connect WeChat to an AI agent?

You do not need paid PadLocal tokens or public webhook endpoints to connect WeChat to an AI agent, because this integration operates via long-polling to reduce setup cost and complexity.

How do I wire WeChat group chats to specific NanoClaw agent groups?

Wire WeChat group chats to NanoClaw agent groups using the included automated wiring helper script, which configures channels with custom sender approval policies without requiring manual SQL edits.

Can I use personal WeChat accounts for classroom interactions with AI agents?

Instructors, TAs, and students can use personal WeChat accounts to interact with NanoClaw AI agents, utilizing built-in approval flows to securely manage messages from unknown senders in academic classrooms.

Why do third-party WeChat bot tools cause account bans?

Third-party WeChat bot tools cause account bans because they violate Tencent's Terms of Service, a risk that is avoided by using the official first-party iLink Bot API for personal WeChat integration.

How do I set up sender approval policies for unknown WeChat users messaging my AI agent?

Set up sender approval policies for unknown WeChat users by configuring the automated wiring helper script, which enforces custom sender approval flows when routing DMs and group chats to agent groups.