Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install rss-reader或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install rss-reader⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/rss-reader/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: rss-reader description: Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industry news, finding content ideas, or building a personal news aggregator. Supports multiple feeds with categories, filters, and summaries. ---
Monitor any RSS/Atom feed for content ideas, competitor tracking, and industry news.
# Add a feed
node scripts/rss.js add "https://example.com/feed.xml" --category tech
# Check all feeds
node scripts/rss.js check
# Check specific category
node scripts/rss.js check --category tech
# List feeds
node scripts/rss.js list
# Remove a feed
node scripts/rss.js remove "https://example.com/feed.xml"
Feeds stored in rss-reader/feeds.json:
{
"feeds": [
{
"url": "https://example.com/feed.xml",
"name": "Example Blog",
"category": "tech",
"enabled": true,
"lastChecked": "2026-02-22T00:00:00Z",
"lastItemDate": "2026-02-21T12:00:00Z"
}
],
"settings": {
"maxItemsPerFeed": 10,
"maxAgeDays": 7,
"summaryEnabled": true
}
}
Monitor competitor blogs, industry publications, and thought leaders:
# Add multiple feeds
node scripts/rss.js add "https://competitor.com/blog/feed" --category competitors
node scripts/rss.js add "https://techcrunch.com/feed" --category news
node scripts/rss.js add "https://news.ycombinator.com/rss" --category tech
# Get recent items as content ideas
node scripts/rss.js check --since 24h --format ideas
Track newsletters and digests:
node scripts/rss.js add "https://newsletter.com/feed" --category newsletters
Filter items by keywords:
node scripts/rss.js check --keywords "AI,agents,automation"
[tech] Example Blog - "New Post Title" (2h ago)
https://example.com/post-1
[news] TechCrunch - "Breaking News" (4h ago)
https://techcrunch.com/article-1
## Content Ideas from RSS (Last 24h)
### Tech
- **"New Post Title"** - [Example Blog]
Key points: Point 1, Point 2, Point 3
Angle: How this relates to your niche
### News
- **"Breaking News"** - [TechCrunch]
Key points: Summary of the article
Angle: Your take or response
node scripts/rss.js check --format json
https://news.ycombinator.com/rss - Hacker Newshttps://www.reddit.com/r/artificial/.rss - r/artificialhttps://www.reddit.com/r/LocalLLaMA/.rss - r/LocalLLaMAhttps://openai.com/blog/rss.xml - OpenAI Bloghttps://www.reddit.com/r/Entrepreneur/.rss - r/Entrepreneurhttps://www.reddit.com/r/SaaS/.rss - r/SaaShttps://techcrunch.com/feed/ - TechCrunchhttps://www.theverge.com/rss/index.xml - The VergeSet up daily feed checking via heartbeat or cron:
// In HEARTBEAT.md
- Check RSS feeds once daily, summarize new items worth reading
Or via cron job:
clawdbot cron add --schedule "0 8 * * *" --task "Check RSS feeds and summarize: node /root/clawd/skills/rss-reader/scripts/rss.js check --since 24h --format ideas"
scripts/rss.js - Main CLI for feed managementscripts/parse-feed.js - Feed parser module (uses xml2js)npm install xml2js node-fetch
The script will prompt for installation if dependencies are missing.
安装 RSS Reader 后,可以对 AI 说这些话来触发它
Help me get started with RSS Reader
Explains what RSS Reader does, walks through the setup, and runs a quick demo based on your current project
Use RSS Reader to monitor RSS and Atom feeds for content research
Invokes RSS Reader with the right parameters and returns the result directly in the conversation
What can I do with RSS Reader in my data & analytics workflow?
Lists the top use cases for RSS Reader, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/rss-reader/ 目录(个人级,所有项目可用),或 .claude/skills/rss-reader/(项目级)。重启 AI 客户端后,用 /rss-reader 主动调用,或让 AI 根据上下文自动发现并使用。
RSS Reader 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
RSS Reader 可免费安装使用。请查阅仓库了解许可证信息。
Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
RSS Reader 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using RSS Reader
Identifies repetitive steps in your workflow and sets up RSS Reader to handle them automatically