← Back to Skills Marketplace
141
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install wechat-article-exporter
Description
微信公众号推文长截图导出工具。支持多种链接格式,自动处理懒加载图片、视频占位符、底部工具栏遮挡等问题。触发词:微信文章导出、公众号截图、推文保存、mp.weixin.qq.com。
Usage Guidance
This skill appears to do what it claims (capture long screenshots of WeChat articles). Before installing/using it: 1) ensure your runtime has Python, the playwright package, and a Chromium browser available — the skill does not declare these dependencies; otherwise the script will fail. 2) Be aware the script disables sandboxing and applies many anti-detection tweaks (common for scrapers) — run it in an isolated or trusted environment and consider legal/ToS implications of scraping target sites. 3) The provided file was truncated in the package listing; review the rest of the script for any network callbacks, uploads, or hard-coded remote endpoints before trusting it fully. 4) If you need stronger assurance, ask the author for a requirements.txt or install spec and a full code audit to confirm there are no hidden exfiltration paths.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-article-exporter
Version: 3.3.0
The skill is a legitimate tool for exporting WeChat articles as long screenshots and PDFs. The Python script `scripts/wechat_screenshot.py` uses Playwright with standard anti-bot detection techniques (e.g., overriding navigator.webdriver) to ensure images load correctly, but it does not exhibit any signs of data exfiltration, malicious execution, or unauthorized access.
Capability Assessment
Purpose & Capability
Name/description (WeChat article long-screenshot exporter) aligns with the included script and SKILL.md; the script uses Playwright to load mp.weixin.qq.com, scroll, hide UI elements and take segmented screenshots — behavior you would expect from this tool.
Instruction Scope
SKILL.md instructs running the included python script on a mp.weixin.qq.com URL and writing output to /workspace/output. The runtime instructions and script are scoped to loading and processing the article page. Note: the script performs network requests to the target site and writes files to disk (output directory), which is expected but worth noting.
Install Mechanism
This is an instruction-only skill with no install spec. The Python script relies on Playwright (and a browser engine) but the skill does not declare that dependency or require binaries. That will lead to runtime failure unless the environment already has Python, the playwright package, and a Chromium browser installed. Lack of declared dependencies is an operational/incoherence issue.
Credentials
The skill requests no environment variables, credentials, or config paths. The script does not read secrets or unrelated system configs in the provided portion — the requested privileges are proportional to the stated task (network access to the target site and filesystem write access for screenshots).
Persistence & Privilege
Flags indicate no always:true or other elevated persistence. The skill is user-invocable and can be invoked autonomously (default), which is standard for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-article-exporter - After installation, invoke the skill by name or use
/wechat-article-exporter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.3.0
- Improved wechat_screenshot.py script for enhanced article screenshot export.
- Internal code changes for better export reliability and handling.
v3.2.0
- Improved screenshot export logic in scripts/wechat_screenshot.py.
- Enhanced handling for generating long screenshots of WeChat articles.
v3.1.0
- Added new skill version 3.1.0 with improved long screenshot export for WeChat public articles.
- Supports multiple link formats and handles lazy-loaded images, video placeholders, and toolbar overlays automatically.
- New trigger phrases include 微信文章导出, 公众号截图, 推文保存, and mp.weixin.qq.com links.
- Keeps original article layout in exported screenshots.
Metadata
Frequently Asked Questions
What is WeChat Article Exporter?
微信公众号推文长截图导出工具。支持多种链接格式,自动处理懒加载图片、视频占位符、底部工具栏遮挡等问题。触发词:微信文章导出、公众号截图、推文保存、mp.weixin.qq.com。 It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install WeChat Article Exporter?
Run "/install wechat-article-exporter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeChat Article Exporter free?
Yes, WeChat Article Exporter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeChat Article Exporter support?
WeChat Article Exporter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeChat Article Exporter?
It is built and maintained by benzking (@benzking); the current version is v3.3.0.
More Skills