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.