← 返回 Skills 市场
wechat_articles 公众号文章收集器
作者
johan-oilman
· GitHub ↗
· v1.0.1
610
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-articles
功能描述
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-articles - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-articles触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
wechat_articles 公众号文章收集器 是什么?
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 610 次。
如何安装 wechat_articles 公众号文章收集器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-articles」即可一键安装,无需额外配置。
wechat_articles 公众号文章收集器 是免费的吗?
是的,wechat_articles 公众号文章收集器 完全免费(开源免费),可自由下载、安装和使用。
wechat_articles 公众号文章收集器 支持哪些平台?
wechat_articles 公众号文章收集器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat_articles 公众号文章收集器?
由 johan-oilman(@johan-oilman)开发并维护,当前版本 v1.0.1。
推荐 Skills