wechat-article-writer

wechat-article-writer is a skill for Claude Code, Codex from staruhub/ClaudeSkills. It costs 198 tokens per session (4,043 once invoked), scanned A, original, MIT.

A Chinese-language assistant for writing articles for WeChat Official Accounts, China's platform for publishing articles to subscribers. It can write the article, prepare image prompts, and produce inline HTML for the layout.

In plain words
What is it for?
Use it for company posts, technical blog articles, event recaps, product reviews, image-prompt manifests, or WeChat-ready HTML.
Why use it?
It separates writing, image planning, and layout into clear steps, so the content can be prepared without relying on hidden conversation state.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw.

Good fit Use it for company posts, technical blog articles, event recaps, product reviews, image-prompt manifests, or WeChat-ready HTML.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/staruhub/claudeskills/geek-skills-wechat-article-writer
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 staruhub/ClaudeSkills --skill geek-skills-wechat-article-writer
Clone the repo
git clone --depth 1 https://github.com/staruhub/ClaudeSkills

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 wechat-article-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/staruhub/claudeskills/geek-skills-wechat-article-writer"><img src="https://agentmods.dev/badge/skills/staruhub/claudeskills/geek-skills-wechat-article-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 198 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,043 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high YARA Match · line 4
    YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).
    Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
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.00198 $0.04043
Opus 5 $0.00099 $0.02021
Sonnet 5 $0.00040 $0.00809
Haiku 4.5 $0.00020 $0.00404

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

Security

Grade A, and why

wechat-article-writer 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 13d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/render_wechat_layout.py, scripts/validate_image_manifest.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/Geek-skills-wechat-article-writer/SKILL.md · 300 lines

How it starts

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

微信公众号文章创作助手

概述

帮助用户创作高质量的微信公众号文章。核心能力是风格灵活适配——同一个skill既能写企业官号的正式文案,也能写个人IP的技术博客。根据用户需求自动匹配最合适的风格和结构。

先选执行模式

用户未指定时默认 article。需要跨模式时按 references/PIPELINE-CONTRACT.md 的文件接口交接,不靠对话隐含状态。

模式 输入 必须输出 停止位置
article 素材/选题 article.md 正文完成
image-prompts article.md image-manifest.json,正文含稳定锚点与占位符 提示词完成,不生图
layout article.md + 可选 manifest layout.html HTML 完成,不发布
full-pipeline 素材/选题 article + manifest + HTML 三件套完成,不生图、不发布

manifest 必须通过 schemas/image-manifest.schema.jsonscripts/validate_image_manifest.py。排版优先调用宿主的“排版输出” Skill; 其接口不可用时,使用 scripts/render_wechat_layout.py 的确定性降级实现。

第一步:风格识别与素材分析

输入处理

  • 网站链接 → 使用 web_fetch 获取完整内容
  • 文本素材 → 直接分析
  • 图像素材 → 识别内容提取关键信息

风格自动识别

根据用户的描述自动判断风格,无需每次手动选择:

信号 匹配风格
"公司号"、"官方"、"企业宣传"、"品牌" 🏢 官方文案
"我的公众号"、"技术博客"、"个人分享"、"实操"、提到"卡兹克" 🧑‍💻 技术博客
"活动回顾"、"分享会"、"社区"、"meetup" 🎤 活动回顾
"评测"、"对比"、"体验报告" 🔍 评测对比
无法判断 → 询问用户:"这篇文章发在企业官号还是个人号?风格偏正式还是轻松?"

快速需求确认

仅在信息严重不足时询问(不超过2个问题):

  • 目标读者?(普通用户 / 技术开发者 / 行业人士 / 家长学生)
  • 文章长度?(短文800-1500字 / 中文1500-3000字 / 长文3000+字)

信息充足时直接开始创作。

第二步:内容研究

使用 web search 补充内容(所有风格都适用):

根据文章类型选择搜索策略:

技术类文章

  • 搜索技术文档、GitHub仓库、开发者博客、官方changelog
  • 搜索技术社区讨论(StackOverflow、知乎技术话题、V2EX)
  • 查找竞品/同类工具的对比信息
  • 示例查询:"Claude Code Skills 2.0 更新 eval benchmark"、"OpenClaw 部署 架构"

企业/产品类文章

  • 搜索行业报告、市场数据、权威分析
  • 搜索竞品功能和用户评价
  • 查找真实案例和成功故事
  • 示例查询:"AI语言学习 行业报告 2025 2026"、"口语评测 竞品 流利说 ELSA"

活动/社区类文章

  • 搜索活动相关技术背景
  • 查找社区/组织的历史和定位
  • 了解演讲主题的技术细节

第三步:按风格创作


🏢 风格A:企业官方文案

适用于:产品发布、企业动态、品牌宣传、行业白皮书

语气:专业可信、有温度但有距离感。参考 references/style-guide.md

核心特征

  • 使用"我们"代表品牌,不用"我"
  • 规范书面语,避免口语和网络用语
  • 数据和案例支撑每个观点
  • 积极正向,突出解决方案
  • 遵循敏感词规避(references/style-guide.md 第七节)

结构

  1. 引人开头(100-200字)→ 痛点/热点/故事切入
  2. 核心内容(3-5个小标题展开)→ 每段300-500字,穿插数据案例
  3. 有力结尾(100-150字)→ 总结 + CTA行动号召

标题风格:参考 references/title-formulas.md,偏向权威型、数字型、福利型。

示例语气

在数字化转型的浪潮中,语言学习正在经历一场深刻变革。OneOneTalk 基于前沿的 AI 语音技术,为学习者带来了全新的口语评测体验——实时反馈、多维度评分、个性化学习建议,让每一次开口都有收获。

Read the full file on GitHub · 300 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. 13d ago First seen · 300 lines · 198 tokens per session scan A ef711ded96be

Subscribe to this mod's changes

wechat-article-writer is a skill published in the GitHub repository staruhub/ClaudeSkills (712 stars, last pushed 1mo ago), licensed MIT. It adds 198 tokens to every session and 4,043 once invoked, about $0.0010 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

report-helper

A Chinese-language research workflow that searches the internet and produces a formatted PDF report about a specified topic.

Jiaranbb/report-helper · 92 tokens

giasip-dispatch

A skill for sending a task to other AI models and collecting their results. It supports direct API calls, command-line tools and built-in internal agents, depending on the model.

GiaSip/giasip-skills · 162 tokens

searchcans-deep-research

Conduct bounded, evidence-led, account-aware web research with SearchCans SERP API and Reader API. Use for cited-source research that needs current localized web evidence, such as market, competitor, technology, policy, company, or product research; plan 3–5 subquestions, set a source budget, read selected pages…

SearchCans/searchcans-skills · 89 tokens

searchcans-serp-content-gap

Analyze a current, geo-targeted Google or Bing SERP with SearchCans and turn observed result features, People Also Ask questions, related searches, knowledge graph, and news signals into an evidence-backed, account-aware content decision brief. Use for localized SEO/GEO planning, keyword research, competitor-page…

SearchCans/searchcans-skills · 76 tokens

searchcans-market-watch

Build a current, geo-targeted market-watch snapshot from Google Search, Google News, Bing Search, and selected Reader extracts. Use for competitor and category monitoring, PR/news tracking, launch intelligence, and URL-level change checks between two bounded runs; reject malformed, placeholder, or un-attributable News…

SearchCans/searchcans-skills · 70 tokens

searchcans-product-serp-brief

Create a localized product-search evidence brief from Google Shopping, Google web results, Google Images, and optional Reader extracts of explicit merchant URLs. Use for e-commerce category research, competitor assortment discovery, product-page planning, and market-specific merchandising briefs.

SearchCans/searchcans-skills · 57 tokens