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

daily-news-digest每日新闻文摘

Agent Skill

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

总安装

706

周安装

30

GitHub Stars

公开资料未说明

下载量

247
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/wilburnhuang/daily-news-digest-skill --skill daily-news-digest

简介

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

  • 它可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前顶部介绍为空,原始 SKILL.md 摘录未提供。
  • 暂无其他已知细节。

SKILL.md

Daily Tech & GNSS News Digest Generator

Generate daily news digest blog posts sourced primarily from Bloomberg Tech YouTube channel.

Workflow

1. Determine Target Date

  • Use today's date for the digest title and filename
  • For news content: prioritize today's news, but go back up to 3 days to cover weekends

2. Fetch Tech News from Bloomberg Tech

Search for Bloomberg Tech coverage using these queries:

Bloomberg Technology YouTube January [DAY] [YEAR]
Bloomberg Tech Asia January [YEAR]
Bloomberg Tech Europe January [YEAR]

Source Priority:

  1. Bloomberg Tech (main US show) - primary source
  2. Bloomberg Tech Asia - for Asian market/tech news
  3. Bloomberg Tech Europe - for European tech news

Date Priority:

  1. Today's episode - lead stories
  2. Past 3 days - only HUGE news (major deals, IPOs, regulatory actions)

3. Read Recent Posts to Identify Already-Covered GNSS Stories

This step is mandatory — do not skip it. Before fetching any GNSS news:

  1. List the 5 most recent daily digest files using Glob on src/content/posts/*-daily-tech-gnss-news.mdx, sorted by date descending.
  2. Read the GNSS section of each file (the portion after ## GNSS News). Extract:

- Every company name mentioned - Every product name mentioned - Every event or announcement covered (funding rounds, product launches, MOUs, incidents)

  1. Build a blocklist of topics that must not appear again in today's digest, e.g.:

- "Advanced Navigation Series C" — covered March 19 - "u-blox ZED-X20D" — covered March 20 - "Milanion / NovAtel MOU" — covered March 18 - "Strait of Hormuz GNSS interference" — covered March 17, 19, 20

  1. Only proceed to fetch GNSS news after completing this review. When evaluating candidate stories, cross-check each one against the blocklist and discard any match — even if it would appear only as an "Additional Headline."

Exception: If a blocked story has a concrete new development (new data, follow-up announcement, outcome), it may be included but must be clearly framed as "Update:" and must add genuinely new information — not a restatement of the original story.

If fewer than 2 fresh stories exist: Run with 1 story (or none) rather than recycle covered ones. A short GNSS section is better than a repetitive one.

5. Fetch GNSS News

Primary Sources (check first):

  1. Inside GNSS - insidegnss.com (industry-leading publication)
  2. GPS World - gpsworld.com

Company Newsrooms (check 2-3 with recent activity):

  • Trimble: investor.trimble.com/news-releases
  • Hexagon: hexagon.com/company/newsroom
  • Topcon: topconpositioning.com/news
  • Quectel: quectel.com/news
  • Swift Navigation: swiftnav.com/newsroom
  • u-blox: u-blox.com/en/newsroom
  • Septentrio: septentrio.com/en/company/news
  • CHC Navigation: chcnav.com/news
  • Unicorecomm: unicorecomm.com/news

Efficient Search Strategy:

# Start with aggregated industry news
site:insidegnss.com news [current month] [YEAR]
site:gpsworld.com news [current month] [YEAR]

# Then search for major company announcements
"GNSS" OR "positioning" news (Trimble OR Hexagon OR Topcon) [current month] [YEAR]
"precision navigation" OR "RTK" OR "PPP" announcement [current month] [YEAR]

# Only if needed - check specific company newsrooms
site:trimble.com news release [current month] [YEAR]

Efficiency Rule: Stop after finding 2-3 solid GNSS stories that have not already appeared in recent digests. Don't exhaustively check every company newsroom - prioritize Inside GNSS and GPS World as they aggregate industry news. If truly fresh stories are scarce, it is better to run with 1 full GNSS story than to recycle covered ones.

6. Generate Article

Create MDX file at: src/content/posts/[YYYY-MM-DD]-daily-tech-gnss-news.mdx

See references/article-template.md for structure.

Tech News Section Structure:

  • Lead story (biggest news from today)
  • 2-3 major stories (mix of today + huge news from past 3 days)
  • Additional Headlines (bullet list of 3-5 smaller items)

GNSS News Section Structure:

  • 1-2 full stories with context
  • Focus on: autonomous vehicles, precision agriculture, GPS-denied navigation, new products

7. Commit (if requested)

Use commit message format:

feat: add daily tech & GNSS news digest for [DATE]

Quality Guidelines

  • Bold key figures ($1 billion, 6 gigawatts)
  • Include company names and specific numbers
  • Attribute sources ("Bloomberg reports...", "According to...")
  • Keep paragraphs concise (3-4 sentences max)
  • Key Takeaways: exactly 3 bullet points summarizing main themes

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.27%
按下载量换算90

Claude

29.07%
按下载量换算72

Cursor

18.96%
按下载量换算47

Gemini CLI

7.86%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills