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 yinjialu/ai-frontier-daily --skill ai-daily-digestgit clone --depth 1 https://github.com/yinjialu/ai-frontier-dailyWrote 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/yinjialu/ai-frontier-daily/ai-daily-digest)<a href="https://agentmods.dev/skills/yinjialu/ai-frontier-daily/ai-daily-digest"><img src="https://agentmods.dev/badge/skills/yinjialu/ai-frontier-daily/ai-daily-digest/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/yinjialu/ai-frontier-daily/ai-daily-digest"><img src="https://agentmods.dev/badge/skills/yinjialu/ai-frontier-daily/ai-daily-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00132 | $0.06729 |
| Opus 5 | $0.00066 | $0.03365 |
| Sonnet 5 | $0.00026 | $0.01346 |
| Haiku 4.5 | $0.00013 | $0.00673 |
Grade A, and why
ai-daily-digest scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
1. `sources.yaml`:在 `vendors.<新id>` 下加 `rss`/`webfetch` 源(先 `curl -sI` / WebFetch 实测)。 The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
19 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.
- ADD_VENDOR.md 13 KB
- cards.css 20 KB
- cards.js 13 KB runs code
- collector.py 7.0 KB runs code
- curator.py 7.9 KB runs code
- daily-search-matrix.json 214 B
- dedup.py 1.4 KB runs code
- fixtures/sample_data.json 1.4 KB
- fixtures/sample_items.json 1.2 KB
- glass-preview.html 5.8 KB
- publish_wechat_newspic.py 7.7 KB runs code
- publish_xhs_newspic.py 6.6 KB runs code
- render.js 5.1 KB runs code
- requirements.txt 28 B
- run.py 9.8 KB runs code
- sources.yaml 12 KB
- test_deepdive_cards.js 2.5 KB runs code
- to_wechat_md.py 3.4 KB runs code
- to_xhs_post.py 5.1 KB runs code
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 · 303 lines · 132 tokens per session scan A 16aa85b9f5c9
ai-daily-digest is a skill published in the GitHub repository yinjialu/ai-frontier-daily (6 stars, last pushed 5d ago), with no licence file. It adds 132 tokens to every session and 6,729 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-memory-mcp
A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).
agent-evaluation
This skill should be used when the user asks to "evaluate agent performance", "build test framework", "measure agent quality", "create evaluation rubrics", "implement LLM-as-judge", "compare model outputs", "mitigate evaluation bias", or mentions multi-dimensional evaluation, agent testing, quality gates, direct…
custom-personas
Design ad-hoc personas for niche domains when the canonical 12 brainstorm- swarm personas don't fit. Covers: when a custom persona is justified (vs forcing canonical to fit), the persona-design template (voice, contribution shape, output format), anti-patterns (too-narrow personas, redundant personas, sock-puppet…
swarm-protocol
Orchestration logic for running a parallel persona-swarm brainstorm — when to invoke, which subset of the 12 canonical personas to spawn (PM, Engineer, Designer, Skeptic, User Advocate, Pre-Mortem Specialist, Junior, Veteran, First-Principles Thinker, Constraint-Setter, Optimist, Operator), how to spawn them in…
cicd-pipelines
CI/CD pipeline design and DevOps automation — use when the user mentions GitHub Actions, GitLab CI, Jenkins, Terraform, infrastructure as code, DevSecOps, ArgoCD, Kubernetes deployment automation, or pipeline configuration YAML. NOT for release orchestration or semantic-release workflows (use git-workflow), NOT for…
agent-project-development
This skill should be used when the user asks to "start an LLM project", "design batch pipeline", "evaluate task-model fit", "structure agent project", or mentions pipeline architecture, agent-assisted development, cost estimation, or choosing between LLM and traditional approaches. NOT for evaluating agent quality or…