← 返回 Skills 市场
408
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install rss-reader-skill
功能描述
RSS 订阅 + AI 汇总分析 + 飞书推送。 定时拉取新文章,AI 生成每日资讯汇总报告(热门话题、关键趋势、推荐阅读),推送到飞书。 当用户提到"RSS"、"订阅"、"RSS阅读器"、"文章订阅"、"资讯订阅"、"资讯汇总"时使用此 Skill。 首次使用自动添加 18 个精选订阅源(中文 + 国外 AI...
安全使用建议
This skill appears to do what it says: it fetches RSS feeds, uses an LLM API to produce summaries, and optionally posts to a Feishu webhook. Before installing, consider: 1) Put a dedicated/limited AI API key in the environment (so a compromised key has limited impact). 2) The SKILL.md recommends placing the key in ~/.openclaw/gateway/.env — that makes the key available to the agent process and other skills; if you want isolation, run the skill in a restricted environment or avoid adding the key to a global .env. 3) Review the rss_reader.py file yourself if you have concerns (it is included and readable). 4) If you enable the cron job, verify the exact cron command and schedule; the skill recommends not deleting cron tasks, which is a policy suggestion rather than a technical requirement. If you want further review, provide the full rss_reader.py (untruncated) and I can re-check the AI-call and Feishu-posting code paths for any subtle red flags.
功能分析
Type: OpenClaw Skill
Name: rss-reader-skill
Version: 0.1.0
The RSS Reader skill is a functional tool for aggregating news feeds, generating AI summaries via LLM APIs (like Zhipu or OpenAI), and pushing updates to Feishu/Lark. The code in `rss_reader.py` uses standard libraries and follows the stated logic without hidden exfiltration or malicious execution. While the `SKILL.md` includes instructions for the agent to set up a persistent cron job and advises against deleting it, this behavior is transparently documented and aligned with the skill's requirement for periodic updates.
能力评估
Purpose & Capability
Name/description (RSS subscriptions, AI summarization, Feishu push) align with the files and runtime behavior. The only requested secrets are an AI API key and an optional Feishu webhook, which are appropriate for generating summaries and posting reports.
Instruction Scope
SKILL.md and rss_reader.py stay within the declared purpose: they fetch RSS feeds, persist subscription/article lists under the skill's data directory, call an LLM endpoint to create summaries, and post to a Feishu webhook. Two things to note: SKILL.md instructs adding OPENAI_API_KEY and FEISHU_WEBHOOK_URL to the gateway config (~/.openclaw/gateway/.env) and restarting the Gateway (makes the key available to the agent environment); and the recommended cron entry contains text telling the gateway/agent to run the script and to reply 'NO_REPLY' and to not delete cron tasks — this is odd messaging but not evidence of malicious behavior.
Install Mechanism
There is no external install/download step; dependencies are standard Python packages (feedparser, requests) declared in requirements.txt. The repository includes a Python script and docs only; nothing is fetched from obscure URLs or executed during installation.
Credentials
The skill requests a single AI API key (OPENAI_API_KEY) and an optional FEISHU_WEBHOOK_URL — both directly justified by its functionality. Caution: the guidance tells users to put the API key in the gateway's global .env, which makes that credential available to the agent process and potentially to other skills that read environment variables. Consider using a dedicated/limited API key or isolating this skill if you have sensitive credentials.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It writes data only to its own skill data directory and modifies no other skills or global agent settings besides recommending an env var in the gateway .env and asking to restart the gateway (normal for configuring credentials).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rss-reader-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/rss-reader-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
rss-reader-skill v0.1.0
- 首次发布,集成 RSS 订阅管理、AI 汇总分析和飞书推送
- 支持定时拉取新文章,并用 AI 自动生成每日资讯汇总报告 (热门话题、趋势、推荐阅读)
- 提供关键命令:添加/取消订阅、查看列表、手动或自动刷新与日报生成
- 首次使用自动导入 18 个精选订阅源(涵盖中文/国外 AI/科技/开发/商业媒体)
- 汇总报告内容结构清晰,包括热门话题、关键趋势、推荐阅读与原文链接
- 强调必须配置 AI 汇总 API Key 和(可选)飞书 Webhook
- 附详细配置、依赖安装、常见问题与技术说明
元数据
常见问题
Rss Reader 是什么?
RSS 订阅 + AI 汇总分析 + 飞书推送。 定时拉取新文章,AI 生成每日资讯汇总报告(热门话题、关键趋势、推荐阅读),推送到飞书。 当用户提到"RSS"、"订阅"、"RSS阅读器"、"文章订阅"、"资讯订阅"、"资讯汇总"时使用此 Skill。 首次使用自动添加 18 个精选订阅源(中文 + 国外 AI... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 408 次。
如何安装 Rss Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rss-reader-skill」即可一键安装,无需额外配置。
Rss Reader 是免费的吗?
是的,Rss Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rss Reader 支持哪些平台?
Rss Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rss Reader?
由 wangluo1(@wangluo1)开发并维护,当前版本 v0.1.0。
推荐 Skills