← 返回 Skills 市场
juneliu1999

WeChat Article Summarize

作者 JuneLiu · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
211
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-article-summarize
功能描述
Read one or more WeChat public account article links from mp.weixin.qq.com, extract cleaned full text and optional image links, summarize each article in Chi...
安全使用建议
This skill appears coherent and does what it says: it fetches pages from mp.weixin.qq.com, cleans text, calls a local/external 'summarize' CLI to produce Chinese summaries, and writes markdown to a directory you choose. Before installing or running: 1) Confirm you trust the 'summarize' CLI referenced by the scripts (inspect that binary or package — it will receive your article text and any env vars you provide). 2) Do not pass an env-file containing unrelated secrets (AWS keys, tokens) — the skill will load any variables in the provided env-file into the subprocess environment. 3) Expect the skill to make outbound HTTP requests to the WeChat article URLs (it sets a browser-like User-Agent); it extracts image URLs but does not download image files by default. 4) Run the workflow in a directory you control and review the generated files before sharing. If you want extra assurance, run the scripts locally on a test article and inspect the called subprocess (summarize) behavior and environment variables it receives.
功能分析
Type: OpenClaw Skill Name: wechat-article-summarize Version: 0.1.1 The skill bundle is designed to fetch, clean, and summarize WeChat articles into structured Markdown files. It uses standard Python libraries to extract metadata and content from mp.weixin.qq.com, handles WeChat-specific encoding issues in scripts/fix_wechat_body.py, and orchestrates a multi-step workflow via scripts/run_wechat_mindmap_workflow.py. While it utilizes subprocess.run to call a local 'summarize' utility and allows loading environment variables for API keys, these actions are well-aligned with its stated purpose and lack any indicators of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description match the included scripts: reading mp.weixin.qq.com pages, extracting body/title/images, cleaning text, invoking a 'summarize' CLI to produce Chinese summaries, and writing markdown. Required capabilities (HTTP fetch, file I/O, calling an external summarizer) are consistent with the stated purpose.
Instruction Scope
SKILL.md instructions and the orchestrator script (run_wechat_mindmap_workflow.py) limit actions to fetching specified WeChat URLs, repairing HTML, invoking the summarizer, normalizing text, and writing files to a user-chosen directory. The code does not read unrelated system paths or attempt to exfiltrate data to hidden endpoints; it only extracts image URLs (but does not download them).
Install Mechanism
There is no install spec; the skill is instruction+script based and relies on local Python and an external 'summarize' CLI. No network download/install of arbitrary code is embedded in the skill files.
Credentials
The skill declares no required env vars. It supports passing an --env-file to load environment variables into the process (summarize_cn.py implements load_env_file). This is reasonable to supply an API key for the external summarizer, but users should avoid passing env files containing unrelated/privileged secrets because the workflow will import those values into child processes.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It writes output files only to user-specified or local working directories.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-summarize
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-summarize 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
优化公开展示内容:更新 SKILL.md 与 README,移除示例性文字,完善发布版本。
v0.1.0
初始版本:支持读取微信公众号文章、修复正文乱码、中文总结、生成单篇整理与多篇日报 markdown。
元数据
Slug wechat-article-summarize
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

WeChat Article Summarize 是什么?

Read one or more WeChat public account article links from mp.weixin.qq.com, extract cleaned full text and optional image links, summarize each article in Chi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。

如何安装 WeChat Article Summarize?

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

WeChat Article Summarize 是免费的吗?

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

WeChat Article Summarize 支持哪些平台?

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

谁开发了 WeChat Article Summarize?

由 JuneLiu(@juneliu1999)开发并维护,当前版本 v0.1.1。

💬 留言讨论