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.
npx skills add Rion-Wu-tech/ai-daily-briefing --skill daily-briefinggit clone --depth 1 https://github.com/Rion-Wu-tech/ai-daily-briefingWrote 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.
[](https://agentmods.dev/skills/rion-wu-tech/ai-daily-briefing/daily-briefing)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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.
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.
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
- 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.
-
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, andsections.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_summarycontains source material for factual rewriting; do not discard it when the deterministic Chinese hint is generic. -
When
metadata.official_x_monitor.modeiscodex_web_search, execute every query insections.official_x_search_groupsfor the requested window. The groups are country-aware and put China first. Retain directhttps://x.com/<handle>/status/<id>links, and add only posts published by the configured account. Also checksections.official_model_watchlistandsections.official_product_watchlistfor vendors and products that do not expose a stable feed.
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.
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.
- 12d ago First seen · 171 lines · 124 tokens per session scan A bc53d847fbc4
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.
Other skills, from other repositories
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…