← 返回 Skills 市场
lwd815813

RSS Monitor

作者 lwd815813 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1056
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install rss-monitor
功能描述
Monitor RSS feeds and send notifications when new content is published. Use when user needs to track blog updates, news feeds, or any RSS source. Supports Fe...
安全使用建议
This skill appears to do what it claims — monitor feeds and optionally post to a Feishu webhook. Before installing or running: 1) inspect and obtain the complete scripts/rss_monitor.py (the provided file appears truncated) and ensure it is the intended code; 2) only add feed URLs you trust (the script fetches and parses arbitrary feed content and will include portions of that content in notifications/history); 3) provide a Feishu webhook only if you trust the receiving group/bot; 4) install dependencies (pip install requests feedparser) in a controlled environment (virtualenv/container) and consider running initial tests with a temporary webhook to confirm behavior; 5) if you will run the script via cron, ensure the cron working directory and Python environment are correct. If you want, I can attempt to reconstruct the missing tail of the script or re-check a complete version.
功能分析
Type: OpenClaw Skill Name: rss-monitor Version: 1.0.0 The rss-monitor skill is a standard RSS feed tracking tool that provides functionality to monitor feeds and send notifications via Feishu webhooks. The code in scripts/rss_monitor.py uses well-known libraries (feedparser, requests) for its stated purpose and stores configuration and history data locally in the user's home directory (~/.rss_monitor/). No evidence of malicious intent, data exfiltration, or suspicious execution was found.
能力评估
Purpose & Capability
Name/description (RSS monitoring + Feishu notifications) matches the included script and SKILL.md. Required dependencies (requests, feedparser), data files (~/.rss_monitor), and optional FEISHU_WEBHOOK align with the stated purpose; there are no unrelated environment variables, binaries, or config paths.
Instruction Scope
SKILL.md instructions are narrowly scoped to adding/listing/checking feeds and configuring a Feishu webhook and cron. The code only accesses the feed URLs and the optional FEISHU_WEBHOOK. One operational concern: the provided scripts/rss_monitor.py appears truncated in the manifest (main() is cut off), which may make the script non-functional as distributed — this is a quality/packaging issue rather than a security mismatch, but you should request the complete file before relying on it.
Install Mechanism
There is no install spec (lowest automatic install risk). However, the skill includes a Python script and requires pip packages (requests, feedparser) that the user must install manually; this is expected but worth noting since files will run locally when invoked.
Credentials
No required credentials are declared. The only optional environment variable is FEISHU_WEBHOOK for notifications, which is appropriate for the integration. The script only uses the webhook and does not request other unrelated secrets or system credentials.
Persistence & Privilege
The skill does not request or claim persistent platform privileges (always=false). It writes only to its own data directory (~/.rss_monitor) and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rss-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rss-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 - Initial release: RSS feed monitoring with Feishu notifications
元数据
Slug rss-monitor
版本 1.0.0
许可证 MIT-0
累计安装 7
当前安装数 6
历史版本数 1
常见问题

RSS Monitor 是什么?

Monitor RSS feeds and send notifications when new content is published. Use when user needs to track blog updates, news feeds, or any RSS source. Supports Fe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1056 次。

如何安装 RSS Monitor?

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

RSS Monitor 是免费的吗?

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

RSS Monitor 支持哪些平台?

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

谁开发了 RSS Monitor?

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

💬 留言讨论