WeChat Article to Markdown
PassAudited by ClawScan on Apr 10, 2026.
Overview
The skill's code, instructions, and requirements match its stated purpose (converting mp.weixin.qq.com articles to Markdown); it requests no secrets and has no surprising external endpoints, though it requires installing Playwright/Chromium and will fetch remote article pages and images.
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.
