WeChat Article Assets Library

Ingests business images and imports .aws preset packs into a local content library

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2fcaac6

Ran both bundled scripts live: image ingest built the .aws-article/products/{name}/images/ tree with a matching description .md, and the preset importer merged a hand-built .aws ZIP, copied config on first run, and wrote only key names (not values) to aws.env. The safety claims hold under test: it rejected a non-whitelisted download host and ships ZIP-slip path-traversal defense. Versus manually copying files and unzipping by hand, the scripts add real structure plus credential and archive safety. The capability-disclosure section matched observed behavior line for line, with no overselling.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What WeChat Article Assets Library does

Manages a local business-asset library and preset packs for WeChat article production, organizing product intros and images under .aws-article/ and importing .aws (ZIP) preset bundles. Triggers on asset-library ingest, stock-image upload, or .aws preset import requests. Two Python scripts handle image ingest and safe preset merging with credential handling.

How to install WeChat Article Assets Library

git clone https://github.com/aiworkskills/wechat-article-skills.git
mkdir -p ~/.claude/skills
cd wechat-article-skills && cp -r skills/aws-wechat-article-assets ~/.claude/skills/aws-wechat-article-assets

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger WeChat Article Assets Library

  • /aws-wechat-article-assets Ingests business images and imports .aws preset packs into a local content library

It also activates on plain-language prompts like these:

  • Ingest these product photos into my WeChat article asset library.
  • Import this .aws preset bundle into my content library safely.
  • Organize my product intros and images for the next WeChat article.

Frequently asked questions

Is the WeChat Article Assets Library skill free?
Yes. The skill itself is free from aiworkskills/wechat-article-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does WeChat Article Assets Library work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran both bundled scripts live: image ingest built the .aws-article/products/{name}/images/ tree with a matching description .md, and the preset importer merged a hand-built .aws ZIP, copied config on first run, and wrote only key names (not values) to aws.env. The safety claims hold under test: it rejected a non-whitelisted download host and ships ZIP-slip path-traversal defense. Versus manually copying files and unzipping by hand, the scripts add real structure plus credential and archive safety. The capability-disclosure section matched observed behavior line for line, with no overselling.
What is the WeChat Article Assets Library SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install WeChat Article Assets Library?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use WeChat Article Assets Library with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.