← Back to Skills Marketplace
freedompixels

RSS内容流引擎

by freedompixels · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
160
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install rss-content-flow
Description
RSS 订阅 + AI 内容流引擎。监控多个 RSS 源,自动抓取最新文章, AI 分析提取核心观点,一键生成适配知乎/小红书/公众号的原创内容。 触发场景:用户说"帮我找今天的选题"、"RSS订阅"、"监控XX的更新"、 "把XX的文章改写成小红书"、"我需要一些内容灵感"、"自动生成今日内容"。 Keywor...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rss-content-flow
  3. After installation, invoke the skill by name or use /rss-content-flow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug rss-content-flow
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is RSS内容流引擎?

RSS 订阅 + AI 内容流引擎。监控多个 RSS 源,自动抓取最新文章, AI 分析提取核心观点,一键生成适配知乎/小红书/公众号的原创内容。 触发场景:用户说"帮我找今天的选题"、"RSS订阅"、"监控XX的更新"、 "把XX的文章改写成小红书"、"我需要一些内容灵感"、"自动生成今日内容"。 Keywor... It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install RSS内容流引擎?

Run "/install rss-content-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is RSS内容流引擎 free?

Yes, RSS内容流引擎 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does RSS内容流引擎 support?

RSS内容流引擎 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RSS内容流引擎?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.2.0.

💬 Comments