← 返回 Skills 市场
wuchubuzai2018

Wechat Article Search

作者 无处不在 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
14959
总下载
32
收藏
100
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-article-search
功能描述
搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。
安全使用建议
Install only if you are comfortable running a Node-based scraper that sends your keywords to Sogou/Weixin. Prefer a local pinned cheerio install instead of a global npm install, keep result counts modest, use real-URL resolution sparingly, avoid confidential search terms, and review output paths before saving files.
功能分析
Type: OpenClaw Skill Name: wechat-article-search Version: 0.1.0 The skill bundle is classified as suspicious due to a file write vulnerability in `scripts/search_wechat.js`. The script allows writing search results to an arbitrary file path specified by the user via the `-o` or `--output` command-line argument. This lack of input sanitization for the output path could lead to path traversal, allowing an attacker to write data to unintended locations on the file system. While the content written is the script's own output (JSON search results), the ability to control the write location is a significant vulnerability. The `SKILL.md` instructions are benign and the core web scraping functionality is aligned with the stated purpose, contacting legitimate Sogou domains.
能力评估
Purpose & Capability
The code matches the stated purpose: it searches Sogou WeChat results, parses article metadata, and optionally tries to resolve final WeChat article URLs. Scraping aids such as randomized User-Agents, Sogou cookies, and redirect parsing increase compliance and anti-bot-risk, but they are tied to the search function rather than unrelated host access.
Instruction Scope
The instructions frame use around WeChat public-account article searches and document result limits, JSON output, and optional real-URL resolution. Users should avoid invoking it for generic article search unless WeChat public-account content is intended.
Install Mechanism
The skill recommends installing the npm package cheerio, including a global install option. This is disclosed, but a local pinned dependency would be safer than changing the global Node environment.
Credentials
The script sends user search terms to Sogou/Weixin over HTTPS and makes extra requests when URL resolution is enabled. That is proportionate to a scraper/search skill, but users should expect third-party network exposure and possible rate-limit or terms-of-use issues.
Persistence & Privilege
There is no background service, credential collection, privilege escalation, or autonomous persistence. The only file write is the documented optional -o/--output path for saving the tool's own JSON search results.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of wechat-article-search: - Enables searching and retrieving WeChat official account articles across various topics, including technology, hot topics, finance, education, and workplace. - Supports keyword-based search and returns article title, summary, publish date, source account, and accessible link. - Offers command-line usage with options for result count, JSON output, and resolving real article URLs. - Provides troubleshooting tips and best-practice notes for ethical and effective usage.
v0.0.1
Initial release of wechat-article-search skill. - Enables searching for WeChat official account articles by keyword. - Returns article title, summary, publication date, source account, and accessible link. - Supports search result limits, output to JSON file, and real article URL resolution. - Designed for users to quickly retrieve or organize WeChat article information across various fields. - Includes command-line usage instructions and common troubleshooting tips.
元数据
Slug wechat-article-search
版本 0.1.0
许可证
累计安装 486
当前安装数 100
历史版本数 2
常见问题

Wechat Article Search 是什么?

搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 14959 次。

如何安装 Wechat Article Search?

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

Wechat Article Search 是免费的吗?

是的,Wechat Article Search 完全免费(开源免费),可自由下载、安装和使用。

Wechat Article Search 支持哪些平台?

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

谁开发了 Wechat Article Search?

由 无处不在(@wuchubuzai2018)开发并维护,当前版本 v0.1.0。

💬 留言讨论