✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Feed Digest

Agentic feed digest using the feed CLI.

Rating
4 (207 reviews)
Downloads
4,152 downloads
Version
1.0.0

Overview

Agentic feed digest using the feed CLI.

Complete Documentation

View Source →

RSS Digest

Surface what's worth reading from your feeds. Requires feed CLI (brew install odysseus0/tap/feed).

Workflow

  • Fetchfeed fetch to pull latest entries.
  • Scanfeed get entries --limit 50 for recent unread (title, feed, date, summary).
  • Triage — Pick 5-10 high-signal posts. Prioritize: AI progress, systems engineering, developer tools, anything surprising or contrarian.
  • Readfeed get entry for each pick (full post as Markdown).
  • Synthesize — For each post: title, source, 2-3 sentence summary of why it matters. Group by theme if natural clusters emerge.
  • Mark readfeed update entries --read ... to mark triaged entries as read.

Commands

text
feed fetch                              # pull latest from all feeds
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 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

Notes

  • Default output is table — most token-efficient for scanning. Avoid -o json.
  • feed get entry returns Markdown — read this for the actual post content.
  • Filter by feed if too many entries: --feed .

Installation

Terminal bash

openclaw install feed-digest
    
Copied!

💻Code Examples

example.txt
feed fetch                              # pull latest from all feeds
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 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

Tags

#browser_and-automation #cli

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity Multi-Agent
Author odysseus0
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install feed-digest