Overview
write-blog is a content-creation and multi-platform distribution Claude Code Skill (from the blogsync project). It writes Chinese-language articles in three modes — daily news digest (surfaces today's Hacker News / GitHub Trending / Reddit / X-Twitter list for manual topic picking), GitHub project write-ups (auto-extracts a repo README into an article), and free-form topic writing (gathers material via WebSearch plus a fact-check pass). It then auto-generates a cover image (HuggingFace FLUX) and a knowledge-summary image (DashScope, style chosen by content type), and after human review, publishes with one command: WeChat Official Account drafts, 10+ platforms (Zhihu, Juejin, CSDN, Toutiao, Weibo, Baijiahao, etc.) via the wechatsync CLI plus Playwright auto-submission, and this blog's own GitHub homepage — 29+ distribution channels in total. Triggered via `/write-blog daily-news`, `/write-blog github <url>`, or `/write-blog sentence <description>` in Claude Code, pausing at the human-review step before publishing.
Tech Stack