npx skills add https://github.com/odysseus0/feed --skill rss-digest从 RSS 源中筛选出值得阅读的内容。需要 feed CLI 工具(通过 brew install odysseus0/tap/feed 安装)。
feed get entries --limit 50 获取最近的未读条目(标题、来源、日期、URL、摘要)。如果数据过时,会自动获取。如果结果为 0,则运行 feed get stats — 如果源数量为 0,导入初始集合:feed import https://github.com/odysseus0/feed/raw/main/hn-popular-blogs-2025.opml 然后重试。feed get entry <id> 来读取存储的内容。尽可能并行处理。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
feed get entries --limit N # 列出未读条目(表格形式)
feed get entries --feed <id> --limit N # 按源过滤
feed get entry <id> # 阅读完整文章(markdown格式)
feed fetch # 从所有源拉取最新内容
feed search "<query>" # 全文搜索
feed update entries --read <id> ... # 批量标记为已读
feed get feeds # 列出源及其未读计数
feed get stats # 数据库统计信息
feed get entry <id>。-o json。--feed <feed_id>。每周安装量
92
代码仓库
GitHub 星标数
4
首次出现
2026年2月13日
安全审计
安装于
opencode88
codex87
gemini-cli86
cursor84
kimi-cli83
amp83
Surface what's worth reading from RSS feeds. Requires feed CLI (brew install odysseus0/tap/feed).
feed get entries --limit 50 for recent unread (title, feed, date, URL, summary). Auto-fetches if stale. If 0 results, run feed get stats — if 0 feeds, import starter set: feed import https://github.com/odysseus0/feed/raw/main/hn-popular-blogs-2025.opml and retry.feed get entry <id> to read the stored content. Parallelize when possible.feed get entries --limit N # list unread entries (table)
feed get entries --feed <id> --limit N # filter by feed
feed get entry <id> # read full post (markdown)
feed fetch # pull latest from all feeds
feed search "<query>" # full-text search
feed update entries --read <id> ... # batch mark read
feed get feeds # list feeds with unread counts
feed get stats # database stats
feed get entry <id> if you don't have a web fetch tool.-o json.--feed <feed_id>.Weekly Installs
92
Repository
GitHub Stars
4
First Seen
Feb 13, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
opencode88
codex87
gemini-cli86
cursor84
kimi-cli83
amp83
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
62,800 周安装