daily-briefing

daily-briefing is a skill for Codex from Rion-Wu-tech/ai-daily-briefing. It costs 124 tokens per session (2,960 once invoked), scanned A, original, MIT.

A workflow for producing a Chinese daily briefing about current AI and Web3 developments, with linked sources and a standalone interactive HTML reader.

In plain words
What is it for?
Use it when creating a time-bounded daily briefing, selecting a topic or time window, or saving the result as Markdown and interactive HTML.
Why use it?
It gathers and organizes recent reports across areas such as model releases, products, applications, infrastructure, funding, and industry trends.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it when creating a time-bounded daily briefing, selecting a topic or time window, or saving the result as Markdown and interactive HTML.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rion-wu-tech/ai-daily-briefing/daily-briefing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Rion-Wu-tech/ai-daily-briefing --skill daily-briefing
Clone the repo
git clone --depth 1 https://github.com/Rion-Wu-tech/ai-daily-briefing

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for daily-briefing

README.md
[![agentmods](https://agentmods.dev/badge/skills/rion-wu-tech/ai-daily-briefing/daily-briefing/github.svg)](https://agentmods.dev/skills/rion-wu-tech/ai-daily-briefing/daily-briefing)
Your own site
<a href="https://agentmods.dev/skills/rion-wu-tech/ai-daily-briefing/daily-briefing"><img src="https://agentmods.dev/badge/skills/rion-wu-tech/ai-daily-briefing/daily-briefing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for daily-briefing

Your own site · 80×15
<a href="https://agentmods.dev/skills/rion-wu-tech/ai-daily-briefing/daily-briefing"><img src="https://agentmods.dev/badge/skills/rion-wu-tech/ai-daily-briefing/daily-briefing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,960 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 20
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 154
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00124 $0.02960
Opus 5 $0.00062 $0.01480
Sonnet 5 $0.00025 $0.00592
Haiku 4.5 $0.00012 $0.00296

Measured 12d ago against content hash bc53d847fbc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

daily-briefing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/render-briefing-html.py, scripts/run-daily-briefing.sh, scripts/validate-briefing.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/daily-briefing/SKILL.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daily Briefing

Use this skill directly in Codex. Do not require Hermes, Telegram, or a separate chat bot.

Generate Today's Briefing

  1. Run the bundled helper to fetch, normalize, deduplicate, and score the source pool:
skills/daily-briefing/scripts/run-daily-briefing.sh \
  --editorial-packet \
  --output-file "outputs/editorial_packet_$(date +%F).json"

Translate explicit user constraints into helper flags without asking them to learn CLI syntax:

  • 最近 48 小时模型发布与更新--mode models --hours 48
  • 最近 7 天 AI 视频产品更新--mode products --focus "AI视频" --hours 168
  • 最近 24 小时应用层趋势--mode applications --hours 24
  • 最近 7 天 AI 投融资--mode funding --hours 168
  • 今日 AI 全产业链简报--mode industry --hours 24
  • 过去 24 小时医疗 AI 新闻--mode hotspots --focus "医疗" --hours 24
  • 今日完整早报 → keep the default --mode all; do not narrow the existing source pool.

Append the selected flags to the helper command before generating the editorial packet.

When invoked from an installed skill, use the absolute path to this skill's scripts/run-daily-briefing.sh.

  1. Read sections.industry_chain, sections.cross_layer_connections, sections.model_releases, sections.product_updates, sections.application_trends, sections.ai_funding, sections.viral_ai_news, sections.official_social_updates, and sections.editorial_queue. Treat infrastructure, model/platform, product/function, application adoption, capital/commercial events, and potentially viral news as parallel intelligence tracks. Use the current Codex model to select the strongest items, write concrete Chinese explanations, organize sections, and produce varied X drafts. raw_summary contains source material for factual rewriting; do not discard it when the deterministic Chinese hint is generic.

  2. When metadata.official_x_monitor.mode is codex_web_search, execute every query in sections.official_x_search_groups for the requested window. The groups are country-aware and put China first. Retain direct https://x.com/<handle>/status/<id> links, and add only posts published by the configured account. Also check sections.official_model_watchlist and sections.official_product_watchlist for vendors and products that do not expose a stable feed.

Read the full file on GitHub · 171 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 171 lines · 124 tokens per session scan A bc53d847fbc4

Subscribe to this mod's changes

daily-briefing is a skill published in the GitHub repository Rion-Wu-tech/ai-daily-briefing (171 stars, last pushed 17d ago), licensed MIT. It adds 124 tokens to every session and 2,960 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.