wechat_articles 公众号文章收集器
v1.0.1搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
⭐ 0· 432·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (search and read WeChat public-accounts articles) matches the code and declared packages: search uses miku_ai.spider.get_wexin_article, reading uses requests+BeautifulSoup for a lightweight mode and Playwright+Chromium for a robust mode. No unrelated services, credentials, or system components are requested.
Instruction Scope
SKILL.md and scripts restrict operations to searching WeChat and fetching/HTML-parsing article pages or launching a browser to render them. The Playwright mode will download/launch Chromium and may save screenshots if requested. The only external behavior beyond site scraping is via the miku-ai package (miku_ai.spider.get_wexin_article) — which is expected for search but is an external dependency that may perform network calls on your behalf; review that package if you need assurance about where search requests go.
Install Mechanism
There is no exotic installer: SKILL.md suggests pip installing well-known packages and running Playwright's official 'playwright install chromium --with-deps' to provision browser binaries and system libs. No downloads from untrusted URLs or custom extract steps are present.
Credentials
The skill declares no required environment variables, and the code does not read secrets or unrelated config paths. No credentials are requested that would be disproportionate to searching/reading web articles.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no special system persistence. Autonomous invocation is allowed (platform default) but not combined with other high-risk factors here.
Assessment
This skill appears coherent for searching and extracting WeChat public-article content. Before installing: (1) review the miku-ai package (miku_ai.spider) source or its network behavior if you need to know where search queries are sent; (2) be aware Playwright will download Chromium and install system libraries (--with-deps) which may take time and require permissions; (3) avoid high-frequency automated scraping to prevent IP rate-limits or ToS issues; and (4) if you handle copyrighted or sensitive content, ensure you have rights to fetch and store it.Like a lobster shell, security has layers — review code before you run it.
latestvk970ttjy8pt6498pvgf5hcvsd182bbnd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📄 Clawdis
