一套强大的微信公众号文章Skills工具集,涵盖 AI写作助手(技术/产品视角)、文章格式化 和 草稿发布 四大核心功能。帮助你高效地创作、美化和发布微信公众号文章。
从 AI 产品经理视角撰写文章。涵盖 AI 产品拆解、场景解决方案、效率提升实战、产品方法论、行业观察。
核心特性:
- 🤖 产品思维驱动写作
- 📊 强制生成内容结构图(信息图)
- 🎨 强制生成专业文章封面
- 🎯 实战场景导向,非纯技术教程
基于 AI 的智能技术文章写作工具,快速生成高质量技术内容。
核心特性:
- 🤖 AI 辅助写作
- 📊 技术文章优化
- 🎯 SEO 关键词优化
- 📱 移动端阅读优化
将 Markdown 文章转换为适合微信公众号的美化 HTML,一键生成专业排版。
核心特性:
- 📝 完整支持 Markdown 语法
- 🎨 三套精美主题(科技风、简约风、商务风)
- 💅 专业样式,完美适配微信公众号
- 🌈 多语言代码高亮
- ⚡ 支持批量转换
- 👀 实时预览功能
自动将 HTML 格式的文章推送到微信公众号草稿箱。
核心特性:
- ✅ 自动获取和缓存 access_token
- ✅ 支持上传封面图片
- ✅ 智能错误处理和重试
- ✅ 命令行 + 交互式双模式
- ✅ 完整的日志输出
# 克隆项目
git clone <repository-url>
复制三个文件夹到你的/.Claude/skills目录下
cd 任意目录,启动Claude code,输入“/skills” 查看是否加载成功
全流程一句话搞定
帮我写一篇介绍 Claude code 的文章,并且进行格式美化,然后推送到微信公众号后台wechat_article_skills/
├── wechat-article-formatter/ # Markdown 转 HTML 工具
│ ├── scripts/ # 转换脚本
│ ├── templates/ # CSS 主题模板
│ ├── references/ # 参考文档
│ └── README.md
│
├── wechat-draft-publisher/ # 草稿发布工具
│ ├── publisher.py # 核心发布脚本
│ ├── config.json.example # 配置模板
│ └── README.md
│
├── wechat-tech-writer/ # AI 写作助手
│ ├── scripts/ # 写作脚本
│ ├── references/ # 参考资料
├── wechat-product-manager-writer/ # AI 产品经理写作助手
│ ├── scripts/ # 绘图与生成脚本
│ ├── references/ # 风格与封面指南
│ └── SKILL.md
│
└── README.md # 本文件
- 使用 WeChat Tech Writer AI 辅助生成技术内容
- 使用 Article Formatter 的 tech 主题美化排版
- 使用 Draft Publisher 一键发布
- 使用 Article Formatter 批量转换历史文章
- 使用 minimal 或 business 主题适配不同风格
- 自动化发布流程,提升效率
- 在 Markdown 中专注写作
- 一键转换为精美排版
- 快速发布到公众号
- Python: 3.6+
- 操作系统: Windows / macOS / Linux
- 浏览器: Chrome / Edge(用于预览)
- 微信公众号: 认证的服务号或订阅号(用于 API 发布)
创建配置文件 ~/.wechat-publisher/config.json:
{
"appid": "wx1234567890abcdef",
"appsecret": "your_appsecret_here"
}获取 AppID 和 AppSecret:
- 登录 微信公众平台
- 进入"设置与开发" → "基本配置"
- 查看开发者 ID 和密码
- WeChat Article Formatter 完整指南
- WeChat Draft Publisher 使用说明
- WeChat Tech Writer 技能文档
- WeChat Product Manager Writer 技能文档
使用本工具集创作和发布的精选文章:
💡 提示:以上文章均使用本项目工具完成排版和发布,欢迎参考学习!
扫描下方二维码关注我的微信公众号,获取更多优质内容:
👆 关注公众号 - 第一时间获取最新文章和工具更新
扫描下方二维码添加作者微信,交流使用心得:
👆 添加微信 - 疑问解答、技术交流,拉你入群
扫描下方二维码加入微信群,与更多开发者交流:
👆 加入群聊 - 技术讨论、问题解答、交流讨论
如果这个项目对你有帮助,欢迎赞赏支持:
👆 赞赏支持 - 您的支持是我最大的动力
-
API 调用限制
- access_token 每日获取次数有限(2000次/天)
- 本工具自动缓存 token,请勿频繁重置
-
图片使用规范
- 微信不支持本地图片,需重新上传
- 封面图片建议尺寸:900x500 像素
- 图片大小不超过 2MB
-
样式兼容性
- 微信编辑器对 CSS 支持有限
- 部分高级样式可能无法显示
- 建议使用工具提供的标准主题
Q: 粘贴后样式丢失?
- 使用 Chrome 或 Edge 浏览器
- 尝试全选复制而非部分复制
Q: access_token 获取失败?
- 检查 AppID 和 AppSecret 是否正确
- 确认公众号已认证
- 检查 IP 白名单配置
更多问题请查看各工具的详细文档或提交 Issue。
- 🚀 新增
WeChat Product Manager Writer(AI 产品经理写作助手) - 🎨 支持强制生成内容结构图与专业封面
- 📂 重构项目结构,支持四大核心功能
- 🐛 修复了一些渲染问题
- 🐛 修复了微信公众号兼容性问题
- ✅ 发布三个核心工具
- ✅ 完善文档体系
- ✅ 优化用户体验
MIT License - 供个人和商业使用
感谢以下开源项目:
祝你使用愉快! 🎉
如有问题或建议,欢迎通过上方二维码联系我!
A powerful WeChat Official Account Skills toolkit, featuring AI Writing Assistant (Tech/Product), Article Formatting, and Draft Publishing. Streamline your WeChat content creation workflow with four core tools.
Write from an AI Product Manager's perspective. Covers product teardowns, scenario solutions, efficiency boosts, methodology, and industry trends.
Key Features:
- 🤖 Product-thinking driven writing
- 📊 Mandatory infographics/structure maps
- 🎨 Professional cover image generation
- 🎯 Scenario-oriented practical insights
AI-powered technical writing assistant for creating high-quality tech content.
Key Features:
- 🤖 AI-assisted writing
- 📊 Technical content optimization
- 🎯 SEO keyword optimization
- 📱 Mobile reading optimization
Convert Markdown articles to beautifully formatted HTML optimized for WeChat Official Accounts.
Key Features:
- 📝 Full Markdown syntax support
- 🎨 Three premium themes (Tech, Minimal, Business)
- 💅 Professional styling for WeChat
- 🌈 Multi-language syntax highlighting
- ⚡ Batch conversion support
- 👀 Real-time preview
Automatically publish HTML articles to your WeChat Official Account draft box.
Key Features:
- ✅ Auto access_token management
- ✅ Cover image upload support
- ✅ Smart error handling & retry
- ✅ CLI + Interactive modes
- ✅ Complete logging
# Clone the repository
git clone <repository-url>
cd wechat_article_skills
# Install Python dependencies
pip install -r requirements.txt # if neededOne-sentence workflow
Help me write an article about Claude Code, format it beautifully, and publish it to my WeChat Official Account backendwechat_article_skills/
├── wechat-article-formatter/ # Markdown to HTML converter
│ ├── scripts/ # Conversion scripts
│ ├── templates/ # CSS theme templates
│ ├── references/ # Documentation
│ └── README.md
│
├── wechat-draft-publisher/ # Draft publishing tool
│ ├── publisher.py # Core publishing script
│ ├── config.json.example # Configuration template
│ └── README.md
│
├── wechat-tech-writer/ # AI writing assistant
│ ├── scripts/ # Writing scripts
│ ├── references/ # Reference materials
├── wechat-product-manager-writer/ # AI PM writing assistant
│ ├── scripts/ # Image generation scripts
│ ├── references/ # Style & cover guides
│ └── SKILL.md
│
└── README.md # This file
- Use WeChat Tech Writer for AI-assisted content creation
- Use Article Formatter with tech theme for professional styling
- Use Draft Publisher for one-click publishing
- Use Article Formatter for batch converting articles
- Choose themes based on content style
- Automate publishing workflow
- Focus on writing in Markdown
- One-click conversion to beautiful layouts
- Quick publishing to WeChat
- Python: 3.6+
- OS: Windows / macOS / Linux
- Browser: Chrome / Edge (for preview)
- WeChat Account: Verified Service or Subscription Account (for API publishing)
Create config file at ~/.wechat-publisher/config.json:
{
"appid": "wx1234567890abcdef",
"appsecret": "your_appsecret_here"
}Get AppID and AppSecret:
- Login to WeChat Official Accounts Platform
- Go to "Settings & Development" → "Basic Configuration"
- Find Developer ID and Secret
- WeChat Article Formatter Complete Guide
- WeChat Draft Publisher User Guide
- WeChat Tech Writer Skill Documentation
- WeChat Product Manager Writer Skill Documentation
Featured articles created and published using this toolkit:
-
From 70 Minutes to 9 Minutes: WeChat Official Account Automation Skills! Efficiency Booster!
-
From Chat to Agent: Why Claude Agent SDK is the Real Productivity Switch for AI
💡 Tip: All articles above were formatted and published using this toolkit. Feel free to reference them!
Scan the QR code below to follow my WeChat Official Account for more quality content:
👆 Follow Account - Get the latest articles and tool updates
Scan the QR code below to connect with the author:
👆 Add WeChat - One-on-one communication
Scan to join our WeChat group for discussions:
👆 Join Group - Tech discussions, Q&A, and community exchange
If this project helps you, consider buying me a coffee:
👆 Appreciate - Your support motivates me
-
API Rate Limits
- access_token has daily request limits (2000/day)
- This tool auto-caches tokens to minimize requests
-
Image Guidelines
- WeChat doesn't support local images
- Recommended cover size: 900x500 pixels
- Image size limit: 2MB
-
Style Compatibility
- WeChat editor has limited CSS support
- Some advanced styles may not render
- Use provided themes for best results
Q: Styles lost after pasting?
- Use Chrome or Edge browser
- Try selecting and copying all content
Q: access_token fetch failed?
- Verify AppID and AppSecret
- Ensure account is verified
- Check IP whitelist settings
For more issues, check tool-specific documentation or submit an Issue.
- 🚀 Added
WeChat Product Manager Writer(AI PM perspective) - 🎨 Mandatory infographic and professional cover generation
- 📂 Refactored structure to support four core tools
- 🐛 Fixed rendering issues
- 🐛 Fixed WeChat Official Account compatibility bugs
- ✅ Released three core tools
- ✅ Complete documentation
- ✅ Optimized user experience
MIT License - Free for personal and commercial use
Thanks to these open-source projects:
Happy Writing! 🎉
Feel free to contact me via QR codes above for questions or suggestions!



