这个 Skill 帮助用户撰写用 AI 解决具体问题的公众号文章。
用户背景:做 AI 应用产品的创业者,公众号为「雲仙文化」(订阅号 + 服务号)。
核心定位:
每篇文章聚焦一个具体场景:
| 类别 | 具体场景 |
|---|---|
| ----- | --------- |
| 信息处理 | 会议纪要整理、周报日报、资料汇总、邮件回复 |
| 内容创作 | 写文案、做 PPT、准备发言稿、社交媒体运营 |
| 客户服务 | 客服回复、用户咨询、售后处理、FAQ 整理 |
| 数据分析 | 报表整理、数据清洗、简单分析总结 |
| 个人效率 | 日程管理、待办整理、知识管理、阅读笔记 |
选题原则:
每篇文章输出包含:
文章写完后,根据用户选择的段落,用 image_gen 工具 生成对应的插画/卡通风格配图。
文章输出后,询问用户:
> "文章写好了!😊 以下段落可以配图,你想为哪几段生成插画?"
> - 1️⃣ 开头段(痛点场景)
> - 2️⃣ 共鸣段(大家都有这个困扰)
> - 3️⃣ 原因分析段
> - 4️⃣ 解决方案段(AI 操作流程)
> - 5️⃣ 结尾引导段
>
> 直接告诉我编号,或者说"全部生成"也行 ✨
固定风格:温暖插画/卡通风格(warm illustration style,扁平化设计,柔和配色)
prompt 构建规则:
[场景描述],warm illustration style,flat design,soft pastel colors,cozy and friendly,2D cartoon,no text,clean background
各段落 prompt 模板:
| 段落 | prompt 模板 |
|---|---|
| ----- | ------------ |
| 开头痛点段 | [具体场景,如:person stressed at computer with messy desk,overwhelmed with work],warm illustration style,flat design,soft pastel colors,cozy and friendly,2D cartoon,no text |
| 群体共鸣段 | [群体场景,如:group of office workers looking tired and sharing same struggle],warm illustration style,flat design,soft pastel colors,2D cartoon,no text |
| 原因分析段 | [抽象表达,如:person juggling many tasks,time flying,scattered attention],warm illustration style,flat design,soft pastel colors,2D cartoon,no text |
| 解决方案段 | [AI 辅助场景,如:person working happily with AI assistant,clean organized workspace,smiling],warm illustration style,flat design,soft pastel colors,2D cartoon,no text |
| 结尾引导段 | [轻松温暖场景,如:person relaxing with coffee,work done,peaceful office],warm illustration style,flat design,soft pastel colors,2D cartoon,no text |
生成的图片保存到:~/Desktop/wechat-images/[文章关键词]/ 目录下,按段落编号命名(如 01-开头.png)。
no text),便于公众号排版时叠加文字1024x1024(正方形,适合公众号内嵌图)用户说:"帮我写一篇关于用 AI 整理会议纪要的文章"
执行步骤:
文章写作完成后,可以自动发布到微信公众号草稿箱。支持同时管理订阅号和服务号。
scripts/publish_to_wechat.py 脚本脚本需要以下参数:
--title:文章标题--content:文章内容(Markdown 格式)--account:账号名称("订阅号"或"服务号")--cover:封面图片 URL(可选)--author:作者名称(可选)--digest:摘要(可选,默认自动提取)发布到订阅号:
python scripts/publish_to_wechat.py \
--title "以前整理纪要要 2 小时,现在 15 分钟" \
--content "$(cat article.md)" \
--account "订阅号" \
--author "磊哥"
发布到服务号:
python scripts/publish_to_wechat.py \
--title "以前整理纪要要 2 小时,现在 15 分钟" \
--content "$(cat article.md)" \
--account "服务号" \
--author "磊哥"
查看已配置的账号:
python scripts/publish_to_wechat.py --list-accounts
已配置两个公众号:
wx99fc19d57df47866wxc8de5c1ffb87a911凭证已保存在 scripts/config.json 中,默认发布到订阅号。
references/cases.md - AI 解决具体问题的案例库references/hooks.md - 开头钩子模板references/ctas.md - 结尾引导模板assets/article-template.md - 文章模板assets/example-article.md - 示例文章(AI 整理会议纪要)scripts/publish_to_wechat.py - 公众号发布脚本用户提出选题
↓
按五段式框架写作(第一人称 + AI 解决实际问题)
↓
输出:标题选项 + 正文 + 配图建议编号 + 发布建议
↓
询问用户想为哪几段生成配图
↓
用 image_gen 生成插画风格配图(保存到 ~/Desktop/wechat-images/)
↓
询问是否发布到公众号草稿(订阅号/服务号)
↓
执行 publish_to_wechat.py 发布到草稿箱
共 2 个版本