Agentic RSS digest using the feed CLI. Fetch, triage, and summarize RSS feeds to surface high-signal posts. Use when: (1) reading RSS feeds or catching up on...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install rss-digest或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install rss-digest⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/rss-digest/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: rss-digest description: "Agentic RSS digest using the feed CLI. Fetch, triage, and summarize RSS feeds to surface high-signal posts. Use when: (1) reading RSS feeds or catching up on news, (2) user asks for a digest, roundup, or summary of recent posts, (3) user asks what's new or interesting today, (4) user mentions feed, RSS, or blogs." metadata: {"openclaw": {"emoji": "📡", "requires": {"bins": ["feed"]}, "install": [{"kind": "brew", "formula": "odysseus0/tap/feed", "bins": ["feed"], "label": "Install via Homebrew"}, {"kind": "go", "package": "github.com/odysseus0/feed/cmd/feed@latest", "bins": ["feed"], "label": "Install via Go"}]}} ---
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 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 if you don't have a web fetch tool.-o json.--feed .安装 Rss Digest 后,可以对 AI 说这些话来触发它
Help me get started with Rss Digest
Explains what Rss Digest does, walks through the setup, and runs a quick demo based on your current project
Use Rss Digest to agentic RSS digest using the feed CLI
Invokes Rss Digest with the right parameters and returns the result directly in the conversation
What can I do with Rss Digest in my marketing & growth workflow?
Lists the top use cases for Rss Digest, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/rss-digest/ 目录(个人级,所有项目可用),或 .claude/skills/rss-digest/(项目级)。重启 AI 客户端后,用 /rss-digest 主动调用,或让 AI 根据上下文自动发现并使用。
Rss Digest 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Rss Digest 可免费安装使用。请查阅仓库了解许可证信息。
Agentic RSS digest using the feed CLI. Fetch, triage, and summarize RSS feeds to surface high-signal posts. Use when: (1) reading RSS feeds or catching up on...
Rss Digest 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Rss Digest
Identifies repetitive steps in your workflow and sets up Rss Digest to handle them automatically