← 返回 Skills 市场
benzking

Wechat Article Export

作者 benzking · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
184
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wechat-article-export
功能描述
Export WeChat public account articles as mobile long screenshots (PNG), PDFs, or high-quality Markdown with YAML frontmatter and code block support.
安全使用建议
This skill appears coherent for exporting WeChat articles and does not ask for credentials. Before installing/run: (1) review the full wechat_export.py file (the public listing here was truncated) to ensure there are no hidden network uploads or telemetry; (2) be aware that 'playwright install chromium' will download a browser binary — run it in a trusted/sandboxed environment if you have concerns; (3) if you plan to run the skill under an agent with autonomous invocation, consider limiting the agent's filesystem scope or running it manually the first time to verify outputs; and (4) if you need higher assurance, request the complete source or run the script in an isolated container to inspect network activity and filesystem writes.
功能分析
Type: OpenClaw Skill Name: wechat-article-export Version: 1.1.0 The skill is a legitimate utility for exporting WeChat articles from mp.weixin.qq.com into PNG, PDF, and Markdown formats. It utilizes Playwright for headless browser interaction and Pillow for image processing and stitching. The implementation in `wechat_export.py` includes proper URL validation, filename sanitization to prevent path traversal, and standard anti-scraping techniques (User-Agent spoofing and automation detection bypass). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in the code or documentation.
能力评估
Purpose & Capability
Name/description (WeChat article export) align with the included code and instructions: Playwright is used to render mp.weixin.qq.com pages, capture long screenshots, convert to PDF, and produce Markdown. Required packages listed in SKILL.md (playwright, bs4, markdownify, requests, Pillow) match the implementation needs.
Instruction Scope
SKILL.md confines the agent to running the Python script (no arbitrary shell commands) and shows CLI and Python APIs for exporting articles. The script performs network navigation (page.goto), downloads images, and writes output files — all expected for this task. However the provided script was truncated in the listing, so later code paths (e.g., any network callbacks, telemetry, or external uploads) were not visible; this reduces certainty.
Install Mechanism
No platform install spec is included (instruction-only), but SKILL.md instructs installing Playwright and running 'playwright install chromium', which will download a browser binary from the internet; this is expected for a browser-automation exporter but is an external download step users should be aware of.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The operations (web scraping of public mp.weixin.qq.com pages and local file writes) do not require secrets, so the lack of requested credentials is proportionate.
Persistence & Privilege
always is false and the skill does not request to modify other skills or system-wide settings. It runs as an on-demand script and stores output files in the filesystem as expected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-export
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-export 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix temp link support and banner removal
v1.0.1
- Updated usage notes in SKILL.md to clarify that only Python scripts (Read, Write) are allowed; shell command execution is not supported. - Small correction of the author’s display format. - No changes to the core functionality or features.
v1.0.0
Initial release of wechat-article-export. - Export WeChat articles as long screenshot (PNG), PDF, or Markdown—individually or in combination. - CLI and Python API usage supported. - Long screenshots: mobile view, automatic image loading, hidden toolbars/elements, seamless stitching. - PDF: converted from screenshots, with automatic white background and 100 DPI resolution. - Markdown: high-quality output with YAML frontmatter, noise removal, syntax-highlighted code blocks, and flexible image handling. - Supports trigger phrases and direct mp.weixin.qq.com links.
元数据
Slug wechat-article-export
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Wechat Article Export 是什么?

Export WeChat public account articles as mobile long screenshots (PNG), PDFs, or high-quality Markdown with YAML frontmatter and code block support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。

如何安装 Wechat Article Export?

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

Wechat Article Export 是免费的吗?

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

Wechat Article Export 支持哪些平台?

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

谁开发了 Wechat Article Export?

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

💬 留言讨论