Token导航 LogoToken导航TokenDH.com
AI 工具操作浏览器github未标认证来源可访问clear审计异常

news-aggregator-skill新闻聚合技能

Agent Skill

news-aggregator-skill 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

117,577

周安装

5,035

GitHub Stars

1,025

下载量

40,951
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/cclank/news-aggregator-skill --skill news-aggregator-skill

简介

从 28 个全球、人工智能、金融和播客来源获取并分析实时新闻,并提供深入的中文报告。

  • 支持六大类 28 个来源:全球新闻(黑客新闻、GitHub、微博)、人工智能/科技(拥抱面纸、时事通讯)、金融(WallStreetCN)、播客和论文
  • 三步通用工作流程:通过关键字过滤获取数据,生成统一的简体中文 Markdown 报告,并保存到带时间戳的目录
  • 针对常见新闻例程的预配置每日简报资料(一般、金融、科技、社交、人工智能、阅读列表)
  • “如意如意”命令触发的交互菜单模式;智能关键字扩展(例如,“AI”自动扩展以包括 LLM、GPT、Claude、Agent、RAG、DeepSeek)

SKILL.md

News Aggregator Skill

Fetch real-time hot news from 28 sources, generate deep analysis reports in Chinese.


🔄 Universal Workflow (3 Steps)

Every news request follows the same workflow, regardless of source or combination:

Step 1: Fetch Data

# Single source
python3 scripts/fetch_news.py --source <source_key> --no-save

# Multiple sources (comma-separated)
python3 scripts/fetch_news.py --source hackernews,github,wallstreetcn --no-save

# All sources (broad scan)
python3 scripts/fetch_news.py --source all --limit 15 --deep --no-save

# With keyword filter (auto-expand: "AI" → "AI,LLM,GPT,Claude,Agent,RAG")
python3 scripts/fetch_news.py --source hackernews --keyword "AI,LLM,GPT" --deep --no-save

Step 2: Generate Report

Read the output JSON and format every item using the Unified Report Template below. Translate all content to Simplified Chinese.

Step 3: Save & Present

Save the report to reports/YYYY-MM-DD/<source>_report.md, then display the full content to the user.


📰 Unified Report Template

All sources use this single template. Show/hide optional fields based on data availability.

#### N. [标题 (中文翻译)](https://original-url.com)
- **Source**: 源名 | **Time**: 时间 | **Heat**: 🔥 热度值
- **Links**: [Discussion](hn_url) | [GitHub](gh_url)     ← 仅在数据存在时显示
- **Summary**: 一句话中文摘要。
- **Deep Dive**: 💡 **Insight**: 深度分析(背景、影响、技术价值)。

Source-Specific Adaptations

Only the differences from the universal template:

SourceAdaptation
Hacker NewsMUST include [Discussion](hn_url) link
GitHubUse 🌟 Stars for Heat, add Lang field, add #Tags in Deep Dive
Hugging FaceUse 🔥 +N upvotes for Heat, include [GitHub](url) if present, write 深度解读 (not just translate abstract)
WeiboPreserve exact heat text (e.g. "108万")

🛠️ Tools

fetch_news.py

ArgDescriptionDefault
--sourceSource key(s), comma-separated. See table below.all
--limitMax items per source15
--keywordComma-separated keyword filterNone
--deepDownload article text for richer analysisOff
--saveForce save to reports dirAuto for single source
--outdirCustom output directoryreports/YYYY-MM-DD/

Available Sources (28)

CategoryKeyName
Global NewshackernewsHacker News
36kr36氪
wallstreetcn华尔街见闻
tencent腾讯新闻
weibo微博热搜
v2exV2EX
producthuntProduct Hunt
githubGitHub Trending
AI/TechhuggingfaceHF Daily Papers
ai_newslettersAll AI Newsletters (aggregate)
bensbitesBen's Bites
interconnectsInterconnects (Nathan Lambert)
oneusefulthingOne Useful Thing (Ethan Mollick)
chinaiChinAI (Jeffrey Ding)
memiaMemia
aitoroiAI to ROI
kdnuggetsKDnuggets
PodcastspodcastsAll Podcasts (aggregate)
lexfridmanLex Fridman
80000hours80,000 Hours
latentspaceLatent Space
EssaysessaysAll Essays (aggregate)
paulgrahamPaul Graham
waitbutwhyWait But Why
jamesclearJames Clear
farnamstreetFarnam Street
scottyoungScott Young
dankoeDan Koe

daily_briefing.py (Morning Routines)

Pre-configured multi-source profiles:

python3 scripts/daily_briefing.py --profile <profile>
ProfileSourcesInstruction File
generalHN, 36Kr, GitHub, Weibo, PH, WallStreetCNinstructions/briefing_general.md
financeWallStreetCN, 36Kr, Tencentinstructions/briefing_finance.md
techGitHub, HN, Product Huntinstructions/briefing_tech.md
socialWeibo, V2EX, Tencentinstructions/briefing_social.md
ai_dailyHF Papers, AI Newslettersinstructions/briefing_ai_daily.md
reading_listEssays, Podcasts(Use universal template)

Workflow: Execute script → Read corresponding instruction file → Generate report following both the instruction file AND the universal template.


⚠️ Rules (Strict)

  1. Language: ALL output in Simplified Chinese (简体中文). Keep well-known English proper nouns (ChatGPT, Python, etc.).
  2. Time: MANDATORY field. Never skip. If missing in JSON, mark as "Unknown Time". Preserve "Real-time" / "Today" / "Hot" as-is.
  3. Anti-Hallucination: Only use data from the JSON. Never invent news items. Use simple SVO sentences. Do not fabricate causal relationships.
  4. Smart Keyword Expansion: When user says "AI" → auto-expand to "AI,LLM,GPT,Claude,Agent,RAG,DeepSeek". Similar expansions for other domains.
  5. Smart Fill: If results < 5 items in a time window, supplement with high-value items from wider range. Mark supplementary items with ⚠️.
  6. Save: Always save report to reports/YYYY-MM-DD/ before displaying.

📋 Interactive Menu

When the user says "如意如意" or asks for "menu/help":

  1. Read templates.md
  2. Display the menu
  3. Execute the user's selection using the Universal Workflow above

Requirements

  • Python 3.8+, pip install -r requirements.txt
  • Playwright (for HF Papers & Ben's Bites): playwright install chromium

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

29.54%
按下载量换算12,097

OpenCode

24.31%
按下载量换算9,955

Gemini CLI

16.3%
按下载量换算6,675

Antigravity

12.59%
按下载量换算5,156

Cursor

7.96%
按下载量换算3,260

Codex

3.28%
按下载量换算1,343

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills