contentpipe-wechat-draft-publisher

Upload ContentPipe article images and cover media to create WeChat Official Account drafts.

10|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/PPPPanda/contentPipe --skill contentpipe-wechat-draft-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contentpipe-wechat-draft-publisher
Source: https://github.com/PPPPanda/contentPipe/tree/main/skills/contentpipe-wechat-draft-publisher
Command: npx skills add https://github.com/PPPPanda/contentPipe --skill contentpipe-wechat-draft-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you store finalized ContentPipe articles into WeChat Official Account draft mode, preventing accidental final publishing while still preparing the required media and payload.

Core Features & Use Cases

  • Draft-first WeChat workflow: Creates a WeChat draft instead of claiming a final publish, even when images and cover media are uploaded successfully.
  • Media preparation for WeChat: Uploads inline body images and uploads the cover as permanent media to obtain thumb_media_id.
  • Structured draft outputs: Returns draft-related identifiers such as media_id and thumb_media_id so downstream steps can track what was saved.
  • Use Case: When your pipeline has produced the final HTML/text and images, use this Skill to persist the result to WeChat draft for later human review or final publishing.

Quick Start

Use the skill to save an already finalized ContentPipe article into your WeChat Official Account drafts, including uploading the cover and embedding images correctly.

Frequently Asked Questions about contentpipe-wechat-draft-publisher

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

FAQPage Schema
How do I save a finalized article as a WeChat Official Account draft without publishing it?

To save a finalized article as a WeChat draft, this Skill uploads body images to WeChat CDN-compatible URLs and the cover as permanent media, then assembles the payload strictly in draft mode to prevent accidental publishing.

Does WeChat draft publishing require uploading cover media separately?

Yes, WeChat draft publishing requires uploading the cover as permanent media first to obtain the `thumb_media_id`, along with uploading inline body images to WeChat CDN-compatible URLs before constructing the payload.

What identifiers are returned after saving content to a WeChat draft?

Saving content to a WeChat draft returns structured identifiers such as `media_id` and `thumb_media_id` so downstream steps can track the saved draft, while surfacing any upload or payload assembly failures.

Can I use HTML payloads for WeChat Official Account draft preparation?

Yes, you can use HTML payloads for WeChat Official Account draft preparation by applying the Skill to finalized HTML content, which processes the body images and cover media to assemble the exact required payload.

Why does my WeChat media upload fail during draft assembly?

WeChat media upload during draft assembly may fail if the cover permanent media or inline body images are not correctly uploaded to WeChat CDN-compatible URLs beforehand; the Skill surfaces these failures during payload construction.

What is a draft-first content workflow for WeChat Official Accounts?

A draft-first content workflow for WeChat Official Accounts creates a draft instead of claiming a final publish, ensuring that even when images and cover media are uploaded successfully, the content remains saved for later human review.