← 返回 Skills 市场
teenyboy

Wechat Article Analyzer

作者 teenyboy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-article-analyzer
功能描述
微信公众号文章深度分析工具。 当用户发送微信公众号文章链接时,可以读取文章内容并进行深度分析。 功能:自动提取文章标题和正文、提取时间线、识别关键人物/公司、提取核心事实、进行主题分析、生成报告。 支持输出格式:Markdown 报告、OpenCLI 适配器、JSON 数据。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug wechat-article-analyzer
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Wechat Article Analyzer 是什么?

微信公众号文章深度分析工具。 当用户发送微信公众号文章链接时,可以读取文章内容并进行深度分析。 功能:自动提取文章标题和正文、提取时间线、识别关键人物/公司、提取核心事实、进行主题分析、生成报告。 支持输出格式:Markdown 报告、OpenCLI 适配器、JSON 数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Wechat Article Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-analyzer」即可一键安装,无需额外配置。

Wechat Article Analyzer 是免费的吗?

是的,Wechat Article Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wechat Article Analyzer 支持哪些平台?

Wechat Article Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wechat Article Analyzer?

由 teenyboy(@teenyboy)开发并维护,当前版本 v1.0.1。

💬 留言讨论