微信公众号文章阅读器

v1.0.0

读取并提取微信公众号文章标题、公众号名称及正文内容,支持移动端访问和自动重定向,适用于mp.weixin.qq.com链接。

1· 393·2 current·2 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 promise (read WeChat public articles) matches the included script and SKILL.md which fetch and parse mp.weixin.qq.com pages using httpx + BeautifulSoup.
Instruction Scope
Runtime instructions are focused on running the provided script with a WeChat article URL and installing two Python deps. Minor note: the script itself does not enforce that the URL is strictly under mp.weixin.qq.com (it relies on the trigger rules), so if invoked with arbitrary URLs it will attempt to fetch them.
Install Mechanism
No install spec included (instruction-only plus a small script). Dependencies are standard PyPI packages (httpx, beautifulsoup4) and are reasonable for the task.
Credentials
The skill requests no environment variables, credentials, or config paths. Network access to the provided URL is required and expected.
Persistence & Privilege
Skill is not always-enabled and does not request elevated/persistent privileges or modify other skills; autonomous invocation is allowed by default but is not combined with problematic access here.
Assessment
This skill appears to do only what it says: fetch a WeChat article URL and parse title/account/content. Before installing, consider: (1) Verify you only invoke it with mp.weixin.qq.com links (the script doesn't itself block other hosts); (2) run in a sandboxed environment or restrict network access if you worry about server-side request risks (fetching arbitrary URLs could be abused to probe internal services); (3) install dependencies from trusted PyPI sources and review the small Python file yourself (it is short and readable); (4) expect failures for captcha/protected articles as noted in the instructions.

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

latestvk979cvrxfs2dxfgj6e9ggj010x8326e6

License

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

Comments