
from wechat-claw-skill145
End-to-end toolchain for drafting, rendering, validating and publishing WeChat Official Account articles using templates, image planning and pipeline scripts.
提供一套从素材收集到 HTML 排版、图片规划、校验与发布的微信公众号文章全自动流水线。适用于 AI 日报、财经周报、深度分析与新闻类长期内容,包含渲染模板、校验工具与可串联的发布脚本。
WeChat Official Account article writer/publisher with a solid pipeline: collect sources, plan images, render HTML from templates, validate constraints, and publish via WeChat API. article_lib.py (the core library) runs cleanly; all CLI scripts require input arguments and exit with clear usage messages. Code is well-structured with good type hints, error handling, and HTML escaping. Templates for 8 article styles included.
No security concerns. subprocess.run uses list args (not shell=True). URL fetching in collect_sources.py is the skill's stated purpose. All scripts have proper argparse with help text and clean error handling.