← Back to Skills Marketplace
Wechat Articles
by
onlyloveher
· GitHub ↗
· v1.0.0
· MIT-0
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-tool-v2
Description
搜索和读取微信公众号文章的完整工具,支持关键词搜索与全文提取。 **只要用户提到以下任何场景,必须使用此 skill:** (1) 搜索公众号文章、按关键词查找微信内容 (2) 读取、摘要、分析、翻译 mp.weixin.qq.com 链接的内容 (3) 用户说"帮我找公众号文章"、"读这篇微信文章"、"搜索公众...
Usage Guidance
This skill appears to do what it says: search and scrape WeChat (mp.weixin.qq.com) articles. Before installing or running it, consider the following:
- Playwright: the recommended installation downloads Chromium and native dependencies; expect a large download and elevated system libs. Run this in a controlled environment if you’re cautious.
- Third‑party packages: the search uses miku-ai.spider (package 'miku-ai'); review that package’s source or network behavior if you need guarantees about where search queries are sent.
- Network activity: the skill performs web requests and renders pages in a browser (which executes page JS). Do not feed it URLs that contain sensitive auth tokens or point to untrusted sites.
- Rate limiting & legality: scraping can trigger anti-bot protections or violate site terms — respect rate limits and robots.txt where applicable.
If you are comfortable with those tradeoffs, the skill is internally consistent with its purpose. If you need stricter guarantees, review the miku-ai dependency and consider running the code inside a sandbox or VM.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-tool-v2
Version: 1.0.0
The skill bundle is a legitimate tool designed to search for and extract content from WeChat Official Account articles. It utilizes standard libraries such as 'requests' and 'BeautifulSoup' for simple scraping, and 'Playwright' for more robust browser-based extraction. The code logic in 'scripts/wechat_articles.py' and 'scripts/wechat_articles_playwright.py' is transparent and focused on parsing HTML elements specific to the WeChat article platform (e.g., 'rich_media_title', 'js_content'). While it includes a dependency on 'miku-ai' for its search functionality, there are no indicators of data exfiltration, unauthorized execution, or malicious prompt injection within the provided files.
Capability Assessment
Purpose & Capability
Name/description (search & read WeChat articles) matches the included code and dependencies: search_articles delegates to miku_ai.spider, and read_article supports requests+BeautifulSoup (simple) and Playwright (stable). Required packages (beautifulsoup4, requests, playwright, miku-ai) and chromium are coherent with web scraping and headless-browser reading.
Instruction Scope
SKILL.md and the scripts instruct the agent to fetch mp.weixin.qq.com pages and to run local Python scripts. The code performs HTTP requests and runs a browser to load pages (which executes page JavaScript). The skill does not request unrelated files, environment variables, or external endpoints beyond normal web requests, but search relies on the third‑party miku-ai library (network behavior of that package is not shown here). Also, Playwright loading arbitrary URLs means the runtime will execute remote page content in a browser context — expected for this purpose but worth noting.
Install Mechanism
There is no automated install spec in the registry, but SKILL.md recommends pip installing packages and running 'playwright install chromium --with-deps'. Playwright will download and extract Chromium and platform libraries (non-trivial, network download). The pip packages (notably 'miku-ai') are third‑party and should be verified before installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. The absence of secret requests is proportionate to its stated functionality.
Persistence & Privilege
The skill does not request always:true or other elevated persistence, and does not modify other skills or system-wide configurations. It runs as an on-demand tool invoked when triggered.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-tool-v2 - After installation, invoke the skill by name or use
/wechat-tool-v2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
wechat-articles v1.0.0
- 首次发布,支持微信公众号文章的搜索与全文读取。
- 提供 simple(快速)、playwright(稳定)、auto(三模自动切换)多种读取模式。
- 支持通过关键词搜索和输入文章 URL 提取正文、标题、作者等内容。
- 提供 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 122 downloads so far.
How do I install Wechat Articles?
Run "/install wechat-tool-v2" 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