Wechat Article To Markdown
PassAudited by ClawScan on Apr 11, 2026.
Overview
The package is internally coherent for converting WeChat articles to Markdown (it fetches pages, cleans WeChat-specific noise, converts HTML→MD and optionally downloads images); no unrelated credentials or exotic network endpoints are requested, though there are minor documentation/instruction inconsistencies you should be aware of.
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.
