weather

weather is a skill for Claude Code from curie-eng/curie. It costs 41 tokens per session (516 once invoked), scanned A, original, Apache-2.0.

A live weather-lookup procedure for finding a forecast for a specific place and date. It resolves words such as “today” and “tomorrow” into calendar dates and checks the forecast source directly.

In plain words
What is it for?
Use it to check temperature, sky conditions, rain or snow chances, and whether weather suits an outdoor plan or determines what to wear.
Why use it?
It reduces mistakes caused by using the wrong location, date, or a search-result summary that combines information from different places or days.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the weather plugin — 1 skill shipped together

Good fit Use it to check temperature, sky conditions, rain or snow chances, and whether weather suits an outdoor plan or determines what to wear.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/curie-eng/curie/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 curie-eng/curie --skill weather
Clone the repo
git clone --depth 1 https://github.com/curie-eng/curie

Made for: Claude Code.

Or install weather, the plugin that ships this one along with the rest of its 1 skill.

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/curie-eng/curie/weather/github.svg)](https://agentmods.dev/skills/curie-eng/curie/weather)
Your own site
<a href="https://agentmods.dev/skills/curie-eng/curie/weather"><img src="https://agentmods.dev/badge/skills/curie-eng/curie/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/curie-eng/curie/weather"><img src="https://agentmods.dev/badge/skills/curie-eng/curie/weather.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00041 $0.00516
Opus 5 $0.00020 $0.00258
Sonnet 5 $0.00008 $0.00103
Haiku 4.5 $0.00004 $0.00052

Measured 10d ago against content hash ad5d3dc773ce, 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 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 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.

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.

examples/weather/skills/weather/SKILL.md · 28 lines

How it starts

The opening of the file, as written. The whole thing — 28 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Weather

When to run

The user asks about the weather, a forecast, temperature, rain or snow chances, or whether a day suits an outdoor plan.

How to answer

  1. Fix the date first. Note today's date from the environment. Resolve "today", "tomorrow", or a weekday into an explicit calendar date (e.g. "Wed, July 8, 2026"). Carry that date through every step.
  2. Resolve the location. If the user named it, use it. If not, ask one short question instead of guessing.
  3. Search to find a source, not to get the answer. Run a web search like <city> weather forecast <date> to locate a forecast page. Do NOT report numbers from the search-result summary itself. Those summaries frequently merge the wrong day or location and are the top cause of a wrong forecast.
  4. Fetch the actual source. WebFetch the forecast page (prefer a national weather service such as weather.gov, or a major provider). Read the high, low, sky, and precipitation for the exact date you fixed in step 1.
  5. Verify the date matches before you report. The fetched forecast must state the day you were asked about. If the page shows a different date, or you cannot fetch a page whose date matches, do not report a number. Say what you tried and that you could not confirm a current forecast. A plausible-looking summary for the wrong day is worse than saying you could not confirm.
  6. Report in two or three sentences: expected high and low, sky conditions, and precipitation chance, with the location and the explicit date. Then name the source you actually fetched.

Hard rules

  • Report only numbers you read from a page you fetched for the matching date. Never report figures that came only from a search-result summary, and never cite a source you did not open.
  • If nothing usable can be fetched and date-matched, say so and name what you tried. Do not fill the gap with a guess.
  • Temperatures in Fahrenheit first, Celsius in parentheses.
  • Keep the reply short enough to read in Slack without expanding.

Read the full file on GitHub · 28 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 · 28 lines · 41 tokens per session scan A ad5d3dc773ce

Subscribe to this mod's changes

weather is a skill published in the GitHub repository curie-eng/curie (35 stars, last pushed today), licensed Apache-2.0. It adds 41 tokens to every session and 516 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

magic-compact

Compact this Claude Code session.

aerovato/magic-compact · 10 tokens

branch-recap

Takes stock of what a branch actually changed, before it gets pushed — works out the scope itself, then lays the change out group by group in one pass: files touched, what was done and why, how, and what deserves a second look, quoting code only where a remark needs it rather than reprinting the diffs. Closes on a…

Malo-T/claude-toolbelt · 338 tokens

audit-context

Measures where a project's Claude context is going before applying any of clean-context's levers. Reports what Glob discovers with and without ignore files applied, the twenty largest files in the repo and which are generated, the cumulative size of every CLAUDE.md loaded for this working directory, and how many MCP…

Malo-T/claude-toolbelt · 218 tokens

adversarial-spec

Iteratively refine a product spec by debating with multiple LLMs (GPT, Gemini, Grok, etc.) until all models agree. Use when user wants to write or refine a specification document using adversarial development.

zscole/adversarial-spec · 49 tokens

slack-changelog

Turns what changed in a release into a Slack changelog a non-technical audience can read: filtered to what they would actually notice, one bullet per idea, plain language, no code vocabulary. Works out the scope itself across however many repositories sit in the working directory (a project can span several…

Malo-T/claude-toolbelt · 332 tokens

ignore-setup

Set up a project so Claude stops discovering lockfiles, generated code, minified assets and binaries on every search — a managed .ignore, the Glob setting that makes Glob obey it, and a short read-deny list for secrets. Use when someone asks for a .claudeignore, asks to exclude files from the context, says Claude…

Malo-T/claude-toolbelt · 157 tokens