agent-wechatbot

Authenticate with WeChat Official Account and send messages via CLI.

170|25|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/agent-messenger/agent-messenger --skill agent-wechatbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-wechatbot
Source: https://github.com/agent-messenger/agent-messenger/tree/main/skills/agent-wechatbot
Command: npx skills add https://github.com/agent-messenger/agent-messenger --skill agent-wechatbot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with WeChat Official Account via a CLI to authenticate, send messages, manage templates, and list followers, removing the need for manual, platform-specific steps.

Core Features & Use Cases

  • Authenticate with App ID and App Secret, switch between multiple accounts, and securely store credentials locally for moment-to-moment operations.
  • Send customer service messages (text, news) and template notifications, and fetch follower lists to enable automation and customer engagement workflows.
  • Use in automation pipelines or CI/CD-like contexts to integrate WeChat messaging into broader workflows.

Quick Start

Authenticate with WeChat Official Account by running the auth set command with your App ID and App Secret and then begin sending messages and listing templates or followers.

Frequently Asked Questions about agent-wechatbot

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

FAQPage Schema
How do I send WeChat Official Account messages from a CLI?

You can send WeChat Official Account messages programmatically by authenticating with your App ID and App Secret, then using CLI commands to dispatch text, news, or template messages directly to followers.

Can I manage multiple WeChat Official Accounts programmatically?

Yes, you can manage multiple WeChat Official Accounts by storing credentials locally and switching between accounts to handle authentication and messaging operations.

Do I need IP whitelisting to use WeChat template notifications?

Yes, IP whitelisting is required alongside your App ID and App Secret to authenticate and manage WeChat template notifications and token access securely.

What is the best way to automate WeChat follower management?

Automating WeChat follower management is best achieved by integrating CLI commands into automation pipelines to fetch follower lists and trigger customer service messages automatically.

Can I integrate WeChat messaging into CI/CD pipelines?

Yes, you can integrate WeChat messaging into CI/CD pipelines by executing CLI commands to send customer service messages and template notifications across multiple accounts.