whats-the-weather

whats-the-weather is a skill for Claude Code from michelgrolet/tars-location-mcp. It costs 91 tokens per session (596 once invoked), scanned A, original, MIT.

A weather helper that uses the user's saved location to answer questions about current conditions, rain, forecasts, past weather, and forecast reliability.

In plain words
What is it for?
It helps answer questions such as whether to take an umbrella, what the weekend weather will be, what the weather was like on a past trip, and why weather forecasts differ.
Why use it?
It removes the need to provide a city or coordinates for each question and helps distinguish different kinds of weather answers.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the location-memory plugin — 3 skills, 1 MCP server shipped together

Good fit It helps answer questions such as whether to take an umbrella, what the weekend weather will be, what the weather was like on a past trip, and why weather forecasts differ.

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

Made for: Claude Code.

Or install location-memory, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

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 whats-the-weather

README.md
[![agentmods](https://agentmods.dev/badge/skills/michelgrolet/tars-location-mcp/whats-the-weather/github.svg)](https://agentmods.dev/skills/michelgrolet/tars-location-mcp/whats-the-weather)
Your own site
<a href="https://agentmods.dev/skills/michelgrolet/tars-location-mcp/whats-the-weather"><img src="https://agentmods.dev/badge/skills/michelgrolet/tars-location-mcp/whats-the-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 whats-the-weather

Your own site · 80×15
<a href="https://agentmods.dev/skills/michelgrolet/tars-location-mcp/whats-the-weather"><img src="https://agentmods.dev/badge/skills/michelgrolet/tars-location-mcp/whats-the-weather.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 596 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.
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.00091 $0.00596
Opus 5 $0.00046 $0.00298
Sonnet 5 $0.00018 $0.00119
Haiku 4.5 $0.00009 $0.00060

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

Security

Grade A, and why

whats-the-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 11d 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.

skills/whats-the-weather/SKILL.md · 35 lines

How it starts

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

What's the weather

The user has an archive of their own positions, so a weather question needs no coordinates and no city. Read the position, then the weather. Never ask them where they are.

Pick the tool that matches the question

The question The tool
will it rain, should I take an umbrella, what are the chances will_it_rain
what is it like outside right now weather_now
the next few days, the weekend, the trip weather_forecast
how reliable is this, why do two apps disagree weather_models
what was the weather that day, on that trip weather_history

All five default to where the user is. Pass place for somewhere else, and lat/lon only when you already have coordinates. will_it_rain covers the rest of today by default; pass date for a whole day up to about four days out, or hours for the next N.

Anything phrased as a chance goes through will_it_rain

weather_now and weather_forecast carry a single model's own chance of rain. will_it_rain counts about 120 ensemble members from three centres. When the user asks how likely something is, the counted number is the one to report.

Report the percentage and the verdict word next to it: "62 %, likely" says more than either alone. When the answer says the centres disagree, say that too, in the same breath — a 40 % they all agree on and a 40 % that is ECMWF at 5 % against NOAA at 75 % are not the same forecast, and the second one is a reason to check again later.

The dry window is usually the real answer. "It rains this afternoon but you have until 14:00" is what the question was about.

Say which position was used

Every answer carries a where block with the coordinates and how they were decided. When it says the fix is stale, or that a past-weather question fell back to the current position because nothing was recorded that day, that belongs in the reply. A forecast for the wrong town is indistinguishable from a wrong forecast.

Read the full file on GitHub · 35 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. 11d ago First seen · 35 lines · 91 tokens per session scan A f8e2ea05a676

Subscribe to this mod's changes

whats-the-weather is a skill published in the GitHub repository michelgrolet/tars-location-mcp (0 stars, last pushed 18d ago), licensed MIT. It adds 91 tokens to every session and 596 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

unity-version-split

Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).

IvanMurzak/Unity-MCP · 59 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…

comet-ml/opik-mcp · 187 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

mcp-google-map-project

Project knowledge for developing and maintaining @cablate/mcp-google-map. Architecture, Google Maps API guide, GIS domain knowledge, and design decisions. Read this skill to onboard onto the project or make informed development decisions.

cablate/mcp-google-map · 49 tokens

ue-mcp-epic-routing

Use when deciding between ue-mcp's native category actions and Epic's wrapped ToolsetRegistry tools (the epic actions, incl. the Blueprint graph DSL) for a task in Unreal. Pulls in when authoring Blueprint graph bodies, or any time both a native action and an epic action could do the job and you need to pick.

db-lyon/ue-mcp · 81 tokens