Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bnd-1 avatar

Wechat Writer

  • 34 installs
  • 1 repo stars
  • Updated April 12, 2026
  • bnd-1/wechat_article_mini

wechat-writer is a skill that researches, writes, and generates a cover image for WeChat public-account articles across multiple writing styles.

About

wechat-writer is a skill that researches, writes, and illustrates WeChat public-account articles end to end. A developer or writer invokes it to draft an article on a chosen topic. It first asks the topic and preferred style, searches 2-4 rounds with WebSearch and WebFetch, rewrites into a 2000-3000 character article, and generates a mandatory 16:9 cover image via the Jimeng API. It hands off to the formatter and publisher skills. This is the 'mini' fast variant. Docs are in Chinese.

  • Researches, writes, and generates a cover image for WeChat articles
  • Asks the user's topic and style, then adapts across seven writing styles
  • Generates a 16:9 cover image via the Jimeng (Doubao) API

Wechat Writer by the numbers

  • 34 all-time installs (skills.sh)
  • Ranked #1,389 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

wechat-writer capabilities & compatibility

Requires the Jimeng image-generation API for the mandatory cover image; text steps use built-in web tools.

Capabilities
content writing · web research · cover image generation
Use cases
copywriting · marketing · research · web search · image generation
Pricing
Bring your own API key
From the docs

What wechat-writer says it does

1. 用 `WebSearch` 搜 2-4 轮(官方→评测→对比)
SKILL.md
**每篇文章必须生成 1 张封面图。**
SKILL.md
用自己的话改写,2000-3000 字
SKILL.md
npx skills add https://github.com/bnd-1/wechat_article_mini --skill wechat-writer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs34
repo stars1
Last updatedApril 12, 2026
Repositorybnd-1/wechat_article_mini

What it does

Draft a researched, style-adapted WeChat public-account article with a generated cover image, then hand off to the formatter.

Who is it for?

Writers who want research-backed WeChat drafts with a matching cover image generated automatically.

Skip if: Formatting or publishing; those are handled by the formatter and publisher skills.

When should I use this skill?

The user says '写一篇关于XXX的文章', '分析一下XXX产品', or '帮我研究XXX' (write an article about X / analyze product X / research X).

What you get

A 2000-3000 character Markdown article plus a generated cover image, ready to format.

  • Markdown article (2000-3000 chars)
  • cover.png cover image

By the numbers

  • seven writing styles in the adaptation table
  • 2000-3000 character target length
  • 2-4 search rounds

Files

SKILL.mdMarkdownGitHub ↗

微信公众号写作助手(小龙虾极速版)

核心理念:最短路径,用户最快上手

---

前置:安装依赖

每次使用前,先确保依赖已安装(幂等操作,可重复执行):

pip3 install -r skills/wechat-writer/requirements.txt

---

第一步:问清楚用户要写什么

不要预设人格,先问用户:

你好!我来帮你写公众号文章。请告诉我:

1. 你想写什么主题?
2. 偏好哪种风格?
   - 技术科普(通俗解释技术概念)
   - 产品拆解(从产品经理视角分析设计逻辑)
   - 产品测评(亲身体验+客观分析)
   - 新闻解读(热点事件+独立观点)
   - 实战教程(手把手教操作)
   - 效率提升(工具技巧+工作流分享)
   - 行业观察(趋势分析+个人见解)
3. 有没有特别想强调的角度或观点?(有个人经验更好)

根据用户回答自动适配写作风格:

风格人称语气重点
技术科普"我们"/"你"通俗亲切类比+案例
产品拆解"我"产品思维设计逻辑+使用场景+借鉴点
产品测评"我"客观理性场景+对比
新闻解读"我"鲜明观点分析+启示
实战教程"我"手把手步骤+截图
效率提升"我"经验分享技巧+前后对比
行业观察"我"深度思考洞察+预判

---

第二步:搜索 + 写作(合并执行)

1. 用 WebSearch 搜 2-4 轮(官方→评测→对比) 2. 用 WebFetch 抓 2-3 篇核心文章 3. 用自己的话改写,2000-3000 字

文章结构(通用模板):

引子(100-200字)→ 场景或问题引入
核心内容(1500-2000字)→ 3-4个小节,每节有小标题
总结(100-200字)→ 核心观点 + 行动建议

硬性规则:

  • 链接用纯文本:官网:https://example.com/
  • 不加"参考资料"等额外章节
  • 短句为主,不超过 25 字

---

第三步:生成封面图(即梦API)

每篇文章必须生成 1 张封面图。

python scripts/generate_image.py \
  --prompt "为公众号文章生成封面图,主题:[主题关键词],风格:科技感,蓝紫渐变背景,标题文字'[简短标题]',简体中文" \
  --api jimeng \
  --aspect-ratio 16:9 \
  --output cover.png

配色速查:

类型配色
AI/科技蓝紫渐变
产品拆解蓝紫渐变
工具/效率绿橙渐变
新闻/资讯蓝绿渐变
方法论深蓝渐变

内容配图按需 0-2 张,不强制。

---

第四步:输出

Write 创建 Markdown 文件:

# 文章标题

![封面图](cover.png)

正文内容...

## 总结

结尾段落...

输出文件:{主题名}.md + cover.png

---

完成后提示用户

文章已生成!接下来你可以:
1. 说"美化文章"→ 自动转换为精美HTML格式
2. 说"推送到微信"→ 自动发布到公众号草稿箱
3. 或者先看看内容,告诉我需要修改的地方

---

质量底线

  • [ ] 内容用自己的话表达,非照搬
  • [ ] 事实准确,链接可访问
  • [ ] 已生成封面图
  • [ ] 2000-3000 字

Related skills

FAQ

How long are the articles?

The skill rewrites researched material into a 2000-3000 character article using short sentences of at most 25 characters.

Does it generate images?

Yes. Every article must generate one 16:9 cover image via the Jimeng API, with 0-2 optional in-content images.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.