Wechat Article Export
v1.1.0Export WeChat public account articles as mobile long screenshots (PNG), PDFs, or high-quality Markdown with YAML frontmatter and code block support.
⭐ 0· 112·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
exportvk97cr5f0wdfrrynatvebth0j3n84j5qrlatestvk97cp7mh03tfbjzad087je40mn84nt7rmarkdownvk97cr5f0wdfrrynatvebth0j3n84j5qrpdfvk97cr5f0wdfrrynatvebth0j3n84j5qrscreenshotvk97cr5f0wdfrrynatvebth0j3n84j5qrwechatvk97cr5f0wdfrrynatvebth0j3n84j5qr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
