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 Rayan55050/progressive-agent --skill ai_radargit clone --depth 1 https://github.com/Rayan55050/progressive-agentWrote 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/rayan55050/progressive-agent/ai_radar)<a href="https://agentmods.dev/skills/rayan55050/progressive-agent/ai_radar"><img src="https://agentmods.dev/badge/skills/rayan55050/progressive-agent/ai_radar.svg" alt="Measured on agentmods" 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.00019 | $0.00599 |
| Opus 5 | $0.00010 | $0.00300 |
| Sonnet 5 | $0.00004 | $0.00120 |
| Haiku 4.5 | $0.00002 | $0.00060 |
Grade A, and why
ai_radar 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 8d 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
AI Radar
Мониторинг новостей и трендов в мире искусственного интеллекта.
Стратегия поиска
Последние новости
"AI news today"(topic: news, time_range: day)"artificial intelligence news this week"(topic: news, time_range: week)
Новые модели
"new AI model release 2026"(topic: news)"Claude Anthropic update","GPT OpenAI update","Gemini Google update"
Инструменты и продукты
"AI tools launch"(topic: news, time_range: week)"AI automation tools new"(topic: general)
Глубокий анализ
Если просят ресёрч — используй web_research для комплексного анализа темы.
Источники (приоритет)
- The Verge, TechCrunch, Ars Technica
- Anthropic Blog, OpenAI Blog
- Habr.com (русскоязычный)
- Twitter/X через поиск
Формат ответа
Новости — блоками с эмодзи-маркерами:
🔥 *Название*
Краткое описание + [ссылка](url)
📌 *Название*
Описание + [ссылка](url)
NewsRadar (фоновый мониторинг)
Работает автоматически каждые 4 часа:
- Источники: Hacker News, HuggingFace Daily Papers, Reddit (r/LocalLLaMA, r/MachineLearning), GitHub Trending
- Фильтрует через LLM — пушит только реально важное
- Дайджест приходит в Telegram автоматически
Когда владелец спрашивает про AI-новости — я могу дополнить свежим поиском через web_search.
Правила
- Релевантность для владельца: фокус на агентах, автоматизации, Claude, инструментах (уточняется по OWNER.md)
- Без хайпа: факты, не спекуляции
- Практичность: если модель/тул может быть полезен владельцу — отметь это
- Язык: если нашёл на русском — отвечай на русском, на английском — переведи ключевые моменты
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.
- 8d ago First seen · 78 lines · 19 tokens per session scan A 194ef99f6358
ai_radar is a skill published in the GitHub repository Rayan55050/progressive-agent (2 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 599 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-31.
Other skills, from other repositories
analyze_current
Read and understand the current baseline implementation. Extract all relevant information about the existing approach without modifying anything, and record the analysis as a structured JSON entry.
local-llm-tool
Local LLM execution tool for text generation and chat through Ollama or vLLM endpoints. Use when: running on-prem inference, calling a local GPU model, or summarizing with a self-hosted LLM.
Vizra ADK Memory System
Implement persistent memory, session context, and vector memory (RAG) for AI agents.
prompt-craft
Translate natural language image descriptions into detailed, structured DALL-E prompts with subject, style, composition, lighting, and mood specifications.
citedy-content-ingestion
Turn any URL into structured content — YouTube videos (via Gemini Video API), web articles, PDFs, and audio files. Extract transcripts, summaries, and metadata for use in any LLM pipeline. Powered by Citedy.
prompt-cache-agent-harness
Plan and inspect prompt-cache behavior for long-running Claude agent loops. Use when a user wants to split stable tool, system, and history context into cacheable layers, compare captured cache metadata, estimate cost impact from supplied pricing inputs, or keep durable memory outside the cached prefix.