← 返回 Skills 市场
blackomw

WeChat RSS

作者 blackomw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
138
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-rss
功能描述
通过 wcrss.com API 获取并展示微信公众号的最新文章。当用户请求查看微信公众号文章、获取公众号最新发布内容、阅读微信RSS订阅或浏览公众号内容时使用此技能。该技能会从环境变量 WCRSS_API_KEY 中读取 API Key,并调用 wcrss.com 的接口来获取文章数据。
安全使用建议
This skill appears to do what it claims (fetch WeChat articles from wcrss.com) but the registry metadata omitted the required WCRSS_API_KEY and a dependency declaration for the Python requests library. Before installing: (1) verify the source or publisher since homepage/source are not provided, (2) expect to set WCRSS_API_KEY in the agent environment (this key is required and will be sent to api.wcrss.com), (3) ensure the runtime has Python and the requests package, (4) be aware the skill writes a cache file named wechat_articles_cache.json in the agent's working directory (which could be inspected), and (5) if you don't trust the publisher, do not provide your API key — request the publisher fix the metadata so the required env var and dependencies are declared. If you want to proceed, consider creating a limited-scope API key on wcrss.com and running the script in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: wechat-rss Version: 1.0.0 The skill is a legitimate tool for fetching and summarizing WeChat articles via the wcrss.com API. The Python script (scripts/wechat_rss.py) handles API requests using a user-provided environment variable (WCRSS_API_KEY) and implements a local JSON caching mechanism. The instructions in SKILL.md are consistent with the code's functionality, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name, description, SKILL.md, and the Python script all align: the skill fetches WeChat public-account articles from the wcrss.com API. However, the registry metadata lists no required environment variables while both SKILL.md and scripts clearly require WCRSS_API_KEY. This mismatch is inconsistent and should be corrected.
Instruction Scope
Runtime instructions and the script stay within the stated purpose: they call api.wcrss.com, cache results to a local JSON file, and return article fields for LLM summarization. The SKILL.md does not instruct the agent to read unrelated system files or other env vars. It does instruct summarizing article HTML with the LLM (which will send article content to the model) — expected for the skill but worth noting for privacy.
Install Mechanism
This is instruction-only with an included Python script (no install spec). The script imports requests but the skill metadata does not declare dependencies (e.g., requests). That can cause runtime failures; it's not an obvious malicious install vector but is an omission that affects reliability.
Credentials
The script and SKILL.md require a single API key (WCRSS_API_KEY) which is proportionate to the described functionality. The concern is that the registry metadata does not declare this required env var (or a primary credential). This mismatch could cause confusion and may hide that a secret is needed; ensure the skill actually documents and requests only this API key.
Persistence & Privilege
The skill does not request persistent or elevated privileges. always is false, it does not modify other skills or system-wide settings, and its only persistent artifact is a local cache file (wechat_articles_cache.json) created in the working directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-rss
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-rss 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wechat-rss 1.0.0 initial release: - Allows fetching and displaying of the latest articles from WeChat official accounts via the wcrss.com API. - Supports commands to fetch article lists, get individual articles, and count total articles. - Requires setup of a WCRSS API key through environment variables. - Provides step-by-step workflow for agents, including error handling and article summarization prompts.
元数据
Slug wechat-rss
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat RSS 是什么?

通过 wcrss.com API 获取并展示微信公众号的最新文章。当用户请求查看微信公众号文章、获取公众号最新发布内容、阅读微信RSS订阅或浏览公众号内容时使用此技能。该技能会从环境变量 WCRSS_API_KEY 中读取 API Key,并调用 wcrss.com 的接口来获取文章数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 WeChat RSS?

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

WeChat RSS 是免费的吗?

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

WeChat RSS 支持哪些平台?

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

谁开发了 WeChat RSS?

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

💬 留言讨论