微信公众号文章导出

v1.0.0

将微信公众号文章导出为 Markdown 格式。当用户提供微信公众号链接 (mp.weixin.qq.com) 或要求下载/导出/保存微信文章时触发。默认保存到工作空间的 source 目录。

1· 851·13 current·14 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included Python script and README. Required Python packages (requests, BeautifulSoup, lxml, markdownify) and filesystem writes are appropriate for scraping and saving articles. Minor inconsistency: SKILL.md and README reference different installation/skill locations (e.g., ~/.npm-global/lib/node_modules/... vs ~/.openclaw/workspace/...), which is an operational/documentation mismatch but not a security issue.
Instruction Scope
Runtime instructions limit activity to fetching the provided mp.weixin.qq.com URL, parsing HTML, converting to Markdown, and writing a file to a workspace directory. The skill does not instruct reading unrelated system files, environment secrets, or transmitting data to external endpoints other than the target webpage. It will create and write files under the user's workspace/home paths.
Install Mechanism
No automated install spec; the README/SKILL.md recommend installing Python dependencies via pip or requirements.txt. There are no downloads from untrusted URLs or archives; dependencies are standard PyPI packages. (Small note: export.py's ImportError message mentions 'pylxml' which is a typo/inaccuracy; actual dependency is lxml as listed in requirements.txt.)
Credentials
The skill requests no environment variables or credentials and the code does not read secrets. All environment/config access is limited to determining/creating an output directory under the user's home/workspace.
Persistence & Privilege
always is false and the skill is user-invocable. The skill writes exported Markdown files into the user's workspace but does not modify other skills, global agent configuration, or request persistent elevated privileges.
Assessment
This skill appears to do what it says: fetch a WeChat public-article URL and save a Markdown file locally. Before installing or running it: 1) Inspect the export.py (provided) — it is small and readable; 2) Note it will create/write files under home directories like ~/.openclaw/... or ~/workspace; confirm you’re comfortable with that path; 3) Install dependencies from requirements.txt and run the script manually once to verify behavior; 4) Be aware it cannot access paywalled/login-required articles and may fail due to anti-scraping; 5) Fix or be mindful of minor docs inconsistencies (installation paths and a small typo in the import-error message) but these are operational issues, not red flags. If you need higher assurance, run the script in a sandboxed environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk9767qtm15x9a6fyxy4x4j7nm582cjtz

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments