aws-wechat-article-writing

aws-wechat-article-writing is a skill for Claude Code, Codex from aiworkskills/wechat-article-skills. It costs 218 tokens per session (9,003 once invoked), scanned A, original, Apache-2.0.

A writing tool for Chinese WeChat public-account articles, creating a first draft from a topic or outline and revising existing text. It can use a configured language-model service, such as DeepSeek, OpenAI, or Anthropic.

In plain words
What is it for?
Use it to draft, rewrite, continue, or polish WeChat articles, including their openings, endings, wording, and tone. It saves drafts only in the current article folder.
Why use it?
It reduces the work of turning an idea into a long article and polishing it afterward. The article text and reference documents are sent to the configured external model unless you generate only a prompt for an agent to write locally.

Skill for Claude CodeCodex

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

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is - [ ] 第0步:⛔ [首次引导 · 检测顺序](../aws-wechat-article-main/references/first-time-setup.md).

Good fit Use it to draft, rewrite, continue, or polish WeChat articles, including their openings, endings, wording, and tone. It saves drafts only in the current article folder.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/aiworkskills/wechat-article-skills
agentmods
npx agentmods add skills/aiworkskills/wechat-article-skills/aws-wechat-article-writing

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-writing

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiworkskills/wechat-article-skills/aws-wechat-article-writing/github.svg)](https://agentmods.dev/skills/aiworkskills/wechat-article-skills/aws-wechat-article-writing)
Your own site
<a href="https://agentmods.dev/skills/aiworkskills/wechat-article-skills/aws-wechat-article-writing"><img src="https://agentmods.dev/badge/skills/aiworkskills/wechat-article-skills/aws-wechat-article-writing/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-writing

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiworkskills/wechat-article-skills/aws-wechat-article-writing"><img src="https://agentmods.dev/badge/skills/aiworkskills/wechat-article-skills/aws-wechat-article-writing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 218 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,003 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.00218 $0.09003
Opus 5 $0.00109 $0.04501
Sonnet 5 $0.00044 $0.01801
Haiku 4.5 $0.00022 $0.00900

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

Security

Grade A, and why

aws-wechat-article-writing 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/write.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-writing/SKILL.md · 339 lines

How it starts

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

长文写作

公众号长文 AI 写作引擎 —— 从提纲或话题生成完整初稿,支持改写、续写、润色,多模型可切。

套件说明 · 本 skill 属 aws-wechat-article-* 一条龙套件(共 9 个 slug,入口 aws-wechat-article-main)。跨 skill 的相对引用依赖同一 skills/ 目录,建议一并 clawhub install 全套。源码:https://github.com/aiworkskills/wechat-article-skills

能力披露(Capabilities)

本 skill 调用 write.py 生成文章初稿,会把文章内容发送给用户配置的 LLM 端点。使用前请阅读以下全部行为说明:

  • 凭证读取write.py 读取仓库根 aws.envWRITING_MODEL_API_KEY
  • 凭证外发:该 API key 以 Authorization: Bearer <key>发送到用户在 config.yaml.writing_model.base_url 配置的外部端点(常见为 DeepSeek / OpenAI / Anthropic 等 Chat Completions 兼容 API)。请使用专用 key 并配置可信端点或内部代理
  • 内容外发:Prompt 内包含本篇 article.yaml / topic-card.md / 合并配置 / 用户通过 --reference 指定的参考文档 .md 全文 → 整体 POST 给上述端点
  • 文件读(仓库内).aws-article/config.yaml、本篇 article.yamltopic-card.md.aws-article/products/{产品名}/*.md(业务介绍 .md,直接挂在产品根)
  • 文件读(仓库外):若仓库内 .aws-article/ 缺失,write.py 会从用户家目录 ~/.aws-article/ 读取 writing-spec.mdpresets/只读预设,不读凭证
  • 文件写:仅本篇目录下 draft.mdarticle.md
  • shell:仅 {python} {baseDir}/scripts/write.py{python} = 本机 Python 3 解释器,见 main SKILL 第 0 步:Windows 用 py -3 -X utf8,macOS / Linux 用 python3

可使用 write.py prompt 子命令只输出 prompt JSON 不调用 LLM,由 Agent 代写 —— 想避免把内容发给第三方时用这条路径。

配套 skill(informational)

本 skill 是 aws-wechat-article-* 一条龙公众号套件的写稿环节(入口 aws-wechat-article-main)。工作流中的若干步骤会读取同级 ../aws-wechat-article-main/references/*.md 等共享文档(首次引导、env/config 示例、articlescreening schema 等)。

  • 套件完整装齐到同一 skills/ 根目录时,跨 skill 引用都能读到。
  • 单独安装本 skill 时,跨 skill 引用的步骤会在读取阶段遇到 file not found;本 skill 内的纯本地步骤仍可用。

完整 9 slug 清单见 源码仓库

路由

从零发文、一条龙、完整流程 → aws-wechat-article-main

配置检查 ⛔

任何操作执行前,必须首次引导 执行其中的 「检测顺序」。检测通过后才能进行以下操作(或用户明确书面确认「本次不检查」):

从选题到发布的前置规则(阻断、禁止擅自降级、「本次例外」等)见 aws-wechat-article-main/SKILL.md;本 skill 只描述写稿步骤。

Read the full file on GitHub · 339 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · +28 lines b99ac7c03470
  2. 4d ago Changed · +39 lines be1babc3131a
  3. 5d ago Changed 6926f007ee9e
  4. 11d ago First seen · 272 lines · 218 tokens per session scan A a60f38d5c6ce

Subscribe to this mod's changes

aws-wechat-article-writing is a skill published in the GitHub repository aiworkskills/wechat-article-skills (589 stars, last pushed today), licensed Apache-2.0. It adds 218 tokens to every session and 9,003 once invoked, about $0.0011 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