← 返回 Skills 市场
supengchao

Weixin Reader

作者 SuperChao · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2355
总下载
6
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install weixin-reader-oc
功能描述
读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。
安全使用建议
This skill appears to do what it says: extract WeChat article text. Before installing, verify the runtime environment provides the extract_content_from_websites tool (the SKILL.md requires it but the skill metadata does not declare it). Confirm that extractor tool is trusted and does not require undeclared credentials. Be aware that extracting full article text may have copyright or privacy implications, and that fetching arbitrary user-supplied URLs will cause the agent (or the extractor) to retrieve remote content — ensure you trust that behavior. If you need a skill that uses a different fetch method, ask the author to declare that dependency in the metadata or provide an alternative. If anything about the extractor or data handling is unclear, treat the skill as untrusted until clarified.
功能分析
Type: OpenClaw Skill Name: weixin-reader-oc Version: 1.0.0 The weixin-reader-oc skill is designed to extract text content from WeChat Official Account articles. The SKILL.md instructions correctly guide the agent to use the extract_content_from_websites tool for parsing specific metadata (title, author, date, body) from mp.weixin.qq.com links, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The skill's name/description match the runtime instructions: it only describes extracting full text (title, author, date, body) from mp.weixin.qq.com links. However, the SKILL.md mandates using an external tool named extract_content_from_websites (and forbids web_fetch) while the skill metadata does not declare this tool or any dependency — a minor mismatch the integrator should verify (i.e., ensure the platform provides that extractor).
Instruction Scope
Instructions are narrowly scoped to fetching and cleaning article content (strip HTML, navigation, ads) and returning title/author/date/content. They do not instruct reading unrelated files, environment variables, or sending data to unexpected endpoints. The only external action is use of the named extractor tool on a user-provided URL, which is appropriate for the purpose.
Install Mechanism
No install spec and no code files — instruction-only skill — so nothing will be written to disk or downloaded by the skill itself. This is low-risk and coherent with the described behavior.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate for a read-only web extraction task. Note: if the referenced extractor requires credentials or special capabilities, that should be declared before installation.
Persistence & Privilege
always is false and autonomous invocation is not disabled (platform default). The skill does not request permanent presence or modify system/other-skill settings; privileges requested are minimal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weixin-reader-oc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weixin-reader-oc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of weixin-reader-oc skill. - Allows extraction of full text content from WeChat Official Account articles via mp.weixin.qq.com links. - Returns article title, author, publication date, and main text after filtering out irrelevant elements. - No login required; uses extract_content_from_websites tool for best compatibility. - Instructions and scenarios for use included.
元数据
Slug weixin-reader-oc
版本 1.0.0
许可证
累计安装 19
当前安装数 18
历史版本数 1
常见问题

Weixin Reader 是什么?

读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2355 次。

如何安装 Weixin Reader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-reader-oc」即可一键安装,无需额外配置。

Weixin Reader 是免费的吗?

是的,Weixin Reader 完全免费(开源免费),可自由下载、安装和使用。

Weixin Reader 支持哪些平台?

Weixin Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weixin Reader?

由 SuperChao(@supengchao)开发并维护,当前版本 v1.0.0。

💬 留言讨论