aws-wechat-article-main

Orchestrate end-to-end WeChat article production from topic to publish.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Orchestrates end-to-end WeChat article production workflow by coordinating nine slug sub-skills (topics, writing, review, formatting, images, publish, assets, and sticker) under a single orchestration layer, reducing handoffs and ensuring consistent output from idea to publish.

Core Features & Use Cases

  • End-to-end workflow orchestration across topics, writing, review, formatting, images, publish, assets, and sticker sub-skills.
  • Environment and per-article config validation with unified flow control, including draft/publish state management.
  • Flexible routing to main orchestration or individual sub-skills when only a partial output is required (e.g., just formatting or just publish checks).
  • Multi-account WeChat support and status tracking for publish readiness across articles.
  • Real-world use cases include brands automating WeChat official account content pipelines, agencies coordinating editorial calendars, and teams needing repeatable, auditable publication flows.

Quick Start

Start a new end-to-end WeChat article workflow from topic discovery to publish.

Frequently Asked Questions about aws-wechat-article-main

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

FAQPage Schema
How do I orchestrate a complete WeChat official account article workflow from topic selection to publishing?

You can orchestrate a complete WeChat article workflow by coordinating sub-skills for topics, writing, review, formatting, images, and publish. This ensures consistent output from idea to publish while reducing manual handoffs across the content creation pipeline.

Can I use this workflow to manage content automation for multiple WeChat accounts?

Yes, the workflow supports multi-account WeChat management. It tracks publish readiness and status across articles using per-article configuration files, making it suitable for brands and agencies coordinating editorial calendars.

What is the best way to handle only the formatting and image generation phases of WeChat content automation?

You can flexibly route the workflow to individual sub-skills like formatting or images when only a partial output is required. This allows you to execute specific phases independently without running the entire end-to-end pipeline.

Do I need specific environment configuration files to manage WeChat publish status tracking?

Yes, the workflow requires environment and configuration validation using article.yaml, config.yaml, and aws.env files. These files guide the flow control and track draft and publish state management for each article.

What are the limitations of using a sub-skill orchestration approach for WeChat publication flows?

The orchestration approach depends on coordinating nine distinct sub-skills and enforcing environment checks. While it provides repeatable, auditable publication flows, users must maintain strict configuration file discipline to prevent routing or state tracking errors across the pipeline.