← Back to Skills Marketplace
Wechat Articles
by
onlyloveher
· GitHub ↗
· v1.0.0
· MIT-0
197
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-articles-cn
Description
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-articles-cn - After installation, invoke the skill by name or use
/wechat-articles-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首发版本,集成微信公众号文章搜索与全文读取功能
- 支持关键词搜索与文章链接读取,分为 simple(快速)和 playwright(稳定)双模式,自动切换
- 提供 Python API,便于开发者集成与调用
- 明确定义触发场景和内容提取规范
- 附详细用法、依赖说明和返回数据结构
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 197 downloads so far.
How do I install Wechat Articles?
Run "/install wechat-articles-cn" 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, licensed under MIT-0. 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 onlyloveher (@onlyloveher); the current version is v1.0.0.
More Skills