A sophisticated analysis tool that transforms unstructured WeChat Official Account articles into structured insights, including timelines, key figures, and core facts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wechat-article-analyzer
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-analyzer 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 Deep Analyzer is a specialized tool within the Openclaw Skills library designed to solve the challenge of extracting meaningful data from WeChat Official Account (MP) links. It leverages automated scraping techniques combined with structured NLP analysis to break down complex long-form content into digestible reports.
By processing any valid mp.weixin.qq.com link, the skill identifies the fundamental pillars of the narrative: who was involved, what happened and when, and what the strategic significance of the piece is. This makes it an essential asset for researchers, analysts, and developers building information-gathering pipelines.
To get started with this skill from the Openclaw Skills collection, ensure you have Python 3.7+ installed, then set up the required dependencies:
# Install required dependencies
pip install requests pyyaml
# Basic usage to analyze an article
python3 scripts/analyze_wechat.py <WeChat_URL>
# Generate a structured Markdown report
python3 scripts/analyze_wechat.py <WeChat_URL> --format markdown --output report.md
The skill organizes extracted information into a structured taxonomy to ensure consistency across different articles:
| Attribute | Description |
|---|---|
| Timeline | Chronological sequence of key events and milestones mentioned in the text. |
| Stakeholders | A curated list of individuals, companies, and organizations identified as primary actors. |
| Facts | Hard data points, including financial figures, percentages, dates, and technical identifiers. |
| Themes | High-level subject analysis focusing on core arguments and strategic intent. |
| Quotes | Direct citations from the article that carry significant weight or authority. |
Loading
A professional utility that transforms ambiguous user requests into actionable, structured prompts based on a rigorous four-element framework.

A powerful URL fetcher and summarization tool designed to extract key insights from web pages automatically.

A powerful skill for managing GitHub issues, pull requests, and repositories directly through an AI-driven interface.

An AI-powered vision tool that provides detailed structural and contextual analysis of screenshots and images.

A conversational AI project manager and lead architect that orchestrates multi-agent teams to transform ideas into enterprise-ready software.

A multi-agent adversarial verification framework that uses independent reviewers to validate AI-generated content through a convergence loop.








































