← Back to Skills Marketplace
wuchubuzai2018

Wechat Article Search

by 无处不在 · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
14959
Downloads
32
Stars
100
Active Installs
2
Versions
Install in OpenClaw
/install wechat-article-search
Description
搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-search
  3. After installation, invoke the skill by name or use /wechat-article-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wechat-article-search
Version 0.1.0
License
All-time Installs 486
Active Installs 100
Total Versions 2
Frequently Asked Questions

What is Wechat Article Search?

搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 14959 downloads so far.

How do I install Wechat Article Search?

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

Is Wechat Article Search free?

Yes, Wechat Article Search is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wechat Article Search support?

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

Who created Wechat Article Search?

It is built and maintained by 无处不在 (@wuchubuzai2018); the current version is v0.1.0.

💬 Comments