网淘吧来吧,欢迎您!

RSS Reader技能使用说明

2026-03-30 新闻来源:网淘吧 围观:19
电脑广告
手机广告

RSS阅读器

监控任何RSS/Atom订阅源,获取内容创意、追踪竞争对手动态并了解行业新闻。

快速开始

# 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"

配置

订阅源存储于rss-reader/feeds.json

RSS Reader

{
  "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
  }
}

使用场景

内容研究

监控竞争对手博客、行业出版物及思想领袖动态:

# 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

新闻简报聚合

追踪新闻简报和文摘:

node scripts/rss.js add "https://newsletter.com/feed" --category newsletters

关键词监控

通过关键词筛选条目:

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

JSON格式(用于自动化处理)

node scripts/rss.js check --format json

按类别划分的热门订阅源

科技/人工智能

  • https://news.ycombinator.com/rss- 黑客新闻
  • https://www.reddit.com/r/artificial/.rss- r/artificial
  • https://www.reddit.com/r/LocalLLaMA/.rss- r/LocalLLaMA
  • https://openai.com/blog/rss.xml- OpenAI 博客

市场营销

  • https://www.reddit.com/r/Entrepreneur/.rss- r/Entrepreneur
  • https://www.reddit.com/r/SaaS/.rss- r/SaaS

新闻

  • https://techcrunch.com/feed/- TechCrunch
  • https://www.theverge.com/rss/index.xml- The Verge

Cron 集成

通过心跳或 cron 设置每日源检查:

// In HEARTBEAT.md
- Check RSS feeds once daily, summarize new items worth reading

或通过 cron 作业:

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- 用于源管理的主要 CLI
  • scripts/parse-feed.js- 源解析器模块(使用 xml2js)

依赖项

npm install xml2js node-fetch

如果缺少依赖项,脚本将提示安装。

免责申明
部分文章来自各大搜索引擎,如有侵权,请与我联系删除。
打赏
文章底部电脑广告
手机广告位-内容正文底部

相关文章

您是本站第348739名访客 今日有169篇新文章/评论