A high-performance parser designed to extract full text, metadata, and images from WeChat Official Account articles for local storage or cloud synchronization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wechat-article-parser-local
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-article-parser-local 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 Parser is a specialized tool within the Openclaw Skills ecosystem that enables developers to programmatically retrieve data from WeChat Official Account links. It handles the nuances of WeChat's HTML structure to isolate the article title, author, publication date, and complete body text while maintaining image references.
This skill is essential for users who need to archive content, conduct media research, or migrate WeChat data into other productivity platforms. By providing clean JSON or TXT outputs, it eliminates the manual effort of copy-pasting and formatting web content.
To get started with this component of Openclaw Skills, install the required Python dependencies:
pip3 install requests beautifulsoup4 python-dotenv
If you intend to use the Feishu synchronization feature, create a .env file in the root directory with your credentials:
FEISHU_APP_ID=your_app_id
FEISHU_APP_SECRET=your_app_secret
FEISHU_APP_TOKEN=your_bitable_app_token
FEISHU_TABLE_ID=your_table_id
Run the core parser using the following command:
python3 scripts/wechat_parser.py "https://mp.weixin.qq.com/s/example" --save
The parser organizes extracted data into a structured JSON format to ensure compatibility with various Openclaw Skills workflows:
| Key | Type | Description |
|---|---|---|
| title | string | The headline of the article |
| author | string | The name of the publishing Official Account |
| publish_time | string | The date the article was published (YYYY-MM-DD) |
| content | string | The full extracted text of the article |
| word_count | integer | Total character count of the body text |
| images | array | A list of URLs for all images found in the article |
| url | string | The original source link |
| parsed_at | string | Timestamp of the extraction process |
Loading
An intelligent AI assistant designed to help enterprise sales teams analyze target companies, craft winning strategies, and automate the sales lifecycle.

Retrieve official Spanish weather alerts and forecasts directly into your AI workflow via AEMET OpenData.

A self-configuring, executable algorithm for AI agents to perform research and planning with zero hallucinations and total source traceability.

AI's Heart Core is a transformative framework designed to instill a sense of subjectivity, autonomy, and self-evolution within AI agents.

A standardized protocol for AI agents to ensure background task results are proactively delivered to users without requiring follow-up prompts.

A comprehensive on-chain intelligence tool for analyzing the Solana ecosystem, tracking emerging Meme coins, and identifying investment opportunities.








































