add-weixin

Automates WeChat channel integration via the ilink bot HTTP API.

22|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/liiiiwh/weixin-clawbot-skill --skill add-weixin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-weixin
Source: https://github.com/liiiiwh/weixin-clawbot-skill/tree/main
Command: npx skills add https://github.com/liiiiwh/weixin-clawbot-skill --skill add-weixin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers add a WeChat (微信) channel to any bot or agent quickly, eliminating the manual wiring work required to communicate with the ilink bot HTTP API.

Core Features & Use Cases

  • Language-agnostic code generation that adapts to the target project language and framework.
  • End-to-end WeChat bridge: QR login, long-polling message receive, text/media send, and typing indicators.
  • Credential persistence and seamless project integration, enabling zero-downtime reboots and auto-restores.

Quick Start

Clone the repository and run the included weixin-auth script to start the integration workflow.

Frequently Asked Questions about add-weixin

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

FAQPage Schema
How do I add a WeChat channel to my existing bot or agent?

To add a WeChat channel, this Skill analyzes your target project, auto-generates language-specific code, and wires up QR login, long-polling, and media handling to integrate with the ilink bot HTTP API seamlessly.

How does QR login and long-polling work with WeChat bot integration?

QR login and long-polling work by automatically wiring your project to the ilink bot HTTP API specifications, enabling message receiving, typing indicators, and text sending across multiple languages.

Can I integrate WeChat into a bot written in any programming language?

Yes, language-agnostic code generation adapts to your target project's language and framework, automatically generating the necessary integration code for adding a WeChat bot channel.

What is the best way to handle WeChat media and CDN AES-128-ECB encryption in a bot?

Handling WeChat media and CDN AES-128-ECB encryption is automated through code generation that wires up the required ilink bot HTTP API workflow, including credential persistence for secure media handling.

Do I need to manually configure credential persistence for WeChat bot sessions?

No, credential persistence and seamless project integration are handled automatically, enabling zero-downtime reboots and auto-restores for your WeChat bot channel without requiring manual configuration.