/install wechat-digest
WeChat Digest
Deep extraction and synthesis of WeChat public account (微信公众号) articles. Removes noise, extracts core arguments, and generates multi-format summaries. Cross-article synthesis for thematic reading.
Workflow
- Extract content — Fetch and parse WeChat articles from URL, shared text, or archived HTML.
- Denoise — Strip ads, "follow us" banners, bottom menus, related-article footers, and social sharing widgets.
- Structured extraction — Pull core arguments, key data points, quotes, case studies, and article outline.
- Summarize — Generate three variants:
- One-liner — Extreme brevity for scanning.
- 3-paragraph — Executive summary.
- Knowledge card — Structured facts, figures, and takeaways.
- Cross-article synthesis — Given multiple articles on one topic, merge, de-duplicate, and highlight consensus vs. disagreement.
- Export formats — Knowledge cards, Markdown notes, or mind map outline (OPML/Indent).
- Reading list — Suggest related articles based on topic tags.
- Output — Structured notes to stdout or file.
Sample Prompts
wechat-digest digest --url https://mp.weixin.qq.com/s/xxxwechat-digest digest --urls https://mp.weixin.qq.com/s/a https://mp.weixin.qq.com/s/b --synthesizewechat-digest digest --url https://mp.weixin.qq.com/s/xxx --format knowledge-cardwechat-digest batch --file urls.txt --outdir ./notes
Safety
- WeChat links are fetched directly; no third-party aggregation service.
- Respects article copyright — output is summary/extract only, not full-text republishing.
- No login/cookie required for public articles; paywalled articles are skipped with a notice.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-digest - After installation, invoke the skill by name or use
/wechat-digest - Provide required inputs per the skill's parameter spec and get structured output
What is WeChat Digest?
Extract, summarize, and synthesize WeChat public account articles into structured knowledge cards. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install WeChat Digest?
Run "/install wechat-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeChat Digest free?
Yes, WeChat Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeChat Digest support?
WeChat Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeChat Digest?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.