mp-weixin

v1.0.0

利用 Python 从微信公众号文章中提取元数据与正文内容。适用于用户需要解析微信文章链接(mp.weixin.qq.com)、提取文章信息(标题、作者、正文、发布时间、封面图),或将微信文章转换为结构化数据的情景。

0· 120·0 current·0 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 (extracting metadata/content from mp.weixin.qq.com) matches the included Python scripts and declared dependencies (requests, BeautifulSoup, lxml). Required binary is python3 which is appropriate.
Instruction Scope
SKILL.md and the scripts only instruct the agent to fetch the provided WeChat article URL, parse HTML, and return structured fields. There are no instructions to read unrelated files, environment variables, or send data to external endpoints other than the target article URLs or user-configured proxies.
Install Mechanism
There is no automated installer; SKILL.md recommends installing common pip packages (beautifulsoup4, requests, lxml) from PyPI or a mirror. All code is bundled with the skill (no remote downloads or extract steps).
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not reference secrets or unrelated env vars; network access is limited to requests made to URLs supplied by the user.
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify other skills or system-wide config; it only contains self-contained scripts.
Assessment
This skill appears to do exactly what it claims: fetch and parse WeChat public-article pages. Before running: (1) review the bundled Python files yourself (they are small and readable), (2) install pip packages from a trusted index, (3) avoid feeding it URLs you don't trust or content behind login/paywalls, and (4) respect WeChat's terms of service and rate-limit requests (the README already recommends sleep/proxy options). If you plan to run this on sensitive systems, execute it in a sandbox or isolated environment since it will make outbound HTTP requests to URLs you provide.

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

latestvk97d8y5qkj9gpymzzkrtp4dben8352cv

License

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

Runtime requirements

📰 Clawdis
Binspython3

Comments