🦞 Give OpenClaw superpowered memory with one command
Install Skill
All Integrations

RSS & Atom Feeds

Continuous Content Sync

Subscribe to blogs, news sites, and podcasts. The Feeder agent continuously polls your feeds and creates searchable entries with full content, metadata, and media attachments.

RSS 2.0
Full Support
Atom
Full Support
Auto
Deduplication
Podcasts
Audio Enclosures
# Add a feed subscription
onelist feed add https://example.com/feed.xml

How It Works

1

Subscribe

Add any RSS or Atom feed URL to your Onelist instance.

2

Poll

Feeder agent checks feeds periodically for new items.

3

Extract

Content converted to Markdown, metadata extracted, media downloaded.

4

Index

Entries created, embedded, and ready for semantic search.

Features

Format Support

  • RSS 2.0 (most common)
  • Atom 1.0
  • RSS 1.0 (RDF)
  • Auto-detection

Content Extraction

  • HTML to Markdown conversion
  • Full content or summary
  • Author extraction
  • Publish date parsing

Deduplication

  • GUID-based tracking
  • Date-based filtering
  • No duplicate entries
  • Cursor-based sync

Media Support

  • Podcast audio enclosures
  • Video enclosures
  • Image attachments
  • Auto entry type detection

Automatic Entry Type Detection

📰

Article

Default for text-only feed items. Blog posts, news articles, etc.

🎙️

Podcast

When audio enclosures detected. MP3, M4A, etc.

🎬

Video

When video enclosures detected. MP4, WebM, etc.

Extracted Metadata

# Example entry from RSS feed
{
  "entry_type": "article",
  "title": "Understanding Vector Databases",
  "content": "# Understanding Vector Databases\n\nVector databases are...",
  "url": "https://example.com/vector-databases",
  "tags": ["technology", "databases", "ai"],
  "metadata": {
    "source_type": "rss",
    "guid": "https://example.com/posts/123",
    "feed_url": "https://example.com/feed.xml",
    "feed_title": "Tech Blog",
    "author": "Jane Smith",
    "published_at": "2026-01-28T10:30:00Z"
  },
  "assets": []
}

Categories as Tags

Feed categories are automatically converted to tags for organization.

technology programming tutorial

Date Parsing

Supports multiple date formats:

  • RFC 822: Mon, 28 Jan 2026 10:30:00 GMT
  • ISO 8601: 2026-01-28T10:30:00Z
  • Auto-detected and normalized

Authentication

Public Feeds

Most feeds are public and require no authentication.

onelist feed add https://blog.example.com/feed.xml

Protected Feeds

Some feeds require HTTP Basic Auth.

onelist feed add \
--username user \
--password pass \
https://private.example.com/feed.xml

Use Cases

📚

Research Library

Subscribe to academic blogs, industry publications, and research newsletters. Build a searchable knowledge base of your field.

🎧

Podcast Archive

Subscribe to podcast feeds. Episodes downloaded and indexed. Transcribe with Whisper for full-text search.

📰

News Monitoring

Track news sources relevant to your interests. Search across all sources simultaneously.

💻

Tech Blog Aggregator

Follow engineering blogs from companies and individuals. Never miss an important technical post.

Build Your Personal News Feed

Subscribe to RSS feeds and search everything in one place.