do.ai-newsletters

Fetch RSS feeds, deduplicate titles, rank AI news, and write Markdown digests to Obsidian.

6|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dull-bird/DeepOrbit --skill do-ai-newsletters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do.ai-newsletters
Source: https://github.com/dull-bird/DeepOrbit/tree/main/skills/do.ai-newsletters
Command: npx skills add https://github.com/dull-bird/DeepOrbit --skill do-ai-newsletters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the time-consuming task of collecting scattered AI newsletter items, removing duplicates, ranking by relevance and novelty, and producing a concise daily digest that can be stored in an Obsidian vault.

Core Features & Use Cases

  • Fetches multiple RSS newsletter sources and extracts title, link, date, and description from each item.
  • Deduplicates similar items using title overlap heuristics, preserves richer descriptions, and tracks multiple sources per item.
  • Ranks items by AI relevance, recency, and novelty to produce featured recommendations, trend summaries, and a productivity tools section.
  • Saves structured Markdown outputs and raw source captures into organized Obsidian folders and respects the workspace language setting in deeporbit.json.
  • Use Case: Generate a daily AI digest for a content creator that highlights 3–5 feature stories with suggested content angles and stores both the curated summary and raw feed captures in the vault.

Quick Start

Use the do.ai-newsletters skill to fetch configured RSS feeds, deduplicate and rank items, and save a daily digest into your Obsidian vault.

Frequently Asked Questions about do.ai-newsletters

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily AI newsletter curation and remove duplicate RSS feed items?

Automating AI newsletter curation requires fetching RSS feeds, merging near-duplicate titles using overlap heuristics, and ranking items by AI relevance, recency, and novelty to produce a concise daily digest.

Can I save my AI news RSS digest directly into an Obsidian vault as a Markdown file?

Yes, you can save your AI news RSS digest into an Obsidian vault. The process writes structured Markdown summaries and raw source captures into organized folders while honoring workspace language settings.

What is the best way to consolidate multiple AI newsletter sources into a ranked daily digest?

The best way to consolidate AI newsletter sources is to fetch multiple RSS feeds, extract titles and descriptions, deduplicate overlapping items, and rank the remaining articles by relevance and recency.

How do RSS aggregation tools rank AI news items by novelty and relevance?

RSS aggregation tools rank AI news by evaluating title overlap to track multiple sources, then scoring each item based on its AI relevance, publication recency, and overall novelty to generate featured recommendations.

Does daily AI news curation work with multiple RSS feeds and preserve richer descriptions during deduplication?

Yes, daily AI news curation fetches multiple RSS feeds, extracts descriptions, and during deduplication it preserves the richer descriptions while tracking all original sources per consolidated item.

What limitations exist when generating an AI daily digest from RSS feeds using deduplication heuristics?

A limitation of generating an AI digest is that deduplication relies on title overlap heuristics, meaning items with different titles but similar content may not merge, and output depends entirely on RSS feed availability.