aws-wechat-sticker

Automate WeChat sticker image design, generation, and publishing workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-wechat-article-images, and includes references (resource) components.

What problem does it solve?

公众号运营中,贴图和多图推送的创意、生成、排版与发布通常需要多步手动协调,耗时且易出错。本技能把从选题到成图再到发文的流程串联起来,实现端到端的自动化。

Core Features & Use Cases

  • 一条龙流程:从选题、生成生图到图片消息群发,统一管理。
  • 九宫格自动排布与压缩打包:确保多张图片风格统一、适配微信卡片格式。
  • 跨技能协同:与 aws-wechat-article-images/aws-wechat-article-publish 等子模块协同完成发文链路。
  • 使用场景示例:为新产品活动创建一组图文素材并直接发布到公众号。

Quick Start

为一个选题生成一组九宫格图片并发布到微信公众号。

Frequently Asked Questions about aws-wechat-sticker

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

FAQPage Schema
How do I automate WeChat sticker image generation and publishing in one workflow?

Automating WeChat sticker creation and publishing involves coordinating ideation, AI image generation, nine-grid layout formatting, and packaging. The workflow uses image_create.py for generation and publish.py for posting, enforcing credential checks to complete the end-to-end process.

What is the best way to format multiple images for WeChat official account posts?

The best way to format multiple images for WeChat posts is using an automated nine-grid layout and compression packaging process. This ensures multiple generated images share a consistent style and properly fit the required WeChat card format before publishing.

Do I need specific environment variables to automate WeChat multi-image posting?

Yes, automating WeChat multi-image posting requires specific environment variables. The workflow enforces environment and credential requirements via aws.env and uses WeChat app IDs and secrets to authorize the generation and publishing pipeline securely.

Can I use AI image generation for creating WeChat stickers across related skills?

Yes, you can use AI image generation for WeChat stickers across related skills. The workflow coordinates with sub-modules like aws-wechat-article-images to handle image creation, packaging, and final publishing across the entire content creation chain.

Why does my automated WeChat sticker publishing workflow fail during image creation?

Your automated WeChat sticker publishing may fail during image creation if environment and credential checks are not met. The workflow enforces aws.env configurations and requires valid WeChat app IDs and secrets to authorize image_create.py for successful generation.