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 radif-ru/ai-multi-agent-system --skill weathergit clone --depth 1 https://github.com/radif-ru/ai-multi-agent-systemWrote 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/radif-ru/ai-multi-agent-system/weather)<a href="https://agentmods.dev/skills/radif-ru/ai-multi-agent-system/weather"><img src="https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/weather/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/radif-ru/ai-multi-agent-system/weather"><img src="https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/weather.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.00053 | $0.00949 |
| Opus 5 | $0.00026 | $0.00475 |
| Sonnet 5 | $0.00011 | $0.00190 |
| Haiku 4.5 | $0.00005 | $0.00095 |
Grade A, and why
weather 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 10d 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.
"requires": { "bins": ["curl"] }, How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: weather
Получает текущие погодные условия и прогноз через сервис wttr.in (без API-ключа, по curl).
Когда использовать
- «Какая сейчас погода?»
- «Будет ли дождь сегодня/завтра?»
- «Температура в Москве»
- «Прогноз на неделю»
- Планирование поездки — проверить погоду в точке назначения.
Когда не использовать
- Исторические данные о погоде → нужны архивы погоды/специализированные API.
- Климатический анализ или тренды → специализированные источники.
- Гипер-локальные микро-климатические данные → локальные сенсоры.
- Штормовые предупреждения → официальные службы (Гидрометцентр, NWS).
- Авиационная/морская погода → специализированные сервисы (METAR и т. п.).
Местоположение
В запрос всегда добавляй город, регион или код аэропорта (IATA/ICAO).
Команды
Текущая погода
# Однострочное резюме
curl "wttr.in/Moscow?format=3"
# Подробные текущие условия
curl "wttr.in/Moscow?0"
# Конкретный город (пробелы — через `+`)
curl "wttr.in/New+York?format=3"
Прогноз
# Прогноз на 3 дня (по умолчанию)
curl "wttr.in/Moscow"
# Прогноз на неделю
curl "wttr.in/Moscow?format=v2"
# Конкретный день: 0 — сегодня, 1 — завтра, 2 — послезавтра
curl "wttr.in/Moscow?1"
Опции форматирования
# Однострочный кастомный формат
curl "wttr.in/Moscow?format=%l:+%c+%t+%w"
# JSON-вывод
curl "wttr.in/Moscow?format=j1"
# PNG-картинка
curl "wttr.in/Moscow.png"
Коды формата
%c— иконка/смайлик условий%t— температура%f— ощущается как%w— ветер%h— влажность%p— осадки%l— название локации
Готовые шаблоны ответов
«Какая сейчас погода?»
curl -s "wttr.in/Moscow?format=%l:+%c+%t+(\u043e\u0449\u0443\u0449\u0430\u0435\u0442\u0441\u044f+\u043a\u0430\u043a+%f),+%w+\u0432\u0435\u0442\u0435\u0440,+%h+\u0432\u043b\u0430\u0436\u043d\u043e\u0441\u0442\u044c"
«Будет ли дождь?»
curl -s "wttr.in/Moscow?format=%l:+%c+%p"
«Прогноз на выходные»
curl "wttr.in/Moscow?format=v2"
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.
- 10d ago First seen · 126 lines · 53 tokens per session scan A 163269101f43
weather is a skill published in the GitHub repository radif-ru/ai-multi-agent-system (6 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 949 once invoked, about $0.0003 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
ai-portable-setup
Erstellt einen portablen KI-Arbeitsbereich auf einem USB-Stick oder beliebigen Laufwerk. RAG-Pipeline mit lokalen LLM-Modellen (Ollama), Vektordatenbank (ChromaDB) und vorkonfigurierten Prompts.
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
ai-image-color-cycling
Generate an AI image, quantize it to a 256-color indexed palette, and produce BOTH a self-contained HTML artifact AND a perfect-loop animated GIF that bring the image to life via classic 1990s palette cycling — the trick where rotating palette entries makes water flow, fire flicker, and stars twinkle without ever…
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…
frontend-slides
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.