← 返回 Skills 市场
156
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weixin-article-reader
功能描述
Extract the title, author, publish date, and full body text from Weixin official account article links on mp.weixin.qq.com. Use this skill when a user wants...
安全使用建议
This skill appears internally consistent and uses only standard Python to fetch and parse mp.weixin.qq.com article pages. Before installing, consider: (1) the script issues an outbound HTTP(S) request to the exact URL you provide — ensure you trust the URL and are comfortable with network access; (2) some Weixin pages may require cookies, JS, or be blocked, so extraction can fail or return empty content; (3) the agent is allowed to invoke the skill implicitly by default (platform normal), so if you want to avoid automatic retrievals, restrict invocation in your agent settings. If you need higher assurance, review the included script (scripts/extract_wechat_article.py) yourself; it contains no calls to external endpoints other than the target page and no credential handling.
功能分析
Type: OpenClaw Skill
Name: weixin-article-reader
Version: 0.1.1
The skill is a straightforward utility for extracting content from Weixin (WeChat) article URLs. The bundled Python script (scripts/extract_wechat_article.py) uses only the standard library (urllib and HTMLParser) to fetch and parse article metadata and body text, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description ask for extracting Weixin article fields and the bundle includes a small Python extractor that fetches mp.weixin.qq.com pages and parses title, author, publish date, and body — this matches expected capabilities.
Instruction Scope
SKILL.md instructs running the bundled script against mp.weixin.qq.com URLs. The script only performs an HTTP GET to the provided URL and HTML parsing; it does not read unrelated files, environment variables, or send data to other endpoints.
Install Mechanism
No install spec is present and the README/SKILL.md state the script uses only the standard library. Nothing is downloaded or written by an installer.
Credentials
The skill requires no environment variables, no credentials, and does not access config paths. The script uses only the provided URL and makes an outbound request to that URL (proportionate to the task).
Persistence & Privilege
always:false (default) and no system-wide modifications. agents/openai.yaml allows implicit invocation (normal platform behavior) but the skill does not request elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weixin-article-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/weixin-article-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Improve publish date parsing and align license metadata with platform MIT-0.
v0.1.0
Initial public release
元数据
常见问题
Weixin Article Reader 是什么?
Extract the title, author, publish date, and full body text from Weixin official account article links on mp.weixin.qq.com. Use this skill when a user wants... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。
如何安装 Weixin Article Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-article-reader」即可一键安装,无需额外配置。
Weixin Article Reader 是免费的吗?
是的,Weixin Article Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weixin Article Reader 支持哪些平台?
Weixin Article Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weixin Article Reader?
由 RickNote(@ricknote)开发并维护,当前版本 v0.1.1。
推荐 Skills