← 返回 Skills 市场
ohyeah521

Super Rss Agent

作者 ohyeah521 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
243
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install super-rss-agent
功能描述
功能强大的 RSS 订阅管理与阅读工具。用于 (1) 导入/导出 OPML 文件, (2) 管理 RSS 订阅源(支持自动发现), (3) 扫描并追踪文章的已读/未读状态, (4) 无 RSS 站点的 HTML 抓取回退, (5) 渐进式阅读与文章摘要, (6) 文章搜索与统计, (7) 自动清理旧文章。
安全使用建议
This skill appears coherent and implements the advertised RSS functionality. Before installing: (1) run pip install -r requirements.txt inside a virtualenv to install dependencies; (2) be aware the default SQLite DB is created in the skill directory (super_rss_agent.db) — use the --db option to place it somewhere you control/back up; (3) the tool performs network fetches of the URLs you add — SSRF protections and response-size/time limits are implemented, but avoid adding internal-only URLs unless you trust the environment; (4) no credentials or tokens are required by the skill; (5) if you plan to enable automated/cron runs, consider running it in a constrained environment (container or limited-permission account) and review the code yourself if you need a higher assurance level.
功能分析
Type: OpenClaw Skill Name: super-rss-agent Version: 0.1.0 The Super RSS Agent is a well-engineered tool for RSS management with explicit security controls. It implements robust SSRF protection in `scripts/scanner.py` by blocking private/internal IP ranges and validating manual redirects, uses `defusedxml` to prevent XXE attacks, and employs parameterized SQL queries in `scripts/storage.py` to mitigate SQL injection. The logic is transparent, lacks obfuscation, and the instructions in `SKILL.md` are strictly aligned with the tool's stated functionality.
能力评估
Purpose & Capability
The name/description (RSS feed management, discovery, scraping, summaries, auto-purge) matches the provided code and CLI commands. All requested functionality (feed discovery, HTML fallback scraping, DB storage, purge, search, stats) is implemented in the included scripts; there are no unrelated environment variables, unusual binaries, or external credentials requested.
Instruction Scope
SKILL.md and README give concrete CLI commands that correspond to the Python scripts. The runtime instructions confine actions to network fetching of feeds, HTML parsing, and SQLite storage; they do not instruct reading unrelated system files or exfiltrating data to an external endpoint.
Install Mechanism
There is no automated install spec in registry metadata, but the README instructs the user to pip install -r requirements.txt (a small, reasonable dependency list). This is expected for a Python CLI; note that installation is manual (no packaged/binary install provided).
Credentials
The skill declares no required environment variables, no primary credential, and uses only local SQLite files. The code does not attempt to read secrets or unrelated env vars. Database is created under the skill root by default (user may override with --db).
Persistence & Privilege
The skill is not always-enabled and does not request elevated system privileges. It stores its own SQLite DB in the skill workspace by default and does not modify other skills or global agent settings. Autonomous invocation remains possible (platform default) but is not combined with other privilege anomalies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install super-rss-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /super-rss-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release – powerful RSS subscription management and reading tool. - Supports OPML import/export, automatic RSS discovery, and managing/feed editing. - Tracks read/unread status, deduplicates articles, and has fallback HTML scraping for sites without feeds. - Provides search, stats, article summaries, daily digests, and automatic cleaning of old articles. - Offers comprehensive CLI with commands for adding/removing feeds, scanning for updates, marking articles, and configuration. - Stores data in an SQLite database with structured tables for feeds, articles, and settings.
元数据
Slug super-rss-agent
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Super Rss Agent 是什么?

功能强大的 RSS 订阅管理与阅读工具。用于 (1) 导入/导出 OPML 文件, (2) 管理 RSS 订阅源(支持自动发现), (3) 扫描并追踪文章的已读/未读状态, (4) 无 RSS 站点的 HTML 抓取回退, (5) 渐进式阅读与文章摘要, (6) 文章搜索与统计, (7) 自动清理旧文章。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。

如何安装 Super Rss Agent?

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

Super Rss Agent 是免费的吗?

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

Super Rss Agent 支持哪些平台?

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

谁开发了 Super Rss Agent?

由 ohyeah521(@ohyeah521)开发并维护,当前版本 v0.1.0。

💬 留言讨论