← 返回 Skills 市场
benzking

WeChat Article to Markdown

作者 benzking · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-to-markdown-converter
功能描述
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 claims: convert WeChat articles to Markdown and optionally download images. Before installing or running it, consider: (1) It may require installing Playwright and downloading Chromium (a sizable binary) if you want JS-rendered pages; (2) The script will fetch whatever URL you give it and download images from WeChat's CDN — ensure you trust the input URLs and are comfortable with network activity; (3) The tool runs arbitrary Python code on your machine. If you have security concerns, run it in an isolated environment (container or VM) and inspect the full script. No credentials are requested and no suspicious external endpoints were found.
功能分析
Type: OpenClaw Skill Name: wechat-to-markdown-converter Version: 1.0.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 BeautifulSoup and Playwright to scrape content, featuring robust noise removal, code block detection, and image downloading capabilities. The script includes security-conscious practices such as filename sanitization to prevent path traversal and lacks any indicators of data exfiltration, unauthorized network calls, or malicious execution (e.g., no use of eval/exec or suspicious environment variable access). The instructions in `SKILL.md` are strictly aligned with the tool's stated purpose.
能力评估
Purpose & Capability
The name and description (WeChat article → Markdown) align with the included Python script and reference docs. The script implements DOM-specific cleaning, metadata extraction, code-block handling, and image downloading — all coherent with the stated goal.
Instruction Scope
SKILL.md instructs fetching a WeChat URL or supplying pre-fetched HTML, running the provided script, and optionally using convert_simple() programmatically. The runtime steps reference only article content, images, and generated .md files; there are no instructions to read unrelated system files, environment secrets, or to transmit data to unexpected endpoints.
Install Mechanism
No formal install spec in registry (instruction-only), but SKILL.md and the script require installing Python dependencies (beautifulsoup4, markdownify, requests) and optionally Playwright plus a Chromium download (playwright install chromium). This is expected for a headless-browser-based scraper but implies a large browser binary will be downloaded when using Playwright.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script performs network requests to the provided WeChat URLs and their image CDN (mmbiz.qpic.cn) — appropriate for its purpose and proportionate to its functionality.
Persistence & Privilege
The skill does not request always-on presence and has default invocation behavior. It does not attempt to modify other skills or global agent configuration based on the provided files and instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-to-markdown-converter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-to-markdown-converter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
WeChat Article to Markdown skill – Initial Release - Converts WeChat Official Account articles (mp.weixin.qq.com) to high-quality, clean Markdown. - Deep noise removal targets 30+ WeChat-specific elements (ads, comments, QR codes, etc.). - Smart code block detection supports 25+ programming languages and various WeChat formats. - Preserves rich text (bold, lists, blockquotes, tables, headings) and formats paragraphs intelligently. - Extracts full article metadata into YAML frontmatter. - Downloads and manages all article images with error handling and fallback. - Includes both CLI and Python API usage for single or batch conversions.
元数据
Slug wechat-to-markdown-converter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 135 次。

如何安装 WeChat Article to Markdown?

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

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.0.0。

💬 留言讨论