Wechat Articles
v1.0.0搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
⭐ 0· 117·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (search and read mp.weixin.qq.com articles) match the included scripts and declared Python packages (requests, beautifulsoup4, playwright, miku-ai). The miku-ai dependency is used for search and the other modules implement article retrieval as described.
Instruction Scope
Runtime instructions and scripts operate within the expected scope: searching (via miku_ai.spider.get_wexin_article) and fetching/parsing article pages either with requests+BeautifulSoup or Playwright. One operational note: the scripts fetch arbitrary URLs provided by the user (and will load them in a browser when using Playwright), which is expected for this skill but creates the usual risk that a requested URL could point to internal services (SSRF) or malicious content. The SKILL.md does not instruct reading unrelated local files or environment secrets.
Install Mechanism
There is no packaged installer in the manifest; SKILL.md recommends pip installing public packages and running Playwright's install (which downloads Chromium and system dependencies). These are standard for this functionality and don't use untrusted download URLs or archive extraction from unknown hosts.
Credentials
The skill declares no required environment variables, secrets, or config paths. It depends on third-party Python packages but does not request credentials beyond normal network access, which is proportionate to its purpose.
Persistence & Privilege
The skill is not always-loaded and does not declare elevated privileges or attempt to modify other skills or global configurations. It behaves as a normal, on-demand skill.
Assessment
This skill appears to do what it says: search and scrape WeChat public articles. Before installing, consider: (1) Playwright will download Chromium and system libs (playwright install) and requires more disk/network resources—install only if you need the Playwright mode. (2) The dependency miku-ai performs the search; it is a third‑party package that will make network requests—review its reputation/source if you have concerns. (3) The scripts will fetch any URL you (or the agent) provide and can load it in a real browser—avoid passing internal or sensitive URLs to prevent SSRF or exposure of internal resources. (4) Run the skill in an isolated environment or with restricted network access if you want to limit blast radius. If you need further assurance, request the maintainers' provenance or a minimal version that excludes Playwright or third-party search helpers.Like a lobster shell, security has layers — review code before you run it.
latestvk9704zehj5b30h7kn2g4phg1w183bhe4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📄 Clawdis
