Wechat Articles
v1.0.0搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
⭐ 0· 82·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 & read WeChat articles) matches the included code and dependencies: search_articles delegates to miku_ai.spider, and read_article supports requests+BeautifulSoup (simple) and Playwright (stable). Required packages (beautifulsoup4, requests, playwright, miku-ai) and chromium are coherent with web scraping and headless-browser reading.
Instruction Scope
SKILL.md and the scripts instruct the agent to fetch mp.weixin.qq.com pages and to run local Python scripts. The code performs HTTP requests and runs a browser to load pages (which executes page JavaScript). The skill does not request unrelated files, environment variables, or external endpoints beyond normal web requests, but search relies on the third‑party miku-ai library (network behavior of that package is not shown here). Also, Playwright loading arbitrary URLs means the runtime will execute remote page content in a browser context — expected for this purpose but worth noting.
Install Mechanism
There is no automated install spec in the registry, but SKILL.md recommends pip installing packages and running 'playwright install chromium --with-deps'. Playwright will download and extract Chromium and platform libraries (non-trivial, network download). The pip packages (notably 'miku-ai') are third‑party and should be verified before installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. The absence of secret requests is proportionate to its stated functionality.
Persistence & Privilege
The skill does not request always:true or other elevated persistence, and does not modify other skills or system-wide configurations. It runs as an on-demand tool invoked when triggered.
Assessment
This skill appears to do what it says: search and scrape WeChat (mp.weixin.qq.com) articles. Before installing or running it, consider the following:
- Playwright: the recommended installation downloads Chromium and native dependencies; expect a large download and elevated system libs. Run this in a controlled environment if you’re cautious.
- Third‑party packages: the search uses miku-ai.spider (package 'miku-ai'); review that package’s source or network behavior if you need guarantees about where search queries are sent.
- Network activity: the skill performs web requests and renders pages in a browser (which executes page JS). Do not feed it URLs that contain sensitive auth tokens or point to untrusted sites.
- Rate limiting & legality: scraping can trigger anti-bot protections or violate site terms — respect rate limits and robots.txt where applicable.
If you are comfortable with those tradeoffs, the skill is internally consistent with its purpose. If you need stricter guarantees, review the miku-ai dependency and consider running the code inside a sandbox or VM.Like a lobster shell, security has layers — review code before you run it.
latestvk97dmh27nec2x4ffb17y5jjwy983ptn2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📄 Clawdis
