aws-wechat-article-publish

Publish article content to WeChat public accounts via API or manual workflow.

490|76|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/aiworkskills/wechat-article-skills --skill aws-wechat-article-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-wechat-article-publish
Source: https://github.com/aiworkskills/wechat-article-skills/tree/main/skills/aws-wechat-article-publish
Command: npx skills add https://github.com/aiworkskills/wechat-article-skills --skill aws-wechat-article-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The skill provides a reliable, end-to-end workflow to publish articles to a WeChat official account, reducing manual steps and ensuring drafts, media uploads, and scheduling are handled consistently.

Core Features & Use Cases

  • Direct WeChat API publishing: create drafts, upload cover images, and publish to the official account.
  • Draft management and pre-publish checks: verify metadata, cover availability, and article content before submission.
  • Multi-account support: manage credentials and publish across multiple WeChat slots with token handling.
  • Scheduling and workflow automation: integrate into automated publication pipelines or manual approvals.

Quick Start

Run the publish workflow on your article directory to create a draft or publish via API.

Frequently Asked Questions about aws-wechat-article-publish

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

FAQPage Schema
How do I automate WeChat official account publishing via API?

Automate WeChat official account publishing by using the WeChat API to create drafts, upload media, and schedule posts. This workflow requires credentials in an aws.env file and repository configuration in a .aws-article/config.yaml file.

Can I manage multiple WeChat public accounts in one publishing workflow?

Multi-account WeChat publishing is supported through multi-slot credential management. You can handle token generation and publication across multiple WeChat public accounts by configuring each account's credentials within the specified environment variables.

What do I need to set up before creating WeChat article drafts through the API?

Before creating WeChat article drafts, you need to configure your WeChat API credentials in an aws.env file and define your repository settings in .aws-article/config.yaml. This setup enables the token, draft, and publish endpoints required for the workflow.

Does this WeChat publishing workflow perform pre-publish checks on media and content?

Pre-publish checks verify article content, metadata, and cover image availability before submission to the WeChat API. This ensures drafts and media uploads are validated for consistency prior to the final publication step.

What's the best way to upload cover images when publishing to a WeChat public account?

The best way to upload cover images for WeChat publishing is through the media-upload API endpoint. This workflow directly interfaces with the WeChat API to upload cover images and attach them to your drafts before final scheduling.

Can I schedule articles to publish automatically to a WeChat official account?

Scheduled publishing to a WeChat official account is supported through the publish endpoints. You can integrate this workflow into automated publication pipelines to handle draft creation, media uploads, and timed posting consistently.