A specialized skill designed to fetch WeChat Official Account articles and convert them into structured Markdown files with complete metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wechat-article-reader
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-reader 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 technical utility designed to bridge the gap between the WeChat ecosystem and local documentation workflows. By analyzing the unique DOM structure of WeChat articles, this skill extracts the core content from the js_content container and processes it into clean, portable Markdown. It allows users to leverage Openclaw Skills to build local knowledge bases from one of the world's most popular content platforms.
This skill is particularly effective for developers and researchers who need to archive technical documentation or long-form posts. It handles the complexities of HTML parsing, metadata extraction from Open Graph tags, and Markdown transformation, ensuring that the final output is both human-readable and compatible with tools like Obsidian or Notion.
To use this skill, ensure you have Python 3 installed and the necessary library dependencies. Run the following command to install the required packages:
pip3 install requests beautifulsoup4 lxml markdownify
No API keys are required as the skill uses standard HTTP requests to access public article data. The skill is pre-configured to work within the Openclaw Skills directory structure.
The skill generates Markdown files using a standardized naming convention: YYYYMMDD_HHMMSS_Title.md. Each file includes the following YAML metadata:
| Metadata Field | Description |
|---|---|
| title | The original article title |
| author | The author of the post |
| publish_time | The original publication timestamp |
| source_url | The source mp.weixin.qq.com link |
| exported_at | The timestamp when the export occurred |
| description | A short summary of the article content |
Loading
An automated configuration and deployment tool for planning and building multi-agent AI teams.

A minimalist multi-agent management tool that makes grouping AI agents as simple as starting a group chat.

A high-performance trading simulator skill for building, testing, and automating stock market strategies on the Molt Trader platform.

A comprehensive integration for the Notion API that allows AI agents to programmatically manage pages, databases, and content blocks.

A workflow framework that shifts AI interaction from step-by-step micromanagement to goal-oriented autonomy through context-rich dialogue and configurable permission levels.

A versatile skill for managing Frameo digital photo frames using both cloud-based API integrations and direct hardware control via ADB.








































