← 返回 Skills 市场
188
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install shrimp-wechat-mp-reader
功能描述
直接读取微信公众号文章正文的可执行 skill。适用于用户提供 mp.weixin.qq.com 链接,并明确要你读正文、摘录内容、提取标题、做总结的场景。与很多只给方法或提示词的同类 skill 不同,这个 skill 自带 setup、run 和 Playwright 提取脚本,已经在真实文章上验证能读出标题...
安全使用建议
This skill is coherent with its purpose, but before installing consider: (1) npm install will run package lifecycle scripts and will download Playwright browser binaries—run it only from a machine you trust or inside an isolated environment (container/VM) if you are cautious; (2) confirm you have a compatible Node version (Playwright here requires Node >=18); (3) the script opens a real browser (headless:false) and will access the network to fetch the article—do not use it on pages you do not trust; (4) review scripts/extract.js and setup.sh yourself if you want to verify there is no additional behavior; and (5) browser binaries will be stored in ~/.cache/ms-playwright by default and npm packages will be installed into the skill folder.
能力评估
Purpose & Capability
The skill's name and description match the included code and scripts: it uses Node + Playwright to load a WeChat article and extract title/body text. Required tooling (Node, Playwright) is proportional to the stated purpose and no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and the scripts stick to the stated task: install dependencies, install Playwright browsers, launch Chromium, navigate to the mp.weixin.qq.com URL, and return title/bodyText. The README and SKILL.md use example absolute paths but those are only documentation examples and not required by the code. The runtime does not read unrelated system files or environment variables.
Install Mechanism
There is no separate platform install spec; the skill relies on npm install and npx playwright install chromium. This is expected for a Playwright-based tool, but npm install runs package lifecycle scripts and playwright will download browser binaries from its upstream, so users should be aware that network downloads and package install scripts will execute.
Credentials
The skill does not declare or require any credentials or environment variables. It sets PLAYWRIGHT_BROWSERS_PATH to a browser cache under the user's home directory (~/ .cache/ms-playwright), which is reasonable for storing browser binaries but does write to the user's home directory.
Persistence & Privilege
The skill does not request elevated platform privileges, does not set always:true, and does not modify other skills' configs. It installs node modules into its folder and downloads browser binaries to the user's cache path—expected behavior for Playwright but not globally persistent beyond those files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shrimp-wechat-mp-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/shrimp-wechat-mp-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Rewrite title, summary, value props, and CTA to foreground installability, direct results, and verified extraction flow.
v0.1.1
Rewrite listing to foreground installability, runnable setup/run flow, and verified extraction advantage over prompt-only alternatives.
v0.1.0
Initial release: Playwright-based WeChat Official Account article reader with setup/run scripts and verified extraction flow.
元数据
常见问题
Direct WeChat Article Reader 是什么?
直接读取微信公众号文章正文的可执行 skill。适用于用户提供 mp.weixin.qq.com 链接,并明确要你读正文、摘录内容、提取标题、做总结的场景。与很多只给方法或提示词的同类 skill 不同,这个 skill 自带 setup、run 和 Playwright 提取脚本,已经在真实文章上验证能读出标题... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。
如何安装 Direct WeChat Article Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shrimp-wechat-mp-reader」即可一键安装,无需额外配置。
Direct WeChat Article Reader 是免费的吗?
是的,Direct WeChat Article Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Direct WeChat Article Reader 支持哪些平台?
Direct WeChat Article Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Direct WeChat Article Reader?
由 文武贝(@wuyunting555)开发并维护,当前版本 v0.1.2。
推荐 Skills