RSS Digest for Openclaw

An agentic feed digest tool that leverages the feed CLI to fetch, triage, and summarize high-signal RSS, Atom, and JSON posts.

odysseus0
v1.0.0
Feb 13, 2026
0
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install feed-digest

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install feed-digest using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is RSS Digest?

The RSS Digest skill transforms how you consume information by delegating the heavy lifting of feed management to an AI agent. By integrating with the feed CLI, it allows for a streamlined workflow where the agent fetches the latest updates, identifies high-signal content based on specific technical interests, and provides concise summaries.

This skill is a core part of the Openclaw Skills ecosystem, designed to reduce noise and help developers stay informed without information overload. It ensures you only read what truly matters by providing full-text Markdown access and efficient batch processing of your subscriptions.

RSS Digest Use Cases

  • Generating a daily summary or roundup of recent blog posts and industry news.
  • Catching up on specific tech niches like AI progress, systems engineering, or developer tools.
  • Quickly triaging unread items in a large subscription list to find high-signal content.
  • Searching through historical feed data using full-text search capabilities.
  • Managing high-volume information flows within an AI-driven research workflow using Openclaw Skills.

How RSS Digest Works

  1. The agent executes feed fetch to synchronize all configured RSS, Atom, and JSON feeds with the local database.
  2. It scans the most recent unread entries using feed get entries to evaluate titles, sources, and summaries.
  3. A triage process identifies high-signal posts, prioritizing technical relevance and novelty.
  4. The full content of selected high-priority posts is retrieved as Markdown via the feed get entry command.
  5. The agent synthesizes the content into a thematic summary, highlighting why each specific post matters.
  6. Finally, processed entries are marked as read using batch updates to maintain an organized feed queue.

RSS Digest Setup

To use this skill, you must have the feed CLI installed on your system. You can install it using Homebrew or Go:

# Install via Homebrew
brew install odysseus0/tap/feed

# Or install via Go
go install github.com/odysseus0/feed/cmd/feed@latest

Once installed, ensure the binary is in your PATH so it can be accessed by Openclaw Skills.

RSS Digest Data Schema & Taxonomy

The skill interacts with a local database managed by the feed CLI. Data is organized and accessed through the following structures:

Component Description
Entries Individual posts containing unique IDs, titles, feed sources, and summaries.
Feeds Metadata for each subscription, including unread counts and feed-specific IDs.
Markdown Full-text content retrieved for deep analysis and summarization tasks.
Stats Database-level statistics regarding the volume of stored and unread items.

RSS Digest Advanced Features

  • Full-text search across all indexed feed content for precise research and discovery.
  • Batch entry management allowing the agent to mark multiple items as read in a single operation.
  • Token-optimized table outputs designed specifically for efficient processing within Openclaw Skills.
  • Feed-specific filtering to isolate updates from particular high-value sources.
  • Thematic grouping of summaries to identify emerging trends across multiple feeds.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins feed
Github Stars: 0
forks: 0

Featured*