good-mp-post

Automate WeChat Official Account article publishing from Markdown drafts via Web UI or CLI workflows.

195|44|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/ImGoodBai/goodable --skill good-mp-post
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: good-mp-post
Source: https://github.com/ImGoodBai/goodable/tree/main/skills/good-mp-post
Command: npx skills add https://github.com/ImGoodBai/goodable --skill good-mp-post

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv.

What problem does it solve?

Automate the end-to-end publication workflow for WeChat Official Account articles, from AI-assisted writing and image generation to formatting and publishing.

Core Features & Use Cases

  • AI-assisted article creation and editing
  • Image generation, upload, and WeChat-ready content formatting
  • Dual operation modes: Web UI for manual publishing and CLI/script workflows for automation
  • Shared SQLite database for cross-mode data persistence and history

Quick Start

Publish a sample article from a Markdown draft using the Web UI or CLI workflow.

Frequently Asked Questions about good-mp-post

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

FAQPage Schema
How do I automate WeChat Official Account article publishing from a Markdown draft?▼

You can automate WeChat Official Account article publishing by using an AI-assisted workflow that takes Markdown drafts and handles formatting, image uploads, and publishing. This process supports both Web UI and CLI modes to manage drafts end-to-end.

Can I use AI to generate images and content for WeChat articles?▼

Yes, AI-assisted article creation is supported for both text and image generation. The workflow formats the AI-generated content and images specifically for WeChat publication, ensuring compatibility with the platform's requirements.

Does the WeChat draft management workflow support CLI and Web UI simultaneously?▼

Yes, the WeChat draft management workflow supports dual operation modes via CLI and Web UI. Both modes share a single SQLite database for cross-mode data persistence, ensuring history and drafts remain synchronized.

What is the best way to manage WeChat public account publishing status across different scripts?▼

The best way to manage WeChat public account publishing status across scripts is via a shared SQLite database. This allows both automated CLI workflows and manual Web UI operations to access consistent draft and publishing history.

Do I need requests and python-dotenv to automate WeChat article publishing?▼

Yes, you need the requests and python-dotenv dependencies to automate WeChat article publishing. These libraries facilitate the necessary API interactions and environment variable management for the end-to-end publication workflow.