← 返回 Skills 市场
axelhu

Wewe Rss Reader

作者 AxelHu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
141
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install wewe-rss-reader
功能描述
微信公众号文章阅读技能。当用户发来公众号文章链接、需要阅读理解文章内容时使用。通过本地部署的 WeWe RSS 服务获取文章全文并转为纯文本。Requires: 无(调用本地 REST API,首次部署见 references/deployment.md)。
安全使用建议
Key considerations before installing/using this skill: - Trust and isolation: The skill expects you to run a locally-hosted service (wewe-rss on :4000 and a REST adapter on :4001). Only deploy the referenced repository (https://github.com/AxelHu/wewe-rss) in an environment you control; review api_server.py and docker-compose.yml before running them. - Missing declarations: The skill metadata doesn't list required binaries, but deployment requires git, docker/docker-compose, and Python 3.8+. Ensure these are available and run the service in an isolated environment (VM/container) if you have concerns. - QR/URL sharing: The login flow returns a confirmUrl/QR that the SKILL.md instructs to send to a Feishu group. Sending this URL/image to an external chat will expose an authentication flow (and possibly allow the holder to complete login). Only send it to recipients you trust, and ensure the agent uses an authenticated Feishu integration you control. - Workspace path and commands: The docs suggest running docker compose in ~/.openclaw/workspace/wewe-rss/. Make sure you understand and control that path; the agent's instructions to run shell commands could modify your local environment. - What to verify: (1) inspect api_server.py and docker-compose.yml for any unexpected outbound endpoints or credentials; (2) confirm no hidden remote endpoints are used (the skill should only call localhost:4001/4000); (3) decide how the agent will send the QR (provide a controlled message tool or do that step manually). Given these mismatches between documentation and declared requirements, proceed with caution — review the deployment artifacts and prefer running the service in an isolated environment before giving the agent runtime access to control it.
功能分析
Type: OpenClaw Skill Name: wewe-rss-reader Version: 1.2.0 The skill contains instructions in SKILL.md for the agent to execute shell commands ('docker compose up -d') if a health check fails, which constitutes a risk of unauthorized command execution. It also relies on a specific external GitHub fork (AxelHu/wewe-rss) and includes a login flow that directs the agent to send authentication URLs to external messaging platforms (Feishu), introducing potential supply chain and phishing risks.
能力评估
Purpose & Capability
The skill is narrowly focused on fetching article text from a local WeWe RSS REST API at localhost:4001, which matches the description. However, the metadata declares no required binaries/env but the documentation expects tools (git, docker/docker-compose, python3) and a local containerized service, so there's a mismatch between claimed requirements and what deployment actually needs.
Instruction Scope
Runtime instructions tell the agent to call localhost endpoints (expected) but also to send the login confirmUrl/QR to a Feishu group via an unspecified 'message' tool and to run docker compose in ~/.openclaw/workspace/wewe-rss/. The skill directs the agent to perform network activity to an external chat endpoint (sending a QR URL/image) and to run commands in a specific user path — both are actions outside simple read-only article fetching and should be considered sensitive.
Install Mechanism
There is no install spec (instruction-only), which keeps risk low. But references/deployment.md instructs cloning a GitHub repo, running docker compose, and launching python3 api_server.py. Those practical installation steps are real requirements but are not declared in the skill metadata (no required binaries listed).
Credentials
The skill declares no required environment variables or credentials, yet the docs mention AUTH_CODE and the need to send the confirmUrl to Feishu and to have a logged-in WeRead account. The skill does not document or require Feishu credentials, WeRead credentials, or other integration tokens — this omission creates ambiguity about what secrets or integrations the agent will need or attempt to use at runtime.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It tells the agent how to start containers and a local Python process, which will create persistent services on the host, but that is consistent with a local helper service and not an intrinsic privilege escalation within the skill bundle itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wewe-rss-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wewe-rss-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
wewe-rss-reader 1.2.0 - Improved WeChat Read login documentation: now details the full three-step login flow, including QR code sending and Feishu integration. - Clarified agent's responsibility to send QR code images to Feishu group for user scanning. - Streamlined login polling instructions and emphasized automation (less manual user feedback steps). - Minor wording, formatting, and structure enhancements for better clarity and up-to-date usage guidance.
v1.1.0
- 增加了微信读书授权登录流程说明,包括二维码登录和状态查询相关 API。 - SKILL.md 文档补充了账号登录、失效处理等相关操作细节。 - 原有 API 与使用流程未做更改,仅新增了登录指引相关内容。
v1.0.3
- Updated skill description to reference deployment instructions in references/deployment.md for first-time setup. - No changes to functionality or API; documentation clarification only.
v1.0.2
- Documentation improvements: added references/deployment.md for deployment guidance. - SKILL.md updated to remove outdated information about a pre-subscribed public account. - Minor documentation clean-up for clarity.
v1.0.1
- Changelog for wewe-rss-reader 1.0.1: - Updated metadata file (_meta.json); no user-facing changes to functionality or documentation. - All API usage and skill instructions remain unchanged.
v1.0.0
wewe-rss-reader 1.0.0 - Initial release of the skill for reading and understanding WeChat Official Account articles via locally deployed WeWe RSS. - Supports fetching full-text articles, subscribing to new accounts by article link, listing feeds, and refreshing subscriptions with REST APIs. - Optimized for scenarios where users send article links or request the latest articles from subscribed accounts. - Includes error handling instructions and usage best practices.
元数据
Slug wewe-rss-reader
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Wewe Rss Reader 是什么?

微信公众号文章阅读技能。当用户发来公众号文章链接、需要阅读理解文章内容时使用。通过本地部署的 WeWe RSS 服务获取文章全文并转为纯文本。Requires: 无(调用本地 REST API,首次部署见 references/deployment.md)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Wewe Rss Reader?

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

Wewe Rss Reader 是免费的吗?

是的,Wewe Rss Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wewe Rss Reader 支持哪些平台?

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

谁开发了 Wewe Rss Reader?

由 AxelHu(@axelhu)开发并维护,当前版本 v1.2.0。

💬 留言讨论