aws-wechat-article-assets

Merge .aws preset bundles and ingest images into product asset libraries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

公众号素材与预设的分散管理给内容运营带来低效与不一致性。本 Skill 提供集中管理能力,将业务资料按产品名放入 .aws-article/products/{产品名}/,并实现预设包的合并和素材入库的自动化流程,提升写作与排版的一致性与效率。

Core Features & Use Cases

  • 统一管理本地素材库与产品级目录,确保业务内容可追溯与复用
  • 将 .aws 预设包导入合并到 .aws-article/presets/,支持按子目录覆盖更新
  • 通过 product_image_ingest.py 将图片入库到 .aws-article/products/{产品名}/images/,并生成同名 md 描述文件
  • 提供 config.yaml 差异对比输出与 aws.env 的增量写入,确保安全、可回滚

Quick Start

直接运行导入 .aws 预设包的命令来初始化本地的 presets 与配置。

Frequently Asked Questions about aws-wechat-article-assets

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

FAQPage Schema
How do I manage WeChat article assets and presets centrally for content teams?▼

Manage WeChat article assets by organizing business materials into .aws-article/products/{product_name}/ directories and presets into .aws-article/presets/, ensuring content traceability and reuse across teams.

How do I import and merge .aws preset bundles for WeChat article production?▼

Import .aws preset bundles by running the provided command to merge them into .aws-article/presets/, which supports subdirectory-level overlay updates for consistent article styling.

Can I ingest product images and auto-generate markdown descriptions for WeChat articles?▼

Ingest product images using product_image_ingest.py to store them in .aws-article/products/{product_name}/images/ while automatically generating same-name markdown description files for documentation.

Does this tool provide YAML config diff reporting and safe ZIP extraction?▼

YAML config diff reporting and safe ZIP extraction are supported natively, including ZIP slip protection and incremental aws.env updates to ensure safe and rollbackable local configuration merging.

Do I need pyyaml installed to manage local asset libraries and config merging?▼

Yes, pyyaml is required as a dependency to handle local config merging, YAML diff reporting, and aws.env incremental updates during preset bundle processing.

What is the best way to ensure brand styling consistency across WeChat articles?▼

Ensure brand styling consistency by centralizing preset bundles in .aws-article/presets/ and applying config.yaml diff reporting with subdirectory overlay updates for unified article formatting.