← Back to Skills Marketplace
teenyboy

Wechat Article Analyzer

by teenyboy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install wechat-article-analyzer
Description
微信公众号文章深度分析工具。 当用户发送微信公众号文章链接时,可以读取文章内容并进行深度分析。 功能:自动提取文章标题和正文、提取时间线、识别关键人物/公司、提取核心事实、进行主题分析、生成报告。 支持输出格式:Markdown 报告、OpenCLI 适配器、JSON 数据。
Usage Guidance
This skill appears to do what it says: fetch a WeChat article URL and extract structured information using regex-based heuristics. Before installing or enabling: 1) Review and if needed run the script in a sandboxed environment because it will perform an HTTP GET on any URL you (or users) provide — avoid letting it fetch internal-only hosts to reduce SSRF/information-leak risk. 2) Note the minor packaging mismatch: SKILL.md shows an import path that doesn't match the provided scripts/ layout; confirm how it will be invoked in your agent runtime. 3) The parsing uses regex and simple heuristics (may produce false positives); test on sample articles. 4) There are no requested credentials or remote installers, but you should still review the code if you require higher assurance. If you want stronger protections, restrict automatic invocation to trusted users or add domain whitelisting/sanitization before the fetch.
Capability Analysis
Type: OpenClaw Skill Name: wechat-article-analyzer Version: 1.0.1 The skill bundle is a legitimate tool for analyzing WeChat articles. The core logic in `scripts/analyze_wechat.py` uses standard libraries (requests, re) to fetch and parse article content into structured reports (Markdown, JSON, YAML). There is no evidence of data exfiltration, malicious execution, or prompt injection; the hardcoded stakeholder lists appear to be template examples for the analyzer's NLP logic.
Capability Assessment
Purpose & Capability
The name/description (WeChat article analyzer) aligns with the included code: the script fetches an article URL, extracts title/content, and runs NLP heuristics to produce timeline/stakeholders/facts/themes/quotes and outputs Markdown/YAML/JSON. Minor inconsistency: SKILL.md shows usage via from skills.wechat_article_analyzer import analyze_wechat, but the repo provides scripts/analyze_wechat.py (no packaged skills/ module path). No declared homepage/author identity, which reduces traceability but doesn't contradict functionality.
Instruction Scope
SKILL.md instructs the agent to fetch mp.weixin.qq.com links and run local analysis; the script performs only requests.get on the provided URL and local text processing. It does not read other files or environment variables. The skill will fetch arbitrary URLs provided by users; that is expected for a fetcher but introduces the usual risk that a maliciously crafted/ internal URL could be accessed (SSRF/information-leak) — the instructions do not show domain validation or sandboxing.
Install Mechanism
There is no install spec (instruction-only skill + included script). Dependencies are minimal and declared in requirements.txt (requests, pyyaml). No external archive downloads or obscure registries; nothing is written to disk by an installer step beyond normal Python package usage if user runs pip install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The runtime code does not attempt to read secrets or other env vars. This is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed by default (normal) and not combined with broad credential access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-analyzer
  3. After installation, invoke the skill by name or use /wechat-article-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 新增功能:全自动深度分析微信公众号文章并生成结构化报告。 - 支持自动提取标题、正文、关键人物/公司、时间线、核心事实、主题及重要引语。 - 多种输出格式支持:Markdown、OpenCLI 适配器(YAML)、JSON。 - 命令行工具与 Skill API 均可用,便于集成和扩展。 - 当用户发送微信公众号文章链接或相关关键词时可自动触发分析。
v1.0.0
- Initial release of wechat-article-insight. - Supports deep analysis of WeChat Official Account articles, including title/body extraction, timeline, stakeholders, core facts, theme analysis, and quotes. - Provides multiple output formats: Markdown report, OpenCLI adapter (YAML), and JSON. - Command-line usage and Python API support. - Auto-trigger analysis when WeChat article links or related keywords are detected.
Metadata
Slug wechat-article-analyzer
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Wechat Article Analyzer?

微信公众号文章深度分析工具。 当用户发送微信公众号文章链接时,可以读取文章内容并进行深度分析。 功能:自动提取文章标题和正文、提取时间线、识别关键人物/公司、提取核心事实、进行主题分析、生成报告。 支持输出格式:Markdown 报告、OpenCLI 适配器、JSON 数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Wechat Article Analyzer?

Run "/install wechat-article-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wechat Article Analyzer free?

Yes, Wechat Article Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wechat Article Analyzer support?

Wechat Article Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wechat Article Analyzer?

It is built and maintained by teenyboy (@teenyboy); the current version is v1.0.1.

💬 Comments