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.
onelist feed add https://example.com/feed.xml
Add any RSS or Atom feed URL to your Onelist instance.
Feeder agent checks feeds periodically for new items.
Content converted to Markdown, metadata extracted, media downloaded.
Entries created, embedded, and ready for semantic search.
Default for text-only feed items. Blog posts, news articles, etc.
When audio enclosures detected. MP3, M4A, etc.
When video enclosures detected. MP4, WebM, etc.
{
"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": []
}
Feed categories are automatically converted to tags for organization.
Supports multiple date formats:
Most feeds are public and require no authentication.
Some feeds require HTTP Basic Auth.
Subscribe to academic blogs, industry publications, and research newsletters. Build a searchable knowledge base of your field.
Subscribe to podcast feeds. Episodes downloaded and indexed. Transcribe with Whisper for full-text search.
Track news sources relevant to your interests. Search across all sources simultaneously.
Follow engineering blogs from companies and individuals. Never miss an important technical post.
Subscribe to RSS feeds and search everything in one place.