rss-summarizer

智能 RSS 订阅与摘要。用于订阅、抓取、过滤和摘要 RSS/Atom 订阅源。当用户需要跟踪新闻、博客更新并提供摘要时使用。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "rss-summarizer" with this command: npx skills add wanan9812/rss-summarizer

RSS Summarizer Skill

本技能提供 RSS 订阅源管理、抓取和摘要功能。

何时使用

  • 用户希望订阅某个 RSS/Atom feed
  • 需要定期获取最新内容并摘要
  • 需要根据关键词过滤内容
  • 需要将更新推送到聊天或保存为文档

可用脚本

  • scripts/add.js - 添加订阅源
  • scripts/list.js - 列出所有订阅源
  • scripts/remove.js - 删除订阅源
  • scripts/fetch.js - 抓取最新内容并摘要
  • scripts/configure.js - 配置参数(摘要模式、语言、最大条目、过滤器)

使用方法

AI 在响应用户请求时,应调用相应的脚本,传入 JSON 参数(通过 stdin),并返回 JSON 结果。

脚本通用输入/输出格式:

输入 (stdin):

{
  "context": { "send": function } // 可选,用于通知用户
  ... 具体参数(见各脚本)
}

输出 (stdout):

{
  "success": true,
  "message": "...",
  "data": { ... }
}

示例

用户说:“订阅 Hacker News 的 RSS” AI 调用 scripts/add.js:

{ "url": "https://news.ycombinator.com/rss", "name": "Hacker News" }

AI 收到响应后向用户确认。

数据存储

脚本使用 data/subscriptions.jsondata/config.json 存储数据。首次运行会自动创建。

备注

  • 抓取时若网络错误会返回 error 字段。
  • 摘要功能依赖外部 AI 服务(通过 oracle CLI),如需高级摘要可扩展。
  • 支持多语言输出,默认中文。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

.Publish Temp

Install, configure, validate, and run the news-fetcher Python CLI for aggregating RSS/Atom and HTML news sources with deduplication, clustering, ranking, sou...

Registry SourceRecently Updated
5760Profile unavailable
General

Danish News Feeds

Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (...

Registry SourceRecently Updated
3710Profile unavailable
General

Danish News Aggregator

Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (...

Registry SourceRecently Updated
3630Profile unavailable
General

RSS News Aggregator

Aggregate and filter multiple RSS feeds to fetch, summarize, deduplicate, and monitor news articles by keywords and sources.

Registry SourceRecently Updated
350Profile unavailable