ak-rss-digest

Score RSS/Atom feed items above 7 and output Chinese daily digests.

930|86|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill ak-rss-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ak-rss-digest
Source: https://github.com/rookie-ricardo/erduo-skills/tree/main/skills/ak-rss-digest
Command: npx skills add https://github.com/rookie-ricardo/erduo-skills --skill ak-rss-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The AK RSS Digest curates a current reading list from a fixed bundle of RSS/Atom feeds and outputs a concise Chinese daily digest with high-signal articles, scored on a 10-point scale.

Core Features & Use Cases

  • Builds a focused digest from the feeds.opml bundle in references.
  • Scores every candidate item on a 10-point rubric and outputs only items scoring above 7 in a compact Chinese daily brief.
  • Supports default weekly lookback (most recent 7 days) or a single-day pull when requested by the user.

Quick Start

Run the fetch_today_feed_items.py script to pull feed items for today or a specific date, then output the digest in JSON or Markdown.

Frequently Asked Questions about ak-rss-digest

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

FAQPage Schema
How do I generate a daily AI news digest from RSS feeds?

To generate a daily AI news digest from RSS feeds, run the provided Python script against a configured feeds.opml bundle to pull, score, and output high-signal articles as a Chinese daily brief in Markdown or JSON format.

How does RSS feed scoring work for filtering high-quality AI articles?

RSS feed scoring applies a 10-point rubric to evaluate each candidate item pulled from the configured feeds.opml bundle, outputting only articles that score above 7 to ensure the digest contains high-signal AI insights.

Can I pull RSS feed items for a specific date instead of a weekly lookback?

Yes, you can pull RSS feed items for a specific date by requesting a single-day pull when running the script, overriding the default behavior which curates articles from the most recent seven days.

Do I need a Python environment to parse RSS feeds and output Markdown digests?

Yes, you need a Python environment to run the provided scripts that parse the RSS feeds, apply the 10-point scoring rubric, and output the filtered Markdown or JSON digest for agent consumption.

How do I configure custom RSS feeds for an AI agent reading list?

You configure custom RSS feeds for an AI agent reading list by editing the feeds.opml reference file bundled in the references directory, which the Python script parses to source candidate articles for the daily digest.

What is the best way to curate frontier AI insights from Atom feeds?

The best way to curate frontier AI insights from Atom feeds is using an automated scoring script that filters items above a 7-point threshold, producing a compact Chinese daily brief suitable for AI agent consumption.