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.