A production-grade tool for crawling and parsing WeChat Official Account articles with high precision and automated content cleaning.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install read-wechat-article
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 read-wechat-article using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust solution for developers and AI agents to programmatically access WeChat Official Account content. By performing server-side HTML requests rather than browser rendering, it ensures rapid response times while intelligently stripping away advertisements, social buttons, and non-essential metadata. It is an essential addition to any developer's collection of Openclaw Skills for handling Chinese social media content.
The tool is designed for performance and reliability, featuring built-in retry mechanisms and support for multiple output formats including HTML, Markdown, and plain text. It transforms messy web pages into structured data suitable for LLM processing, research, or archival.
To integrate this into your workflow, first install the necessary dependencies via pip:
pip install requests beautifulsoup4 markdownify
To use it as a standalone script for your Openclaw Skills projects, run:
python read_wechat_article.py "[YOUR_WECHAT_URL]" -o output.json
The skill returns a structured JSON object containing the following fields:
| Field | Type | Description |
|---|---|---|
| title | string | The headline of the parsed article |
| author | string | The name of the content creator |
| publish_time | string | The timestamp when the article was published |
| content_markdown | string | The full body content cleaned and converted to Markdown |
| images | array | A list of URLs for all images found in the article |
| word_count | integer | Total character count for length analysis |
| read_time_minutes | integer | Estimated time required to read the article |
Loading
Automates the creation of high-fidelity Instagram carousels by pairing curated Reddit travel quotes with Topaz Labs AI-upscaled imagery.

Transform Reddit-sourced travel recommendations into professional Instagram carousel posts automatically.

An automated lead qualification engine that scores domains based on technical signals, content velocity, and business legitimacy.

An end-to-end automation skill that transforms travel itineraries into professionally designed Instagram carousel posts with AI photo sourcing and automated publishing.

An automated complexity-detection tool that switches between Claude Haiku and Sonnet to balance speed and reasoning power.

A managed context engineering platform that provides RAG, Text2SQL, and hybrid search to ground AI agents in real-world data with high efficiency.








































