← Back to Skills Marketplace
wechat_articles 公众号文章收集器
by
johan-oilman
· GitHub ↗
· v1.0.1
610
Downloads
0
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install wechat-articles
Description
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-articles
Version: 1.0.1
The skill bundle provides legitimate tools for searching and reading WeChat Official Account articles using standard scraping techniques. It implements two modes: a lightweight 'simple' mode using `requests` and `BeautifulSoup`, and a 'playwright' mode for more robust browser-based extraction. The code in `wechat_articles.py` and `wechat_articles_playwright.py` is well-structured, lacks obfuscation, and focuses solely on the stated purpose of content extraction without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-articles - After installation, invoke the skill by name or use
/wechat-articles - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 更新 author 字段至“油太人 / @johan-oilman”
- 更新 homepage 与 Github 链接指向新的仓库 (johan-oilman/wechat-articles)
- 其余功能、接口及用法描述保持不变
v1.0.0
- Initial release of wechat-articles v1.0.0.
- Enables searching and reading full WeChat public account articles by keyword or URL.
- Supports both "simple" (fast) and "playwright" (stable) reading modes, with "auto" mode for automatic switching.
- Provides Python API and command-line tools for searching and extracting article content.
- Includes installation instructions for required dependencies and usage examples.
Metadata
Frequently Asked Questions
What is wechat_articles 公众号文章收集器?
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众... It is an AI Agent Skill for Claude Code / OpenClaw, with 610 downloads so far.
How do I install wechat_articles 公众号文章收集器?
Run "/install wechat-articles" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat_articles 公众号文章收集器 free?
Yes, wechat_articles 公众号文章收集器 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does wechat_articles 公众号文章收集器 support?
wechat_articles 公众号文章收集器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat_articles 公众号文章收集器?
It is built and maintained by johan-oilman (@johan-oilman); the current version is v1.0.1.
More Skills