wechat-official-community

Inspect WeChat Official Account followers and review custom menu updates with confirmation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing a WeChat Official Account's followers and custom menus requires careful, auditable operations—blindly updating menus or exporting follower data risks breaking navigation and violating user privacy. This Skill enforces a safe, confirmation-based workflow for these tasks.

Core Features & Use Cases

  • Bounded Follower Inspection: Uses list-followers to retrieve paginated follower results without exporting or expanding user data collection.
  • Diff-Based Menu Review: Calls get-menu before any change to show the difference between the existing menu and the proposed complete menu.
  • Confirmation-Gated Updates: Only invokes update-menu after the user explicitly confirms the full menu, with no guessing of links, event keys, or jump targets.
  • Use Case: An operator wants to add a new entry to their Official Account menu. The Skill first shows the current menu, presents the proposed complete menu for review, and applies the update only after explicit approval.

Quick Start

Show me the current custom menu of my WeChat Official Account and help me add a new menu item after I confirm the full proposed menu.

Frequently Asked Questions about wechat-official-community

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

FAQPage Schema
How do I update a WeChat Official Account custom menu safely?

First call get-menu to retrieve the current menu, then present the full proposed menu alongside the existing one for comparison. Only call update-menu after the user explicitly confirms the complete menu structure.

How to list followers of a WeChat Official Account?

Use the list-followers capability to retrieve bounded, paginated follower results. The data must not be exported or used to expand user data collection beyond the immediate inspection task.

Can I use WeChat follower lists for marketing campaigns?

No, follower lists must not be used for mass messaging, marketing, or external export unless the user explicitly authorizes it and that capability is controlled within the service. This restriction protects user privacy.

What happens if menu links or event keys are unknown?

Menu links, event keys, and jump targets must never be guessed. If these values are unknown, ask the user to provide them before constructing or updating the menu.

Why does the menu update require showing before-and-after differences?

Showing the difference between the existing and proposed menu prevents accidental overwrites, since update-menu replaces the entire menu. Explicit confirmation ensures the user approves the complete final state.