内容自动化工具Content automation tool· 2026
WechatArticle
多平台内容生产与分发 CLIMulti-platform content workflow CLI
把选题、大纲、正文、配图、小红书/即刻适配和公众号草稿注入串成内容工作流。A Python CLI that turns topic selection, outlining, writing, illustration planning, and platform rewriting into a content operations workflow.
案例摘要Case summary
目标用户Audience
需要稳定生产公众号、小红书、即刻内容的个人创作者和内容运营者。Individual creators and content operators who need to reliably produce content for WeChat Official Accounts, Xiaohongshu, and Jike.
我的角色Role
负责内容工作流、Prompt 模板、配图规划和多平台适配的产品决策与验收;全部代码由 AI 编程工具完成。Owned product decisions and acceptance for the content workflow, prompt templates, illustration planning, and multi-platform adaptation; all code was produced with AI coding tools.
交付结果Outcome
形成从选题到多平台物料生成的最小闭环,并用测试和 CI 控制快速迭代质量。Built a minimum closed loop from topic selection to multi-platform asset generation, using tests and CI to keep iteration quality under control.
产品洞察Product insight
多平台分发不是简单裁剪。公众号、小红书、即刻的信息消费方式完全不同,工具应该帮助创作者重构表达,而不是机械复制内容。Multi-platform distribution is not simple trimming. WeChat Official Account, Xiaohongshu, and Jike consume information in completely different ways; a tool should help creators rebuild their expression, not copy content mechanically.
项目简介Overview
WechatArticle 是一个 Python CLI 工具,把内容创作拆成可编排阶段:选题、大纲、正文、配图规划、发布指南、多平台适配和 Chrome CDP 自动注入。WechatArticle is a Python CLI tool that breaks content creation into orchestratable stages: topic selection, outlining, body writing, illustration planning, publishing guides, multi-platform adaptation, and automatic injection via Chrome CDP.
技术栈Tech stack
结果证据Evidence
README 中记录技术栈、CLI 命令和完整内容目录结构。README documents the tech stack, CLI commands, and the complete content directory structure.
tests 覆盖 generator、illustrator、output、config、cli 等核心模块。tests covers core modules including generator, illustrator, output, config, and cli.
content 目录保留真实文章、多平台版本、配图 prompt 和发布指南。content keeps real articles, multi-platform versions, illustration prompts, and publishing guides.
关键决策Key decisions
把长文直接裁剪成小红书或即刻内容,信息流表现很弱。Directly trimming long articles into Xiaohongshu or Jike content performs weakly in feeds.
按平台语法重构叙事:小红书做卡片和情绪钩子,即刻做短版本开头。Rewrite the narrative around each platform grammar: cards and emotional hooks for Xiaohongshu, short-version openings for Jike.
微信公众号没有开放草稿箱写入 API。WeChat Official Accounts has no open API for writing into the drafts inbox.
用 Chrome DevTools Protocol 在本地浏览器中完成内容注入。Use the Chrome DevTools Protocol to inject content in a local browser.
想看完整的代码和实现细节?Want the full code and implementation details?
在 GitHub 上查看View on GitHub