add-wechat

Integrate WeChat personal accounts into NanoCrew via the iLink Bot API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-wechat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-wechat
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-wechat
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-wechat

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Integrates WeChat personal accounts into NanoCrew using Tencent's official iLink Bot API, enabling real-time messaging with QR-based authentication while avoiding webhook requirements and ToS risks.

Core Features & Use Cases

  • Integrates a personal WeChat account as a channel using the iLink API
  • QR-based login and secure authentication flow
  • No webhook or paid token required, with deterministic long-polling
  • Wire DMs to agent groups and manage sender policies and session modes

Quick Start

Install the WeChat skill by fetching the adapter, wiring a DM to an agent group, and restarting NanoCrew.

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 WeChat personal account into NanoCrew for real-time messaging?

You can integrate a WeChat personal account into NanoCrew by using the iLink Bot API to wire DMs to agent groups, handling QR-based login, and configuring the channel type and sender policies for production messaging.

Do I need a webhook or paid token to connect WeChat to NanoCrew?

No, connecting WeChat to NanoCrew via the iLink API requires no webhook or paid token, utilizing deterministic long-polling and secure QR-based authentication instead to establish real-time messaging.

What database schema requirements are needed for WeChat channel integration?

WeChat channel integration requires specific DB schema setups for messaging_groups and messaging_group_agents, along with configuring an unknown_sender_policy setting to properly manage routing and agent group wiring.

How does QR login work for WeChat integration with the iLink API?

QR login for WeChat integration provides a secure authentication flow by fetching the wechat-ilink-client adapter, allowing you to scan a code to link your personal account to NanoCrew without risking ToS violations.

What is the best way to manage unknown senders in WeChat DMs routed to agent groups?

Managing unknown senders in WeChat DMs requires enforcing an unknown_sender_policy setting during the channel setup, controlling how new contacts are handled when messages are routed to your configured messaging agent groups.

Are there limitations when using the iLink API for WeChat integration in NanoCrew?

The iLink API integration is limited to WeChat personal accounts and relies on deterministic long-polling rather than webhooks, requiring proper configuration of channel type, session modes, and DB schemas to maintain messaging flow.