weather

weather is a skill for Claude Code, Codex from radif-ru/ai-multi-agent-system. It costs 53 tokens per session (949 once invoked), scanned A, original, MIT.

A weather lookup guide that uses wttr.in to retrieve current conditions and forecasts for a named city, region or airport code. It covers forecasts for several days, including a week-long view.

In plain words
What is it for?
Checking current temperature and conditions, looking for rain, viewing forecasts and checking weather when planning a trip.
Why use it?
It provides weather information for a specific place without relying on memory or an unspecified location.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Checking current temperature and conditions, looking for rain, viewing forecasts and checking weather when planning a trip.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/radif-ru/ai-multi-agent-system/weather
Install

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.

Any agent
npx skills add radif-ru/ai-multi-agent-system --skill weather
Clone the repo
git clone --depth 1 https://github.com/radif-ru/ai-multi-agent-system

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for weather

README.md
[![agentmods](https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/weather/github.svg)](https://agentmods.dev/skills/radif-ru/ai-multi-agent-system/weather)
Your own site
<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.

agentmods 80×15 button for weather

Your own site · 80×15
<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>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 949 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 163269101f43, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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"] },
app/skills/weather/SKILL.md · 126 lines

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"

Read the full file on GitHub · 126 lines

Changes

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.

  1. 10d ago First seen · 126 lines · 53 tokens per session scan A 163269101f43

Subscribe to this mod's changes

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.

Related

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.

ellmos-ai/skills · 62 tokens

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.

MRWillisT/PullNexus · 64 tokens

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…

MRWillisT/PullNexus · 272 tokens

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…

MRWillisT/PullNexus · 62 tokens

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…

MRWillisT/PullNexus · 168 tokens

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.

MRWillisT/PullNexus · 63 tokens