← Back to Skills Marketplace
506
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-reader-0
Description
读取微信公众号文章链接,提取关键信息并生成摘要
Usage Guidance
This skill appears to do what it claims: it fetches mp.weixin.qq.com article pages, parses them, and returns summaries. It does not request credentials or unusual system access. Before installing, consider: (1) the skill needs outbound HTTP access to reach WeChat article pages (ensure your environment or policy allows this), (2) the fake-useragent dependency may make additional network calls to populate its UA database—if this is a concern you can pin a static User-Agent or pre-warm a cache, (3) the skill auto-triggers on matching URLs/keywords per skill.json, so posting WeChat links will cause it to run automatically; if you want to avoid automatic runs, remove or restrict triggers, and (4) audit and run the included tests in a sandboxed environment before enabling in production.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-article-reader-0
Version: 1.0.0
The 'wechat-article-reader' skill is a legitimate tool designed to scrape and summarize WeChat Public Account articles. The code in main.py uses standard libraries (requests, BeautifulSoup) to extract metadata and content from mp.weixin.qq.com links, and the skill.json correctly declares the necessary network permissions without any evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (WeChat article reader) align with code and manifest. Dependencies (requests, BeautifulSoup, lxml, fake-useragent) are appropriate for fetching and parsing web pages. Triggers and network permissions correspond to the stated purpose.
Instruction Scope
SKILL.md instructs fetching mp.weixin.qq.com links, parsing HTML, and summarizing content. The runtime instructions do not request unrelated files, credentials, or system state. The README/skill.json mention platform integrations but the code itself does not attempt to post to external services beyond fetching the article.
Install Mechanism
No install spec is included (instruction-only installation), and the packaged requirements.txt references common PyPI packages. There are no downloads from unknown URLs or archive extraction instructions in the skill package.
Credentials
The skill requests no environment variables or credentials. It does require network access (network:read / network:http) which is reasonable. One caveat: the fake-useragent dependency may perform runtime network requests to fetch user-agent data on first use—this is a library behavior rather than credential access and could be mitigated by using a static UA string or a cached local database.
Persistence & Privilege
always:false (not force-included) and user-invocable:true. skill.json includes URL/keyword triggers, so the skill can auto-trigger when mp.weixin.qq.com links or keywords appear—this is consistent with the skill's purpose but you should be aware posting such links can cause automatic invocation and network fetches.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-article-reader-0 - After installation, invoke the skill by name or use
/wechat-article-reader-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
WeChat Article Reader v1.0.0 – 初始版本,实现公众号文章关键信息提取与摘要。
- 新增支持自动识别微信公众号文章链接,抓取标题、作者、时间、公众号名等信息
- 提供基于正文内容的智能摘要和关键点归纳
- 支持通过链接、指令、或摘要请求多种用法
- 适配飞书平台推送
- 依赖 requests、beautifulsoup4、lxml、fake-useragent
- 移除原有导出脚本,专注于信息读取与摘要生成
Metadata
Frequently Asked Questions
What is wechat-article-reader?
读取微信公众号文章链接,提取关键信息并生成摘要. It is an AI Agent Skill for Claude Code / OpenClaw, with 506 downloads so far.
How do I install wechat-article-reader?
Run "/install wechat-article-reader-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat-article-reader free?
Yes, wechat-article-reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wechat-article-reader support?
wechat-article-reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat-article-reader?
It is built and maintained by Silas (@shianaixuexi-cell); the current version is v1.0.0.
More Skills