WeWrite automates the full WeChat public account article pipeline: it fetches trending topics, proposes and scores article ideas, builds structured outlines with sourced material, generates SEO-aware drafts, produces visual prompts for covers and in-article images, and runs pre-publish validations and formatting for WeChat’s editor. It supports both fully-automatic and interactive modes, with downgrade paths when external services are unavailable.
Use WeWrite when you need to produce WeChat/公众号 posts end-to-end — from ideation to a draft ready in the WeChat draftbox. Trigger it for requests explicitly about WeChat articles, 微信推文, 公众号排版, 封面图, or when you ask to "写公众号". Do not trigger on generic "write article" or blog prompts.
Best for agent runtimes that support shell/file operations and web search (e.g., Claude Code, agents with Bash/Read/Write tooling).
WeWrite is a comprehensive WeChat public account content creation skill covering an 8-step pipeline from hot topic discovery through writing, SEO, visual asset generation, and publishing. It has 11 well-structured scripts for tasks like hotspot fetching, SEO keywords, humanness scoring, theme learning, and article publishing. The SKILL.md is exceptionally detailed with clear step-by-step instructions, degradation strategies, and output contracts. Of the 11 scripts, only fetch_hotspots.py ran successfully (it makes network calls to Weibo/Toutiao/Baidu APIs). Most others require config files, input args, or Python deps (markdown, cssutils, Pillow) to be useful.
markdowncssutilsPillowThe git pull auto-update mechanism in Step 1.2 is notable — it instructs the agent to run 'git pull origin main' without confirmation, which is a -18 deduction per the rubric. No hardcoded credentials, no destructive rm -rf, no data exfiltration. Scripts are well-structured with proper error handling, fallback strategies, and argparse CLIs. The skill is niche — specifically for WeChat public account content creation — limiting broad usefulness but making it highly valuable for that audience.