← 返回 Skills 市场
mick2458pan

wechat-mick

作者 mick2458pan · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
281
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-mick
功能描述
总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容...
安全使用建议
This skill appears coherent and implements its stated purpose. Before installing, note: - The skill will run a bundled Python script as a fallback which issues an HTTP GET to the URL you provide; ensure you only ask it to fetch links you trust. The script does not validate hostnames and could fetch any reachable endpoint if given a different URL. - The environment running the skill must have Python and the 'requests' library available, otherwise the script fallback will fail. - No credentials or secrets are requested by the skill. If you need to be extra cautious, review the included fetch_article.py file yourself; it contains straightforward HTML extraction logic and no obfuscated or remote-control behavior.
功能分析
Type: OpenClaw Skill Name: wechat-mick Version: 1.0.1 The skill contains a potential shell injection vulnerability in SKILL.md, where the agent is instructed to execute a local Python script (scripts/fetch_article.py) by passing a user-provided URL directly into a shell command within double quotes. While the Python script itself is a standard web scraper and shows no signs of malicious intent or data exfiltration, the lack of input sanitization in the execution instructions could allow a crafted URL to execute arbitrary commands on the host system.
能力评估
Purpose & Capability
The name/description target mp.weixin.qq.com articles and both SKILL.md and scripts/fetch_article.py implement logic to fetch title/author/content from WeChat article pages — the requested behavior is appropriate for the stated purpose.
Instruction Scope
SKILL.md restricts use to WeChat article links and prefers WebFetch, with a fallback to running the included Python script. The fallback script issues an HTTP GET to the provided URL and prints extracted text. Note: the script will fetch whatever URL it is given (it does not validate hostnames), so if invoked with non-wechat URLs it will make outbound requests to those addresses.
Install Mechanism
No install spec — instruction-only with a small included Python script. No downloads from external installers or archives. The script depends on the 'requests' Python package, but nothing is installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. Its runtime behavior (HTTP GET of the user-provided link) is proportionate to summarizing an article.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges or modify other skills. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-mick
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-mick 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Initial release of the "wechat-summary" skill. - Summarizes WeChat official account articles from mp.weixin.qq.com links. - Prioritizes using WebFetch to extract full article content; automatically switches to Python script if needed. - Generates concise Chinese summaries tailored to article length and key elements. - Handles errors gracefully with clear user guidance if content cannot be extracted. - Optimized for quickly understanding the main points, data, and suggestions of public account articles.
元数据
Slug wechat-mick
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wechat-mick 是什么?

总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。

如何安装 wechat-mick?

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

wechat-mick 是免费的吗?

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

wechat-mick 支持哪些平台?

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

谁开发了 wechat-mick?

由 mick2458pan(@mick2458pan)开发并维护,当前版本 v1.0.1。

💬 留言讨论