← 返回 Skills 市场
kongym1234

微信公众号内容总结

作者 kongym1234 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-summarize
功能描述
抓取微信公众号文章并转换为Markdown,提取正文内容后总结核心观点或直接输出完整文章。
安全使用建议
This skill appears to do what it says: fetch a public mp.weixin.qq.com article, convert it to Markdown, optionally download images, and let the agent summarize or output the article. Before installing/running: 1) Review or run the included wechat2md.py in a sandbox to confirm behavior; 2) be aware it performs network requests and writes files (and the SKILL.md instructs you to delete generated .md files afterwards); 3) the SKILL.md suggests pip installing html2text/beautifulsoup4 into /tmp, which will download code from PyPI—only proceed if you trust those packages or install them via your usual package manager; 4) the script will not bypass WeChat JS verification or paywalled content; 5) consider copyright and privacy implications of fetching and storing article content and images. If you need stronger isolation, run the script in a container or VM.
功能分析
Type: OpenClaw Skill Name: wechatsummarize Version: 1.0.0 The skill bundle is classified as suspicious due to shell injection vulnerabilities within the `SKILL.md` instructions. The instructions direct the AI agent to execute bash commands using unescaped placeholders for user-provided URLs and generated filenames (e.g., in `python3 wechat2md.py "<文章链接>"` and `rm -f ...`), which could be exploited to execute arbitrary commands if a malicious URL or article title is processed. While the `wechat2md.py` script itself appears to be a legitimate tool with basic filename sanitization, the integration pattern in the markdown documentation presents a significant security risk.
能力评估
Purpose & Capability
Name/description (fetch WeChat articles, convert to Markdown, summarize) align with the included script and SKILL.md. The script uses requests/BeautifulSoup/html2text to fetch and convert article HTML and can save images — all coherent with the described purpose.
Instruction Scope
SKILL.md confines actions to fetching the article, converting to Markdown, optionally downloading images, saving a .md file, then deleting it. It references specific workspace paths (/home/node/.openclaw/...) and uses PYTHONPATH=/tmp/pylibs; both are environment-specific but consistent with running the included script. There is no instruction to read unrelated system files, credentials, or to transmit data to unknown external endpoints. The required cleanup step (deleting generated .md) is emphasized; this is plausible but users should be aware it removes local files.
Install Mechanism
There is no formal install spec (instruction-only), which is low-risk. The SKILL.md suggests pip installing html2text and beautifulsoup4 into /tmp/pylibs if missing — this will write packages to disk and pulls from PyPI. The packages named are reasonable and proportionate for the task.
Credentials
The skill requests no environment variables, credentials, or config paths. The script uses only network access (HTTP GET) and local file write/read for output and optional image downloads — these are expected for the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request elevated/system-wide persistence. It writes output files in the workspace or a specified output directory and can create an images/ subdirectory when saving images. It does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-summarize
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-summarize 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the WeChat Official Account article reader skill. - Added wechat2md.py script for fetching and converting WeChat articles to Markdown format. - Removed previous plugin installation logic (scripts/start.mjs). - Standard workflow: fetch article by link, convert to markdown, summarize or output raw content, and auto-delete the output file unless requested. - Dependencies: html2text, beautifulsoup4, requests (auto-installed to /tmp/pylibs if missing). - Improved error handling and image support; clear user instructions for each step.
元数据
Slug wechat-summarize
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

微信公众号内容总结 是什么?

抓取微信公众号文章并转换为Markdown,提取正文内容后总结核心观点或直接输出完整文章。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 微信公众号内容总结?

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

微信公众号内容总结 是免费的吗?

是的,微信公众号内容总结 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

微信公众号内容总结 支持哪些平台?

微信公众号内容总结 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 微信公众号内容总结?

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

💬 留言讨论