aws-wechat-article-publish

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

A publishing tool that connects to the official WeChat public-account API to upload article images and place an article in the draft box or publish it. WeChat is the Chinese platform where public accounts distribute articles to followers.

In plain words
What is it for?
Use it to upload a cover and illustrations, create a WeChat draft, run pre-publication checks, or submit an article for direct distribution using configured account credentials.
Why use it?
It removes the need to upload and submit each article manually through WeChat’s interface. A draft mode lets you check the result before switching to direct publication.

Skill for Claude CodeCodex

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

Good fit Use it to upload a cover and illustrations, create a WeChat draft, run pre-publication checks, or submit an article for direct distribution using configured account credentials.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiworkskills/wechat-article-skills/aws-wechat-article-publish
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-publish
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-publish

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiworkskills/wechat-article-skills/aws-wechat-article-publish"><img src="https://agentmods.dev/badge/skills/aiworkskills/wechat-article-skills/aws-wechat-article-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,958 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.00150 $0.03958
Opus 5 $0.00075 $0.01979
Sonnet 5 $0.00030 $0.00792
Haiku 4.5 $0.00015 $0.00396

Measured 5d ago against content hash 3faf8c609791, 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-publish 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 5d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/article_init.py, scripts/getdraft.py, scripts/publish.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-publish/SKILL.md · 168 lines

How it starts

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

发布

公众号 API 直连发布 —— 图文入草稿箱或直接群发,素材上传、发布前检查一站式完成。

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

能力披露(Capabilities)

本 skill 调 publish.py 直连微信公众号官方 API 发布图文。会把本篇 article.htmlimgs/* 文件作为 POST body 上传到微信服务器。 具体行为:

  • 凭证读取aws.envWECHAT_{N}_APPID / WECHAT_{N}_APPSECRET(多槽位支持 N≥1)
  • 凭证外发APPID / APPSECRET 以 query string 形式发给 api.weixin.qq.com/cgi-bin/tokenaccess_token;后续请求带 access_token query string。微信返回的 access_token 在进程内存短期缓存,不落盘
  • 内容外发:本篇封面、正文插图以 multipart upload 发给 material/add_materialarticle.html 正文与标题/摘要以 JSON POST 发给 draft/addfreepublish/submit
  • 网络目标:默认 api.weixin.qq.com;用户可在 WECHAT_{N}_API_BASE / config.yaml.wechat_api_base 自配反代
  • 文件读:仓库内 .aws-article/config.yamlaws.env、本篇 article.yamlarticle.htmlimgs/*
  • 文件写:仅本篇 article.yaml 的状态字段(media_idpublish_idpublish_completed
  • shell:仅 {python} {baseDir}/scripts/publish.pygetdraft.pyarticle_init.py{python} = 本机 Python 3 解释器,见 main SKILL 第 0 步:Windows 用 py -3 -X utf8,macOS / Linux 用 python3

建议:首次运行用 publish_method: draft 只入草稿箱确认效果,再切 published 真正群发。

配套 skill(informational)

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

  • 套件完整装齐到同一 skills/ 根目录时,跨 skill 引用都能读到。
  • 单独安装本 skill 时,跨 skill 引用的步骤会在读取阶段遇到 file not found;但 publish.pygetdraft.pyarticle_init.py 这几个脚本本身可独立运行(只要 aws.env.aws-article/config.yaml 就绪)。

完整 9 slug 清单见 源码仓库

通过微信公众号 API 将排版稿写入草稿箱或再提交发布(由 config.yamlpublish_method 与命令行 --publish 控制)。

配置检查 ⛔

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

Read the full file on GitHub · 168 lines

Files

What ships with it

8 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. 5d ago Changed · +6 lines 3faf8c609791
  2. 12d ago First seen · 162 lines · 150 tokens per session scan A 17e3fffaef9a

Subscribe to this mod's changes

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