← Back to Skills Marketplace
188
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install shrimp-wechat-mp-reader
Description
直接读取微信公众号文章正文的可执行 skill。适用于用户提供 mp.weixin.qq.com 链接,并明确要你读正文、摘录内容、提取标题、做总结的场景。与很多只给方法或提示词的同类 skill 不同,这个 skill 自带 setup、run 和 Playwright 提取脚本,已经在真实文章上验证能读出标题...
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shrimp-wechat-mp-reader - After installation, invoke the skill by name or use
/shrimp-wechat-mp-reader - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Direct WeChat Article Reader?
直接读取微信公众号文章正文的可执行 skill。适用于用户提供 mp.weixin.qq.com 链接,并明确要你读正文、摘录内容、提取标题、做总结的场景。与很多只给方法或提示词的同类 skill 不同,这个 skill 自带 setup、run 和 Playwright 提取脚本,已经在真实文章上验证能读出标题... It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.
How do I install Direct WeChat Article Reader?
Run "/install shrimp-wechat-mp-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Direct WeChat Article Reader free?
Yes, Direct WeChat Article Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Direct WeChat Article Reader support?
Direct WeChat Article Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Direct WeChat Article Reader?
It is built and maintained by 文武贝 (@wuyunting555); the current version is v0.1.2.
More Skills