Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

ak-rss-digestAK RSS 摘要

Agent Skill

ak-rss-digest 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,461

周安装

314

GitHub Stars

870

下载量

2,612
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ak-rss-digest(AK RSS 摘要)
来源仓库:https://github.com/rookie-ricardo/erduo-skills
仓库路径:skills/ak-rss-digest
安装命令:
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill ak-rss-digest
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill ak-rss-digest

简介

ak-rss-digest 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于 RSS 摘要生成,支持从配置好的订阅源提取最新内容。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和是否触发联网或文件读写。
  • 建议在使用前检查维护状态,避免依赖不稳定或已废弃的技能实现。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.49%
按下载量换算901

Claude

31.14%
按下载量换算813

Cursor

17.61%
按下载量换算460

Gemini CLI

9.16%
按下载量换算239

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills