aws-wechat-article-main

aws-wechat-article-main is a skill for Claude Code, Codex from aiworkskills/wechat-article-skills. It costs 359 tokens per session (3,971 once invoked), scanned A, original, Apache-2.0.

A coordinator for running a complete Chinese WeChat public-account publishing workflow. It connects separate steps such as choosing a topic, writing, reviewing, formatting, adding images, and publishing.

In plain words
What is it for?
It is for producing and publishing complete WeChat articles, from the initial idea through final upload, for editors, creators, and brand content teams.
Why use it?
It removes the need to manage each content step separately. The full workflow can be started from one entry point, although some steps use external services and account credentials.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit It is for producing and publishing complete WeChat articles, from the initial idea through final upload, for editors, creators, and brand content teams.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiworkskills/wechat-article-skills/aws-wechat-article-main
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aiworkskills/wechat-article-skills --skill aws-wechat-article-main
Clone the repo
git clone --depth 1 https://github.com/aiworkskills/wechat-article-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aws-wechat-article-main

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiworkskills/wechat-article-skills/aws-wechat-article-main/github.svg)](https://agentmods.dev/skills/aiworkskills/wechat-article-skills/aws-wechat-article-main)
Your own site
<a href="https://agentmods.dev/skills/aiworkskills/wechat-article-skills/aws-wechat-article-main"><img src="https://agentmods.dev/badge/skills/aiworkskills/wechat-article-skills/aws-wechat-article-main/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aws-wechat-article-main

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiworkskills/wechat-article-skills/aws-wechat-article-main"><img src="https://agentmods.dev/badge/skills/aiworkskills/wechat-article-skills/aws-wechat-article-main.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 359 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,971 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00359 $0.03971
Opus 5 $0.00179 $0.01985
Sonnet 5 $0.00072 $0.00794
Haiku 4.5 $0.00036 $0.00397

Measured today against content hash be6db653864c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

aws-wechat-article-main scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_env.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/aws-wechat-article-main/SKILL.md · 183 lines

How it starts

The opening of the file, as written. The whole thing — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.

公众号运营总览

一键式公众号 AI 内容流水线 —— 从选题到上架 8 个子 skill 串联。

套件说明 · aws-wechat-article-* 共 9 个 slug:main / topics / writing / review / formatting / images / publish / assets,外加 aws-wechat-sticker。跨 skill 的相对引用依赖同一 skills/ 根目录;推荐 clawhub sync 一次性全装。源码:https://github.com/aiworkskills/wechat-article-skills

Agent 执行:确定本 SKILL.md 所在目录为 {baseDir}

能力披露(Capabilities)

本 skill 是编排入口,真正调用外部 API 的是子 skill(writing / images / publish / sticker / review)。本入口自身只跑 validate_env.py

  • 凭证:读 aws.env 的各 *_API_KEYWECHAT_{N}_*仅校验键存在且非空,值不用于任何网络请求
  • 网络:本入口无外发;子 skill 有外发,见各自的能力披露
  • 文件读写.aws-article/、本篇 article.yaml
  • shell:仅 {python} {baseDir}/scripts/validate_env.py

整体套件会调用外部 LLM、图像与微信 API,并在调用时外发 API key 与本篇内容。

只装 main 一个时仍可做环境校验;进入流水线会因子 skill 缺失而 file not found

配置检查 ⛔ BLOCKING

进入「全局账号约束」「本篇准备」及内容流水线之前,必须按 首次引导 完整走一遍「检测顺序」——判断 OS、探测 {python}、检查两份配置文件、跑 validate_env.py、创建预设目录。任一步失败不得继续

那份文档同时是唯一的失败引导来源与行为约束(禁止自作主张、不得索取密钥)出处,本文件不再复述。

三个要点在这里说一次:

  • publish_method 默认 draftpublish.py full 只写公众号草稿箱)。用户明确要求「发出去」才改 published,或临时用 full --publish
  • 用户明确不接微信 → 先设 publish_method: none 再过校验,之后 full 会直接跳过。
  • 写作 / 图片模型是可选项,缺失时只警告、不阻断。

主要配置文件(不要混用)

文件 位置 作用
aws.env 仓库根 只放密钥*_API_KEYWECHAT_N_APPID / WECHAT_N_APPSECRET(键名见 references/env.example.yaml
.aws-article/config.yaml 仓库内 账号级非密钥配置:文风、选题边界、模型端点、微信槽位与 publish_method(模板见 references/config.example.yaml
article.yaml 本篇目录 本篇发文元数据与状态:image_sourcegenerated / user)、publish_completed(新建 false,发布闭环后 true

字段说明见 articlescreening-schema.md

交互顺序

上一步完成再进下一步。 每步若缺必要输入(目录、元数据、主题、用户选择、发布意图),先问用户并取得确认;除非用户说明基于某个历史任务继续,那就按中间产物判断从哪个阶段接入。

1) 配置自检 ⛔

按上文完成检测顺序,validate_env.py 退出码 0 且预设目录已建,才能进下一步。

  • 退出码 0 + 可选项警告 → 不阻断,直接进下一步,不得要求用户先配写作/图片模型。
  • 退出码 1(微信不完整)→ 见 branches.md 第三节
  • validate_env.py 不检查 article_category / target_reader / default_author,那三项在下一步查。

Read the full file on GitHub · 183 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -154 lines be6db653864c
  2. yesterday Changed · +8 lines 3e65b5dea97b
  3. 4d ago Changed 54ee1399a4c0
  4. 6d ago Changed · +24 lines c2bb7484d7f6
  5. 13d ago First seen · 305 lines · 359 tokens per session scan A 00bf35df0964

Subscribe to this mod's changes

aws-wechat-article-main is a skill published in the GitHub repository aiworkskills/wechat-article-skills (595 stars, last pushed today), licensed Apache-2.0. It adds 359 tokens to every session and 3,971 once invoked, about $0.0018 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

stop-slop-zh

A Blender animation guide for changing objects, cameras, lights, and other properties over time. It covers keyframes, motion curves, shape keys for morphs, drivers, and reusable animation actions.

pencil20388-eng/stop-slop-zh · 0 tokens

anti-slop-ua

A writing skill for creating, rewriting, or reviewing Ukrainian prose. It removes wording patterns that make text sound machine-written while keeping the original facts and meaning.

Everdarkk/anti-slop-ua · 84 tokens

thoth

Build and maintain a unique, consistent LinkedIn voice for one or more users. Runs a framework-driven persona interview (brand archetypes + tone spectrum + hot-take exercises), then generates ready-to-publish LinkedIn posts across a 30/25/20/15/10 content mix (Personal / Work / Thought-leadership / Educational /…

NirvanaGuha/thoth · 211 tokens

article-qa

Use to quality-check an article before it ships — an independent reviewer that scores CORE-EEAT, reconciles every fact against the evidence ledger, and returns a ship / no-ship verdict with a fix list. First-party QA gate for the article factory (P8); needs no external packs.…

weitzu-com/ai-article-factory · 105 tokens

ai-article-factory

An automated workflow for turning a topic, product, or source material into illustrated articles and related publishing files. It covers research, drafting, visuals, checking, optimization, export, and platform-specific copy.

weitzu-com/ai-article-factory · 96 tokens

article-research

A research stage for choosing a topic and collecting evidence from first-party sources. It produces a topic, a short brief, and a claim-ready evidence ledger, which records each claim with its supporting source.

weitzu-com/ai-article-factory · 76 tokens