wechat-draft-publisher

Publish HTML content as WeChat Official Account drafts with metadata and images.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/nouise/paper-analysis-agent --skill wechat-draft-publisher-nouise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-draft-publisher
Source: https://github.com/nouise/paper-analysis-agent/tree/main/wechat_article_skills/wechat-draft-publisher
Command: npx skills add https://github.com/nouise/paper-analysis-agent --skill wechat-draft-publisher-nouise

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and examples (resource) components.

What problem does it solve?

This Skill automates the process of publishing HTML articles to your WeChat Official Account's draft box, saving you the manual effort of uploading and formatting.

Core Features & Use Cases

  • Automated Draft Creation: Publish HTML content directly to your WeChat draft box.
  • Metadata Management: Supports setting article title, author, cover image, and digest.
  • Image Handling: Automatically uploads cover images and embeds other local images from the HTML.
  • Style Optimization: Fixes common WeChat editor formatting issues to ensure a consistent look.
  • Use Case: After generating a formatted HTML report, use this Skill to quickly push it to your WeChat Official Account as a draft, ready for review and final publishing.

Quick Start

Use the wechat-draft-publisher skill to publish the article from 'my_report.html' with the title 'My Latest Report'.

Frequently Asked Questions about wechat-draft-publisher

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

FAQPage Schema
How do I publish an HTML article to WeChat Official Account drafts?

To publish an HTML article to WeChat Official Account drafts, use a skill that automates draft creation by handling image uploads, setting metadata like title and author, and optimizing HTML formatting for the WeChat editor.

Does the WeChat draft publisher automatically upload local images embedded in HTML?

Yes, the WeChat draft publisher automatically uploads cover images and embeds other local images found in the HTML content directly to the WeChat Official Account API during the draft creation process.

Do I need WeChat API credentials to push HTML content to my draft box?

Yes, you need WeChat API credentials to push HTML content to your draft box. The Python scripts provided by the skill require these credentials to authenticate and automate the publishing process.

Why does my HTML formatting break when publishing to WeChat?

HTML formatting often breaks when publishing to WeChat due to editor compatibility issues. This skill fixes common WeChat editor formatting problems, optimizing the HTML structure to ensure a consistent look for your draft articles.

Can I set article metadata like title, author, and digest when publishing to WeChat drafts?

Yes, you can set article metadata like title, author, and digest when publishing to WeChat drafts. The skill supports metadata management, allowing you to define these details alongside your HTML content and cover image.

What is the best way to automate WeChat Official Account draft creation from HTML?

The best way to automate WeChat Official Account draft creation from HTML is using Python scripts with the requests library. This approach handles API authentication, image uploads, and style optimization without manual formatting effort.