← 返回 Skills 市场
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-to-markdown-v2
功能描述
This skill converts WeChat Official Account (微信公众号) article pages into high-quality, clean Markdown format. It should be used when the user provides a WeChat...
安全使用建议
This skill appears to do what it says: fetch a WeChat article, clean it, convert it to Markdown, and optionally download images. Before running: 1) Be sure to install Playwright and run 'playwright install chromium' (SKILL.md omits this) or run with a mode that uses requests only; otherwise the script will fall back or error. 2) Expect network activity to the article host and image CDNs (e.g., mp.weixin.qq.com and mmbiz.qpic.cn) and disk writes for output and images — run inside an isolated environment if you want to limit exposure. 3) If you are concerned about persistent browser state, inspect/override the Playwright user_data_dir usage to avoid creating persistent profiles. 4) If you want higher assurance, review the remainder of the script (full file is large) or run it in a sandbox/VM. There are no red flags for credential exfiltration or unknown external endpoints in the provided files.
功能分析
Type: OpenClaw Skill
Name: wechat-article-to-markdown-v2
Version: 1.1.0
The skill bundle is a legitimate utility for converting WeChat Official Account articles into Markdown format. The core logic in `scripts/wechat_to_md.py` uses Playwright and BeautifulSoup to fetch article content, perform deep noise removal (ads, QR codes, etc.), and download images to a local directory. The script includes robust handling for WeChat's specific DOM structure and lazy-loading mechanisms. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code and instructions in `SKILL.md` are well-aligned with the stated purpose of article archiving.
能力评估
Purpose & Capability
The skill's name/description match the included Python script and reference docs: it fetches mp.weixin.qq.com pages, strips WeChat-specific noise, detects code blocks and images, and outputs Markdown. The code's network activity (page fetch + image downloads from CDN domains like mmbiz.qpic.cn) is consistent with the stated purpose.
Instruction Scope
SKILL.md describes running the included script and using convert_simple() programmatically; instructions do not ask the agent to read unrelated system files or solicit unrelated secrets. Note: SKILL.md's Step 1 omits installing Playwright and the necessary 'playwright install chromium' step even though the script's primary fetcher uses Playwright, which will cause runtime errors or surprising fallbacks to requests if Playwright is not present.
Install Mechanism
This is an instruction-only skill (no packaged installer). The code file uses standard Python libraries and Playwright; no external arbitrary downloads from unknown hosts are embedded in the skill. Because Playwright/Chromium may need to be installed manually, running the script can cause a Chromium download via Playwright tooling (this is expected for JS-rendered fetches).
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read secrets; network access is limited to fetching the article URL and its assets (images). No unrelated service tokens or config paths are requested.
Persistence & Privilege
always is false and the skill does not declare autonomous system-wide persistence. One implementation detail: Playwright is launched with launch_persistent_context(user_data_dir='') — using a persistent context may create a browser profile directory (depending on Playwright behavior) and could persist cookies/local storage between runs; this is plausible for convenience but worth noting.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-article-to-markdown-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-article-to-markdown-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix temp link support: mobile Chromium viewport + iPhone UA, lazy image loading
元数据
常见问题
Wechat Article To Markdown 是什么?
This skill converts WeChat Official Account (微信公众号) article pages into high-quality, clean Markdown format. It should be used when the user provides a WeChat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Wechat Article To Markdown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-to-markdown-v2」即可一键安装,无需额外配置。
Wechat Article To Markdown 是免费的吗?
是的,Wechat Article To Markdown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Article To Markdown 支持哪些平台?
Wechat Article To Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Article To Markdown?
由 benzking(@benzking)开发并维护,当前版本 v1.1.0。
推荐 Skills