wechat-official-comments

Triage WeChat Official Account article comments and draft safe replies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing comments on published WeChat Official Account articles is time-consuming and risky: operators must sort large volumes of reader feedback, decide which comments deserve replies or featuring, and avoid mishandling sensitive topics like complaints, legal, medical, or financial matters.

Core Features & Use Cases

  • Comment Triage: Reads comments on a specified article via list-comments and classifies them into five categories: needs reply, feature-worthy, spam/abusive, sensitive, and uncertain.
  • Reply Drafting: Prepares short, polite reply drafts that do not fabricate facts, so operators can review before sending.
  • Guarded Actions: Only calls reply-comment, set-comment-featured, delete-comment, or set-comment-state after explicit user instruction, and routes sensitive topics to human review by default.
  • Use Case: After publishing a new article, ask the assistant to review all incoming comments, surface the ones needing replies with suggested drafts, and flag spam or sensitive items for manual handling.

Quick Start

Review the comments on my latest WeChat article, categorize them, and draft polite replies for the ones that need a response.

Frequently Asked Questions about wechat-official-comments

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

FAQPage Schema
How do I manage comments on WeChat Official Account articles?

Use the list-comments action to read comments on a specified article, then classify them into needs-reply, feature-worthy, spam, sensitive, and uncertain groups. Draft replies are prepared for review before any action is taken.

How to auto-reply to WeChat article comments safely?

Replies are only sent after explicit user approval of a drafted response. The skill does not auto-reply to new comments unless automation rules and a cloud event connector are explicitly enabled.

Can it delete or feature WeChat comments automatically?

No. Deleting, featuring, or changing comment state are treated as high-impact operations and only execute when the user explicitly requests them through reply-comment, set-comment-featured, delete-comment, or set-comment-state.

What happens with sensitive or complaint comments?

Comments involving complaints, legal, medical, financial, or personal safety topics are routed to human review by default rather than receiving automated replies, reducing the risk of inappropriate responses.

Does it support automated comment moderation rules?

The current version can help prepare automation rules, but it will not automatically reply to new comments without explicitly enabled rules and a cloud event connector configured.