/discover

Fetch RSS articles, deduplicate against notes, and route to Obsidian folders.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jdidion/claude-plugins --skill discover-jdidion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /discover
Source: https://github.com/jdidion/claude-plugins/tree/main/plugins/curaitor/skills/cu%3Adiscover
Command: npx skills add https://github.com/jdidion/claude-plugins --skill discover-jdidion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill surfaces new RSS articles and routes them into Obsidian for review and organization.

Core Features & Use Cases

  • Surface recent articles from configured RSS feeds
  • Deduplicate against Obsidian notes and the Recycle.md
  • Route to Curaitor/Inbox, Curaitor/Review, or Curaitor/Ignored based on rules and autonomy
  • Optional local-triage pre-pass and cron-based queue handling

Quick Start

Configure feeds and preferences, then run the cu:discover skill to fetch, deduplicate, and route articles.

Frequently Asked Questions about /discover

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

FAQPage Schema
How do I automatically route RSS articles to Obsidian folders?

This Skill fetches RSS articles and evaluates cross-disciplinary relevance using triage rules, routing them to Obsidian folders like Curaitor/Inbox, Curaitor/Review, or Curaitor/Ignored based on your configured autonomy.

How does RSS article deduplication work with existing Obsidian notes?

Deduplication checks incoming RSS articles against existing Obsidian notes and the Recycle.md file, preventing previously reviewed or discarded articles from re-entering your triage queue.

Can I run RSS triage automatically using cron with Obsidian?

Yes, the workflow supports cron mode with optional CURAITOR_CRON behavior and FEEDLY_TOKEN checks to process queued RSS feeds automatically without manual intervention.

Do I need a Feedly token to discover RSS articles for Obsidian?

A Feedly token is not strictly required, but the workflow supports optional FEEDLY_TOKEN checks to integrate Feedly sources if you use that service for RSS management.

How do I configure cross-disciplinary relevance rules for RSS triage?

You configure relevance rules by defining parameters in reading-prefs.md and triage-rules.yaml files, which Claude evaluates to determine routing across Obsidian folders.

What is local triage pre-pass for RSS feeds before Obsidian routing?

Local triage is an optional pre-pass that processes RSS feeds locally before Claude evaluation, filtering out obvious mismatches to reduce processing overhead before routing to Obsidian.