← 返回 Skills 市场
Wechat Articles
作者
onlyloveher
· GitHub ↗
· v1.0.0
· MIT-0
197
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-articles-cn
功能描述
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: wechat-articles-cn
Version: 1.0.0
The skill bundle provides legitimate functionality for searching and reading WeChat Official Account articles using standard libraries like requests, BeautifulSoup, and Playwright. The code logic in scripts/wechat_articles.py and scripts/wechat_articles_playwright.py is transparent and aligns with the stated purpose. While SKILL.md contains assertive instructions to ensure the AI agent prioritizes this tool for relevant queries, these instructions do not exhibit malicious intent such as data exfiltration, unauthorized execution, or bypassing security controls.
能力评估
Purpose & 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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-articles-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-articles-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,集成微信公众号文章搜索与全文读取功能
- 支持关键词搜索与文章链接读取,分为 simple(快速)和 playwright(稳定)双模式,自动切换
- 提供 Python API,便于开发者集成与调用
- 明确定义触发场景和内容提取规范
- 附详细用法、依赖说明和返回数据结构
元数据
常见问题
Wechat Articles 是什么?
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 197 次。
如何安装 Wechat Articles?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-articles-cn」即可一键安装,无需额外配置。
Wechat Articles 是免费的吗?
是的,Wechat Articles 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Articles 支持哪些平台?
Wechat Articles 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Articles?
由 onlyloveher(@onlyloveher)开发并维护,当前版本 v1.0.0。
推荐 Skills