A specialized CLI tool for searching and extracting metadata from WeChat Public Account articles based on specific keywords.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wechat-article-search
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-search 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 Search skill provides a streamlined way to access the vast repository of content within the WeChat ecosystem. It allows users to search for articles across various sectors, including technology, AI, finance, and social trends, directly through a command-line interface. This skill is particularly valuable for Openclaw Skills users who need to perform deep research or content monitoring within Chinese-language digital media.
By automating the retrieval of article titles, summaries, publication times, and source account names, it eliminates the need for manual searching. The tool is designed to assist developers and researchers in gathering structured data from one of the most significant social platforms in Asia, supporting both quick lookups and bulk data collection for analytical purposes.
To get started with this skill, you must first install the required NodeJS dependency:
npm install -g cheerio
Once installed, you can perform a basic search by running:
node scripts/search_wechat.js "your_keyword"
The skill generates structured article objects containing the following fields:
| Field | Description |
|---|---|
| Title | The headline of the WeChat article |
| URL | The direct or resolved link to the content |
| Summary | A brief abstract or snippet of the article content |
| Publish Time | The date and time the article was originally posted |
| Source | The name of the WeChat Official Account that published it |
You can export this data to a JSON file using the -o parameter for better integration with Openclaw Skills workflows.
-n flag.Loading
A powerful data extraction tool that fetches and parses real-time trending news and hot search rankings from Jinri Toutiao.

A specialized tool for fetching and analyzing the most popular and recent technical articles from the Juejin platform.

A comprehensive data retrieval skill for the 2026 Milan Winter Olympics providing real-time medal standings, news reports, and competition schedules.

A lightweight persistent memory skill for AI agents to log and recall project-specific mistakes and best practices.

A comprehensive AI-driven family financial assistant for tracking expenses, managing income, and optimizing household savings through natural language.

An automated workflow to publish formatted article content and cover images directly to the WeChat Official Account draft box.








































