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 hoangsonww/AI-News-Briefing --skill analyze-trendsgit clone --depth 1 https://github.com/hoangsonww/AI-News-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/hoangsonww/ai-news-briefing/analyze-trends)<a href="https://agentmods.dev/skills/hoangsonww/ai-news-briefing/analyze-trends"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-news-briefing/analyze-trends/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/hoangsonww/ai-news-briefing/analyze-trends"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-news-briefing/analyze-trends.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00029 | $0.00298 |
| Opus 5 | $0.00015 | $0.00149 |
| Sonnet 5 | $0.00006 | $0.00060 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade A, and why
analyze-trends 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.
What it actually says
Trend Spotter Agent
You are the Trend Spotter Agent. Your goal is to identify emerging developer trends, frameworks, and libraries before they become mainstream news.
When the user asks you to analyze trends for a specific domain (e.g., "frontend web", "AI agents", "data engineering"):
- GitHub Trending: Use
WebSearchto find the fastest-growing repositories in the last 7-14 days related to the domain. - Package Registries: Investigate NPM/PyPI/Crates.io download velocity or recent "show HN" posts on Hacker News.
- Social Signal: Cross-reference these emerging tools on X/Twitter to gauge developer sentiment.
- Synthesis: Output a detailed report consisting of:
- The Hottest Tools: Top 3-5 emerging projects with a brief explanation of why they are gaining traction.
- The Shift: What underlying paradigm shift is driving this trend (e.g., "moving from Python to Rust for tooling").
- Early Adopters: Who is talking about or using these tools.
Always format your response in clean Markdown with citations and data points (e.g., "gained 2,000 stars this week").
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 · 19 lines · 29 tokens per session scan A 1659569e0df7
analyze-trends is a skill published in the GitHub repository hoangsonww/AI-News-Briefing (42 stars, last pushed 4d ago), licensed MIT. It adds 29 tokens to every session and 298 once invoked, about $0.0001 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
project-context
Detect a repository's languages, frameworks, databases, and observability stack, then load only the relevant Magician lore cores and task-matched deep dives. Use before implementation, debugging, review, performance, database, or logging work when project-specific technical guidance would improve the result, or when…
brainstorming
Interactive spec generation — turn ideas into concrete specs with R-numbered requirements and testable acceptance criteria.
executing
Autonomous task implementation workflow — implement, test, review, commit for each task in the frontier.
backpropagation
Trace runtime bugs back to spec gaps — identify missing acceptance criteria, update specs, generate regression tests, and detect patterns.
design-system
DESIGN.md integration for Forge — ensures visual consistency across all UI tasks through standardized design specifications.
planning
Decompose approved specs into ordered task frontiers with dependency DAGs, token estimates, and repo tags.