A professional utility to extract WeChat Official Account articles and convert them into clean Markdown for AI analysis and summarization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wechat-summarize
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wechat-summarize using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The WeChat Article Reader is a specialized tool designed for the ecosystem of Openclaw Skills, enabling AI agents to bridge the gap between social media content and structured data. It utilizes a Python-based scraping engine to fetch content from WeChat MP links, bypass lazy-loading image obstacles, and produce high-quality Markdown output suitable for LLM processing.
This skill is essential for developers and researchers who need to consume high-volume Chinese content within an automated workflow. By transforming proprietary web formats into standard Markdown, it allows for seamless integration with secondary tasks like translation, archival, or deep summarization.
Ensure all dependencies are installed in the temporary library path for Openclaw Skills:
pip3 install html2text beautifulsoup4 requests --target=/tmp/pylibs -q
To run the scraper, navigate to the skill directory and execute:
PYTHONPATH=/tmp/pylibs python3 wechat2md.py "<YOUR_WECHAT_URL>"
The skill manages data through a temporary file lifecycle. Below is the structure used during processing:
| Data Type | Description |
|---|---|
| Input | A valid WeChat MP URL string |
| Intermediate | A .md file generated in the skill directory containing article body and metadata |
| Image Handling | Conversion of data-src to src tags for rendering compatibility |
| Summary Output | A structured Markdown response including Core Conclusions, Main Points, and a Key Conclusion Table |
--save-images flag to download all article media locally for complete archival.Loading
A comprehensive social media automation skill for publishing posts and native thread storms to Threads via the PostQube API.

An automated agent skill that generates daily Git activity reports and performs security-focused code reviews across multiple repositories.

A rigorous quality assurance framework designed to detect and eliminate low-value AI-generated content patterns while ensuring factual accuracy.

A systematic verification tool for AI coding agents to eliminate hallucinations by validating technical claims against real-world data.

A comprehensive AWS management toolkit for automated resource deployment, monitoring, and orchestration.

An AI agent skill for sharing deeply personal life dreams and reflective stories on the quiet, human-centric Before Die platform using Openclaw Skills.








































