Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rookie-ricardo avatar

Ak Rss Digest

  • 380 installs
  • 928 repo stars
  • Updated July 25, 2026
  • rookie-ricardo/erduo-skills

ak-rss-digest is an agent skill that fetches a bundled OPML feed list, scores articles on a 10-point rubric, and outputs a Simplified Chinese curated digest for developers tracking AI agents and frontier technology writi

About

ak-rss-digest is an erduo-skills workflow that runs scripts/fetch_today_feed_items.py against references/feeds.opml to collect RSS and Atom entries, defaulting to the most recent 7 days in Asia/Shanghai timezone. The agent scores each candidate on relevance, originality, readability, and usefulness, rejecting papers, changelogs, and vendor fluff, then outputs only items scoring strictly above 7.0 in a concise Chinese daily-brief format with title, score, recommendation, two-sentence summary, and link. Developers reach for ak-rss-digest when Codex or another agent needs a weekly AI-agent reading list, a single-day pull with --date, or a JSON feed for downstream automation. Feed failures are non-fatal; the skill continues with successful sources and reports coverage gaps only when material.

  • Feed aggregation
  • Summarized digests
  • Source deduplication
  • Trend spotting
  • Publishing cadence

Ak Rss Digest by the numbers

  • 380 all-time installs (skills.sh)
  • +4 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #456 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill ak-rss-digest

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs380
repo stars928
Last updatedJuly 25, 2026
Repositoryrookie-ricardo/erduo-skills

How do you curate RSS feeds into ranked digests?

Aggregate RSS feeds into concise digests highlighting new posts, trends, and follow-up actions for newsletters, research, or team briefings.

Who is it for?

Developers who want an agent to filter a fixed RSS bundle for high-signal AI agent and frontier tech essays in Chinese brief format.

Skip if: Skip ak-rss-digest when you need English output, custom feed lists without editing feeds.opml, or real-time push notifications instead of on-demand digest runs.

When should I use this skill?

User asks for a weekly RSS reading digest, AI agent news roundup, or to run fetch_today_feed_items.py with scoring above 7.0 in Chinese.

What you get

Simplified Chinese digest listing scored articles above 7.0 with title, recommendation, two-sentence summary, and canonical URL per item.

  • Scored Chinese reading digest
  • JSON feed item export

By the numbers

  • Scores articles on a 10-point scale and outputs only items above 7.0
  • Defaults to fetching the most recent 7 days of RSS entries
  • Bundles feeds.opml and fetch_today_feed_items.py script

Files

SKILL.mdMarkdownGitHub ↗

AK RSS Digest

Overview

Use this skill to build a current reading list from the feed bundle in references/feeds.opml. Default to the most recent 7 days ending on the current date in Asia/Shanghai, and narrow to a single day only when the user explicitly asks for it.

Workflow

1. Run python3 scripts/fetch_today_feed_items.py --format json to collect entries from the configured feeds. This defaults to the most recent 7 days. 2. Treat feed-level network failures as non-fatal. Continue with the feeds that succeeded and mention major failures only when they materially reduce coverage. 3. Read the structured output and discard obvious mismatches before opening article pages. Reject items that are clearly raw research papers, release notes, changelogs, benchmark dumps, or narrowly technical implementation logs without broader implications. 4. Open the remaining candidate links when the feed summary is too thin to judge the article well. Skim for thesis, novelty, readability, and whether the piece offers strong perspective rather than just information. 5. Score every serious candidate on the rubric below. Output only items with a score strictly greater than 7.0. 6. If nothing clears the threshold, say so directly instead of padding the output with mediocre picks.

Selection Heuristics

Prefer articles with at least one of these traits:

  • Fresh thinking about AI agents, agent tooling, agent UX, multi-agent workflows, evaluation, deployment, or failure modes.
  • Strong interviews or conversations with operators, founders, researchers, or engineers who reveal how frontier work is actually being done.
  • Essays that synthesize a new direction, new constraint, or strategic implication in AI, software, or adjacent technology.
  • Pieces that are readable and idea-dense for a general technical audience, not just specialists in one subfield.

Penalize heavily or reject:

  • Pure technical papers and paper summaries with little interpretive value.
  • Vendor marketing, launch fluff, SEO writing, or obvious news rewrites.
  • Narrow implementation diaries that do not connect to broader product, research, or ecosystem questions.
  • Dry reference material that is correct but not worth a strong recommendation.

Scoring Rubric

  • 9-10: Exceptional fit. Strong signal, strong writing, original insight, and clearly valuable for someone tracking AI agents or adjacent frontier shifts.
  • 8-8.9: Good recommendation. Worth reading, clear point of view, and relevant enough to the target taste profile.
  • 7-7.9: Borderline. Useful but not compelling enough for the final digest. Do not output it.
  • 5-6.9: Competent but dry, derivative, too narrow, or not aligned with the target taste profile.
  • <5: Irrelevant, low-signal, or actively unsuitable.

When scoring, weigh these dimensions:

  • Relevance to AI agents, frontier AI, deep operator insight, or adjacent strategic technology discussion.
  • Originality of the article's argument or reporting.
  • Readability and ability to hold attention.
  • Practical usefulness for someone trying to keep up with meaningful new directions.

Output Format

Write the final answer in Simplified Chinese. For each article that scores above 7, include exactly these elements with Chinese labels:

  • 标题: original article title.
  • 评分: x/10, use one decimal place when helpful.
  • 推荐语: one or two sentences explaining why this is worth reading.
  • 摘要: exactly two sentences summarizing the article.
  • 链接: canonical article URL.

Use a concise tone that reads like a curated daily brief, not a formal report:

  • Prefer short, direct sentences over explanatory padding.
  • Lead with why the article is worth the user's time.
  • Keep each item compact and scannable.
  • Avoid English field names such as Title, Score, or Recommendation.

Use this structure for the final answer:

本期从最近一周的 RSS 里筛出几篇值得看的文章,重点偏 AI agent、前沿判断和不太枯燥的深度内容。

- 标题:文章标题
  评分:8.7/10
  推荐语:1-2 句话,先说为什么值得看。
  摘要:严格两句话,讲清核心观点和价值。
  链接:文章链接

If nothing qualifies, say so directly in Chinese, for example:

这周没有筛到真正值得推荐的文章。现有更新要么偏技术细节,要么信息密度不够,没有过 7 分线。

Resources

  • scripts/fetch_today_feed_items.py

Use this script to fetch the configured feeds and return recent entries as structured JSON or Markdown.

  • references/feeds.opml

Use this as the source of truth for the feed bundle. Keep the workflow anchored to this file unless the user explicitly asks to change the feed list.

Command Examples

Fetch the latest week of entries in Shanghai time:

python3 scripts/fetch_today_feed_items.py --format json

Fetch a single day explicitly:

python3 scripts/fetch_today_feed_items.py --date 2026-03-17 --days 1 --timezone Asia/Shanghai --format json

Fetch the latest posts from the past week:

python3 scripts/fetch_today_feed_items.py --days 7 --limit 30 --format json

Inspect a quick Markdown view instead of JSON:

python3 scripts/fetch_today_feed_items.py --format markdown

Related skills

FAQ

What score threshold does ak-rss-digest use?

ak-rss-digest scores every serious candidate on a 10-point rubric and outputs only articles strictly above 7.0. Borderline 7.0–7.9 items are excluded; if nothing qualifies, the skill reports that directly in Chinese.

How does ak-rss-digest fetch feed entries?

ak-rss-digest runs python3 scripts/fetch_today_feed_items.py against references/feeds.opml. The default command returns the most recent 7 days in Asia/Shanghai timezone as JSON or Markdown.

What content does ak-rss-digest prioritize?

ak-rss-digest prioritizes AI agents, multi-agent workflows, operator interviews, and frontier synthesis essays readable to a general technical audience. It penalizes raw papers, release notes, SEO rewrites, and vendor launch fluff.

Automation & Workflowscontentlifecycle

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.