公众号推文发布助手

Automate WeChat article publication from draft to draftbox with preflight validation.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill -augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 公众号推文发布助手
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/%E5%85%AC%E4%BC%97%E5%8F%B7%E6%8E%A8%E6%96%87%E5%8F%91%E5%B8%83%E5%8A%A9%E6%89%8B
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill -augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, python3, npx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Enforces a complete, repeatable publication workflow for WeChat articles and diary-to-article conversions so drafts are never published without required outlines, prompts, generated images, image insertion, and memory writeback for diary items.

Core Features & Use Cases

  • Full pipeline enforcement: from draft creation to outline.md, prompts/, image generation, image insertion, preflight checks, and optional API publish to WeChat draftbox.
  • Diary writeback: automatically requires and validates appending the original diary text to memory/YYYY-MM-DD.md for diary-class tasks.
  • Deterministic tooling: opinionated scripts integrate baoyu-slide-deck, baoyu-image-gen and baoyu-post-to-wechat with fixed model/provider/ratio defaults and a one-button auto_publish flow.
  • Safety and validation: preflight checks block publishing when files or images are missing and report structured errors for remediation.
  • Use cases: converting a work diary into a polished WeChat post, preparing high-quality article illustrations and PPT-style outlines, and reliably publishing marketing or longform posts to the WeChat draftbox.

Quick Start

Prepare and publish my diary entry dated 2026-03-18 as a WeChat draft using the full pipeline, generating outline, prompts, images, inserting images, performing preflight checks, and stopping at draftbox unless I request final publish.

Frequently Asked Questions about 公众号推文发布助手

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

FAQPage Schema
How do I automate WeChat article publication from draft preparation to draftbox publishing?

Automating WeChat article publication requires a full pipeline that generates an outline, creates image prompts, generates images, inserts them into the draft, runs preflight validation, and optionally publishes via API. This ensures no required artifacts are missing before finalizing the draft.

How does converting a work diary into a polished WeChat post work with automatic image generation?

Converting a diary into a WeChat post involves generating an outline.md, creating prompt-driven images stored in imgs/, inserting those images into the article, and appending the original diary text to memory/YYYY-MM-DD.md for memory writeback before preflight checks.

Can I use bun and python3 to run a fixed workflow for WeChat post generation and publishing?

Yes, you can use bun and python3 to run opinionated scripts that integrate baoyu-slide-deck, baoyu-image-gen and baoyu-post-to-wechat with fixed model, provider, and ratio defaults to execute a deterministic publication workflow and one-button auto_publish flow.

What happens if required files or generated images are missing during WeChat draft preflight checks?

Preflight checks block publishing when files or images are missing and report structured errors for remediation. This safety mechanism ensures drafts are never published without required outlines, prompts, generated images, and proper image insertion.

What's the best way to prepare high-quality article illustrations and PPT-style outlines for longform WeChat posts?

The best way to prepare illustrations and outlines is using a deterministic tooling pipeline that enforces creation of outline.md, generates prompt-driven images, inserts them automatically, and validates all required artifacts before publishing to the WeChat draftbox.

Does the WeChat publication workflow stop at the draftbox or publish directly without validation?

The workflow stops at the draftbox by default unless you explicitly request final publish, and preflight validation always blocks publishing when required files, outlines, prompts, or generated images are missing, reporting structured errors instead.