← 返回 Skills 市场
wechat-summary2
作者
mick2458pan
· GitHub ↗
· v1.0.1
· MIT-0
320
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-summary2
功能描述
总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容...
安全使用建议
This skill appears to do what it claims: it fetches the provided WeChat article URL (via WebFetch or a bundled Python scraper) and summarizes the extracted text. Before installing, note: (1) the bundled script will be executed locally to fetch the article — review the script if you want to confirm behavior; (2) it makes HTTP requests only to the user-supplied URL (no hidden remote endpoints), but it will not access private/authenticated content that requires a login; (3) scraping may trigger anti-bot pages (the skill detects this and reports it rather than bypassing it); (4) if you are concerned about sending sensitive links to external network, avoid using the skill for private content. Overall the skill is internally consistent and proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: wechat-summary2
Version: 1.0.1
The skill is designed to fetch and summarize WeChat articles, using a Python script (scripts/fetch_article.py) as a fallback when standard web fetching fails. While the script logic is benign, the instructions in SKILL.md direct the agent to execute the script via a shell command with a user-provided URL wrapped in double quotes, which is vulnerable to command injection if the URL contains shell metacharacters. No evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
Name/description (WeChat public account article summarizer) match the included Python scraper and SKILL.md workflow. The bundled script fetches and extracts title/author/content from mp.weixin.qq.com pages, which is coherent with the stated purpose.
Instruction Scope
Runtime instructions are constrained: use WebFetch to retrieve the user-provided URL, and fall back to the bundled Python script if WebFetch hits anti-bot verification. The instructions do not reference unrelated files, credentials, or external endpoints beyond the target article URL.
Install Mechanism
No install spec — instruction-only plus a small local script. Nothing is downloaded from external URLs or installed at runtime, which reduces supply-chain risk.
Credentials
No environment variables, credentials, or config paths are requested. The script only issues HTTP GET requests to the user-provided article URL and parses the HTML — proportional to the task.
Persistence & Privilege
Skill is not marked always:true and does not request persistent elevated privileges or modify other skills. It runs only when invoked as described.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-summary2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-summary2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
微信公众文章总结技能 v1.0.0 发布
- 支持用户输入微信公众号文章链接自动提取并总结核心内容
- 按文章长度灵活调整总结方式:短文精简句、中长文段落、长文要点列表
- 标明关键数据、核心观点、结论、时效信息和建议
- WebFetch 获取内容失败时自动切换 Python 脚本采集
- 错误处理完善,获取失败时给予用户友好提示
- 中文纯文本输出,简洁客观
元数据
常见问题
wechat-summary2 是什么?
总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 320 次。
如何安装 wechat-summary2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-summary2」即可一键安装,无需额外配置。
wechat-summary2 是免费的吗?
是的,wechat-summary2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wechat-summary2 支持哪些平台?
wechat-summary2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat-summary2?
由 mick2458pan(@mick2458pan)开发并维护,当前版本 v1.0.1。
推荐 Skills