← 返回 Skills 市场
shianaixuexi-cell

wechat-article-reader

作者 Silas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
506
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-reader-0
功能描述
读取微信公众号文章链接,提取关键信息并生成摘要
安全使用建议
This skill appears to do what it claims: it fetches mp.weixin.qq.com article pages, parses them, and returns summaries. It does not request credentials or unusual system access. Before installing, consider: (1) the skill needs outbound HTTP access to reach WeChat article pages (ensure your environment or policy allows this), (2) the fake-useragent dependency may make additional network calls to populate its UA database—if this is a concern you can pin a static User-Agent or pre-warm a cache, (3) the skill auto-triggers on matching URLs/keywords per skill.json, so posting WeChat links will cause it to run automatically; if you want to avoid automatic runs, remove or restrict triggers, and (4) audit and run the included tests in a sandboxed environment before enabling in production.
功能分析
Type: OpenClaw Skill Name: wechat-article-reader-0 Version: 1.0.0 The 'wechat-article-reader' skill is a legitimate tool designed to scrape and summarize WeChat Public Account articles. The code in main.py uses standard libraries (requests, BeautifulSoup) to extract metadata and content from mp.weixin.qq.com links, and the skill.json correctly declares the necessary network permissions without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (WeChat article reader) align with code and manifest. Dependencies (requests, BeautifulSoup, lxml, fake-useragent) are appropriate for fetching and parsing web pages. Triggers and network permissions correspond to the stated purpose.
Instruction Scope
SKILL.md instructs fetching mp.weixin.qq.com links, parsing HTML, and summarizing content. The runtime instructions do not request unrelated files, credentials, or system state. The README/skill.json mention platform integrations but the code itself does not attempt to post to external services beyond fetching the article.
Install Mechanism
No install spec is included (instruction-only installation), and the packaged requirements.txt references common PyPI packages. There are no downloads from unknown URLs or archive extraction instructions in the skill package.
Credentials
The skill requests no environment variables or credentials. It does require network access (network:read / network:http) which is reasonable. One caveat: the fake-useragent dependency may perform runtime network requests to fetch user-agent data on first use—this is a library behavior rather than credential access and could be mitigated by using a static UA string or a cached local database.
Persistence & Privilege
always:false (not force-included) and user-invocable:true. skill.json includes URL/keyword triggers, so the skill can auto-trigger when mp.weixin.qq.com links or keywords appear—this is consistent with the skill's purpose but you should be aware posting such links can cause automatic invocation and network fetches.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-reader-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-reader-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
WeChat Article Reader v1.0.0 – 初始版本,实现公众号文章关键信息提取与摘要。 - 新增支持自动识别微信公众号文章链接,抓取标题、作者、时间、公众号名等信息 - 提供基于正文内容的智能摘要和关键点归纳 - 支持通过链接、指令、或摘要请求多种用法 - 适配飞书平台推送 - 依赖 requests、beautifulsoup4、lxml、fake-useragent - 移除原有导出脚本,专注于信息读取与摘要生成
元数据
Slug wechat-article-reader-0
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

wechat-article-reader 是什么?

读取微信公众号文章链接,提取关键信息并生成摘要. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 506 次。

如何安装 wechat-article-reader?

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

wechat-article-reader 是免费的吗?

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

wechat-article-reader 支持哪些平台?

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

谁开发了 wechat-article-reader?

由 Silas(@shianaixuexi-cell)开发并维护,当前版本 v1.0.0。

💬 留言讨论