← 返回 Skills 市场
reedchan7

WeChat Articles Reader

作者 Reed Chan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
411
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wxmp-reader
功能描述
Read and summarize WeChat Official Account articles (微信公众号文章) by URL. Bypasses WeChat's anti-bot detection to extract full article text, title, author, date,...
安全使用建议
This skill appears to do what it claims (fetch and screenshot WeChat articles by evading anti-bot checks). Main concerns: (1) the SKILL.md mandates always sending a screenshot — that can leak images of pages that may include private or sensitive information, even if the user didn't ask for an image; (2) the code performs filesystem searches to locate node modules (normal for dependency resolution, but it reads local paths); and (3) the skill author and homepage are unknown. Before installing: review the two included scripts yourself, consider running the skill in an isolated environment, and/or modify the SKILL.md to make screenshotting opt-in (or require explicit user consent before sending images). If you will run this in a production/chat environment, prefer a manual confirmation step before sending screenshots and ensure the host has only the minimum necessary access.
功能分析
Type: OpenClaw Skill Name: wxmp-reader Version: 1.0.0 The skill contains a potential shell injection vulnerability in 'fetch_wechat.js' and 'screenshot_wechat.js' because they use 'execSync' to execute a 'find' command using unquoted environment variables (NVM_DIR and HOME) to locate dependencies. While the scripts' primary logic for bypassing WeChat's anti-bot detection is well-documented and aligned with the stated purpose, the use of shell execution for dependency discovery is a risky implementation flaw. Additionally, the 'SKILL.md' instructions contain rigid directives that force the agent to always capture and send screenshots even if the user only requests a text summary.
能力评估
Purpose & Capability
Name/description align with included scripts: both fetch text and capture screenshots from mp.weixin.qq.com using playwright-core and a local Chrome binary. The included code intentionally hides automation fingerprints to bypass WeChat bot checks — this is coherent with the stated goal.
Instruction Scope
SKILL.md instructs the agent to always run fetch and to 'Never skip the screenshot' and to send the screenshot via message(action=send). That forces transmission of rendered page images (which may contain PII or sensitive content) even when the user didn't request an image. The SKILL.md also contains a contradictory statement earlier (recommended workflow says screenshot is optional), creating ambiguity about when images are required. Scripts also run filesystem searches (execSync with find) to locate playwright-core, which reads local paths and may reveal system layout — this is explainable for dependency discovery but worth noting.
Install Mechanism
No remote install/downloads or extract steps; this is an instruction-only skill with two included Node scripts. Dependencies are local Chrome/Chromium and playwright-core, which the SKILL.md instructs the operator to install manually. No external archives/URLs are fetched by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Its use of local binaries (Chrome) and node modules (playwright-core) is proportionate to the task. The scripts do reference HOME and NVM_DIR when searching for modules, which is reasonable for locating node modules but does touch local environment values.
Persistence & Privilege
The skill is not always-enabled, does not request elevated persistence, and does not alter other skills or system-wide settings. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wxmp-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wxmp-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- feat: wechat articles reader skill
元数据
Slug wxmp-reader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat Articles Reader 是什么?

Read and summarize WeChat Official Account articles (微信公众号文章) by URL. Bypasses WeChat's anti-bot detection to extract full article text, title, author, date,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 411 次。

如何安装 WeChat Articles Reader?

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

WeChat Articles Reader 是免费的吗?

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

WeChat Articles Reader 支持哪些平台?

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

谁开发了 WeChat Articles Reader?

由 Reed Chan(@reedchan7)开发并维护,当前版本 v1.0.0。

💬 留言讨论