wechat-official-publishing

Manage WeChat Official Account drafts and publication with confirmation and status checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishing to a WeChat Official Account involves irreversible public actions, and mistakes like publishing the wrong draft or misreporting publish status can damage credibility. This Skill enforces a safe workflow for managing drafts and publication with explicit user confirmation.

Core Features & Use Cases

  • Draft Management: Inspect current drafts with get-draft or list-drafts before making changes, and write content via create-draft or update-draft.
  • Confirmed Publishing: Before calling submit-publish, the Skill presents the article title, draft ID, and the public impact, requiring explicit user confirmation.
  • Honest Status Reporting: After publishing, it calls get-publish-status and reports only the API-returned status and link, without guessing review or distribution outcomes.
  • Use Case: A content operator prepares a weekly article, reviews the draft, confirms the publication details, publishes it, and then verifies the official publish status returned by the WeChat API.

Quick Start

Use the wechat-official-publishing skill to list my current WeChat Official Account drafts and help me publish the latest one after confirmation.

Frequently Asked Questions about wechat-official-publishing

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

FAQPage Schema
How do I publish a WeChat Official Account article safely?

First inspect drafts with get-draft or list-drafts, then review the article title and draft ID shown before submit-publish. Publication only proceeds after you explicitly confirm, and the final status is verified via get-publish-status.

How to update an existing WeChat Official Account draft?

Read the target draft first using get-draft or list-drafts to confirm its current state, then apply changes with update-draft. The draft box is a reviewable state and does not mean the content is published.

Does the WeChat publish API report review or distribution results?

No, the get-publish-status call only returns the official interface status and link. The Skill reports exactly what the API returns and does not guess moderation outcomes or propagation results.

What happens if my WeChat account lacks publish permission?

The draft is preserved and the limitation is explained to you. The Skill will not bypass the restriction by switching to mass-messaging or other undeclared interfaces.

Why is confirmation required before publishing a WeChat draft?

Publishing is a public, hard-to-reverse action, so the Skill shows the article title, draft ID, and publication impact first. Explicit user confirmation prevents accidental or wrong-draft releases.