← 返回 Skills 市场
550
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install weixin-reader-plus
功能描述
读取并提取微信公众号文章标题、公众号名称及正文内容,支持移动端访问和自动重定向,适用于mp.weixin.qq.com链接。
安全使用建议
This skill appears to do only what it says: fetch a WeChat article URL and parse title/account/content. Before installing, consider: (1) Verify you only invoke it with mp.weixin.qq.com links (the script doesn't itself block other hosts); (2) run in a sandboxed environment or restrict network access if you worry about server-side request risks (fetching arbitrary URLs could be abused to probe internal services); (3) install dependencies from trusted PyPI sources and review the small Python file yourself (it is short and readable); (4) expect failures for captcha/protected articles as noted in the instructions.
功能分析
Type: OpenClaw Skill
Name: weixin-reader-plus
Version: 1.0.0
The skill bundle is a legitimate tool designed to scrape and display content from WeChat Official Account articles. The Python script (weixin_reader.py) uses standard libraries like httpx and BeautifulSoup to fetch and parse HTML, and the SKILL.md instructions are consistent with this purpose without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description promise (read WeChat public articles) matches the included script and SKILL.md which fetch and parse mp.weixin.qq.com pages using httpx + BeautifulSoup.
Instruction Scope
Runtime instructions are focused on running the provided script with a WeChat article URL and installing two Python deps. Minor note: the script itself does not enforce that the URL is strictly under mp.weixin.qq.com (it relies on the trigger rules), so if invoked with arbitrary URLs it will attempt to fetch them.
Install Mechanism
No install spec included (instruction-only plus a small script). Dependencies are standard PyPI packages (httpx, beautifulsoup4) and are reasonable for the task.
Credentials
The skill requests no environment variables, credentials, or config paths. Network access to the provided URL is required and expected.
Persistence & Privilege
Skill is not always-enabled and does not request elevated/persistent privileges or modify other skills; autonomous invocation is allowed by default but is not combined with problematic access here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weixin-reader-plus - 安装完成后,直接呼叫该 Skill 的名称或使用
/weixin-reader-plus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of WeChat Official Account Article Reader.
- Added weixin_reader.py for fetching and extracting WeChat article content via mp.weixin.qq.com links.
- Supports CLI usage: specify the article URL to read and output title, official account, and article content.
- Handles mobile WeChat User-Agent and follows redirects for better compatibility.
- Outputs in a clear text format with article metadata and body.
- Documents dependencies (httpx, beautifulsoup4) and usage instructions in SKILL.md.
元数据
常见问题
微信公众号文章阅读器 是什么?
读取并提取微信公众号文章标题、公众号名称及正文内容,支持移动端访问和自动重定向,适用于mp.weixin.qq.com链接。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 550 次。
如何安装 微信公众号文章阅读器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-reader-plus」即可一键安装,无需额外配置。
微信公众号文章阅读器 是免费的吗?
是的,微信公众号文章阅读器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号文章阅读器 支持哪些平台?
微信公众号文章阅读器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号文章阅读器?
由 cnwarden(@cnwarden)开发并维护,当前版本 v1.0.0。
推荐 Skills