← 返回 Skills 市场
RSS内容流引擎
作者
freedompixels
· GitHub ↗
· v1.2.0
· MIT-0
160
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install rss-content-flow
功能描述
RSS 订阅 + AI 内容流引擎。监控多个 RSS 源,自动抓取最新文章, AI 分析提取核心观点,一键生成适配知乎/小红书/公众号的原创内容。 触发场景:用户说"帮我找今天的选题"、"RSS订阅"、"监控XX的更新"、 "把XX的文章改写成小红书"、"我需要一些内容灵感"、"自动生成今日内容"。 Keywor...
安全使用建议
What to consider before installing:
- The code matches the RSS-fetching and feed-management description; it fetches RSS XML over HTTP(S) and writes a local scripts/config.json (not the ~/.qclaw path shown in SKILL.md). Expect network requests to the listed RSS URLs.
- SKILL.md mentions saving drafts to Feishu and auto-publishing via a 'social-media-poster' skill. Those integrations are not implemented in the provided scripts, so verify how publishing and authorization will actually be handled before enabling automatic publish.
- The skill does not request API keys or secrets itself; if you later enable auto-publish, confirm that the other skill (feishu/social-media-poster) only receives the minimum tokens/permissions required.
- The path/documentation mismatch (SKILL.md vs scripts' CONFIG_FILE) is likely an editing oversight—confirm where your feed config will be stored and back it up if needed.
- If you run the Python scripts locally, inspect/validate them (they use xml.etree.ElementTree to parse RSS and basic string cleaning) and consider running behind a network proxy if you require that for privacy/auditing.
Overall this package appears coherent for its stated purpose; treat publishing integrations with normal caution and verify any external skill you authorize to post on your behalf.
功能分析
Type: OpenClaw Skill
Name: rss-content-flow
Version: 1.2.0
The skill bundle provides a legitimate RSS feed management and content generation tool. The Python scripts (fetch_feed.py and manage_feeds.py) use standard libraries to fetch and parse XML feeds, manage a local configuration file, and filter content based on date and keywords. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The declared purpose (RSS monitoring, extracting core points, generating platform-specific drafts) matches the included scripts (manage_feeds.py and fetch_feed.py). Minor inconsistency: SKILL.md describes reading config from ~/.qclaw/skills/rss-content-flow/scripts/config.json, while the scripts read/write scripts/config.json relative to the package directory—this is a documentation/path mismatch but does not indicate malicious behavior.
Instruction Scope
Runtime instructions stay within the stated scope: read subscription config, fetch RSS XML, prepare structured JSON for AI analysis, and generate drafts. The SKILL.md references saving drafts via a 'feishu_doc' action and calling a 'social-media-poster' skill for publishing; those integrations are described but not implemented in the shipped scripts. No instructions ask the agent to read unrelated system files or environment variables.
Install Mechanism
No install spec or remote download is present. This is an instruction-and-script bundle only; nothing is fetched or installed during skill installation, so on-disk footprint is limited to the provided files.
Credentials
The skill declares no required environment variables, credentials, or special config paths. It performs network fetches of RSS feeds (expected). References to Feishu or social-media-poster imply external integrations, but the skill does not request or store credentials itself—those would be managed by the other skills if used.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and only reads/writes a local config.json in its scripts directory. It does network I/O to public RSS feeds as expected; no elevated persistence or privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rss-content-flow - 安装完成后,直接呼叫该 Skill 的名称或使用
/rss-content-flow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Fix SSL verification: remove verify=False and unverified context fallback
v1.0.2
移除未实现的飞书文档写入描述
v1.1.0
Version 1.1.0 of rss-content-flow
- No file changes detected; version bump only.
- All features and documentation remain unchanged.
v1.0.1
v1.0.1: 修复SSL证书问题,采用双层降级策略(优先验证→失败回退)
v1.0.0
Initial release: RSS feed aggregation, AI topic scoring, multi-platform content generation
元数据
常见问题
RSS内容流引擎 是什么?
RSS 订阅 + AI 内容流引擎。监控多个 RSS 源,自动抓取最新文章, AI 分析提取核心观点,一键生成适配知乎/小红书/公众号的原创内容。 触发场景:用户说"帮我找今天的选题"、"RSS订阅"、"监控XX的更新"、 "把XX的文章改写成小红书"、"我需要一些内容灵感"、"自动生成今日内容"。 Keywor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 RSS内容流引擎?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rss-content-flow」即可一键安装,无需额外配置。
RSS内容流引擎 是免费的吗?
是的,RSS内容流引擎 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RSS内容流引擎 支持哪些平台?
RSS内容流引擎 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RSS内容流引擎?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.2.0。
推荐 Skills