wechat-official-messages

Designs WeChat Official Account message automation and sends confirmed customer-service texts.

5.3k|976|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/Devin-AXIS/iPolloWork --skill wechat-official-messages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-official-messages
Source: https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/wechat-official/skills/wechat-official-messages
Command: npx skills add https://github.com/Devin-AXIS/iPolloWork --skill wechat-official-messages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing WeChat Official Account follower messaging requires careful planning of triggers, templates, and escalation rules, and sending customer-service messages manually is repetitive and error-prone. This Skill structures that workflow and enforces safety constraints around credentials and user data.

Core Features & Use Cases

  • Message Strategy Design: Define trigger conditions, target audiences, reply templates, human handoff conditions, and stop conditions for private messages, welcome messages, and customer-service replies.
  • Confirmed Customer-Service Sending: Send text messages to a specific OpenID via the send-customer-text plugin command within the platform-allowed customer-service window, only after explicit user confirmation.
  • Honest Automation Boundaries: Generate rule drafts for keyword auto-replies and AI automation without claiming they are live, since real-time message reception requires a public callback and cloud event connector.
  • Use Case: A marketing team wants a welcome message for new followers and a keyword-based FAQ reply plan. The Skill drafts the full rule set, then sends a confirmed test text to a specified OpenID.

Quick Start

Design a WeChat Official Account welcome message and keyword auto-reply plan, then send a confirmed test customer-service text to the OpenID I provide.

Frequently Asked Questions about wechat-official-messages

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

FAQPage Schema
How do I automate WeChat Official Account customer-service messages?

Define trigger conditions, audience, reply templates, and stop conditions first, then send text to a specific OpenID using the send-customer-text command within the platform's customer-service window. Every send requires your explicit confirmation before execution.

How to set up keyword auto-reply for a WeChat Official Account?

This Skill generates keyword auto-reply rule drafts covering triggers, templates, and escalation conditions. Actual real-time replies require a public callback URL and a cloud event connector, which must be enabled separately before automation runs live.

Can I send WeChat messages to followers automatically in real time?

Real-time message reception and automatic replies depend on a public network callback and cloud event connector. Until that connector is enabled, the Skill only produces rule drafts and does not claim automation is running.

Does the WeChat message skill need my AppSecret or access token?

No. The Skill explicitly refuses to request, display, or store AppSecret, access tokens, full OpenID lists, or sensitive personal information. You only provide a target OpenID and confirm the message content for each send.

What are the limitations of WeChat customer-service message sending?

Messages can only be sent within the platform-allowed customer-service window to an explicitly specified OpenID, and each send requires user confirmation. Bulk messaging, unsolicited pushes, and credential-based API access are out of scope.