add-wechat

Integrate personal WeChat accounts into the Bookoraa Agent platform via the iLink Bot API.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-wechat-tharunramagiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-wechat
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/add-wechat
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-wechat-tharunramagiri

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 platform, bypassing the need for expensive third-party tokens or risky webhooks by utilizing Tencent's official iLink Bot API.

Core Features & Use Cases

  • Official API Integration: Connects via Tencent's first-party iLink API, ensuring compliance and reducing account ban risks.
  • QR-Based Authentication: Securely authenticates your personal account via a simple QR scan without exposing API keys.
  • Automated Wiring: Includes helper scripts to automatically link new WeChat messaging groups to your agent groups for immediate interaction.

Quick Start

Run the wire script to connect your most recent WeChat message thread to your primary 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 integrate a personal WeChat account for automated messaging?

Integrate personal WeChat for automated messaging by connecting via Tencent's iLink Bot API, which manages long-polling connections and maps messaging groups to your agent logic without risky webhooks.

How does WeChat iLink API authentication work for bot integration?

WeChat iLink API authentication works via a secure QR-based scan, allowing you to authorize your personal account for bot integration without exposing or manually configuring API keys.

Do I need SQLite to run automated WeChat messaging workflows?

Yes, you need SQLite to run automated WeChat messaging workflows, as the database maintains persistent session state and handles inbound message routing for the agent platform.

What is the best way to connect a WeChat group to an AI agent?

The best way to connect a WeChat group to an AI agent is by running the included helper wire script, which automatically links your most recent WeChat message thread to your primary agent group.

Can I use the iLink Bot API to reduce WeChat account ban risks?

Yes, you can use the official iLink Bot API to reduce WeChat account ban risks because it utilizes Tencent's first-party integration, ensuring compliance and bypassing expensive third-party tokens.

Why does the WeChat messaging integration require long-polling connections?

The WeChat messaging integration requires long-polling connections to maintain real-time automated communication workflows and ensure persistent session state for routing inbound messages to your agents.