open-meteo

open-meteo is a skill for Claude Code, Codex from cmer81/open-meteo-mcp. It costs 34 tokens per session (2,470 once invoked), scanned A, original, MIT.

A weather-data skill for Open-Meteo, a service that provides forecasts and environmental measurements. It covers place lookup, current and future weather, past weather, air quality, marine conditions, flood forecasts, and elevation.

In plain words
What is it for?
Use it to find a place’s coordinates, retrieve forecasts or historical weather, check air pollution or pollen, inspect sea conditions, estimate flood risk, or get elevation.
Why use it?
It identifies the appropriate weather-data operation and explains when a more advanced service is needed, so requests use the right source and inputs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find a place’s coordinates, retrieve forecasts or historical weather, check air pollution or pollen, inspect sea conditions, estimate flood risk, or get elevation.

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

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 open-meteo

README.md
[![agentmods](https://agentmods.dev/badge/skills/cmer81/open-meteo-mcp/open-meteo/github.svg)](https://agentmods.dev/skills/cmer81/open-meteo-mcp/open-meteo)
Your own site
<a href="https://agentmods.dev/skills/cmer81/open-meteo-mcp/open-meteo"><img src="https://agentmods.dev/badge/skills/cmer81/open-meteo-mcp/open-meteo/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 open-meteo

Your own site · 80×15
<a href="https://agentmods.dev/skills/cmer81/open-meteo-mcp/open-meteo"><img src="https://agentmods.dev/badge/skills/cmer81/open-meteo-mcp/open-meteo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,470 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.00034 $0.02470
Opus 5 $0.00017 $0.01235
Sonnet 5 $0.00007 $0.00494
Haiku 4.5 $0.00003 $0.00247

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

Security

Grade A, and why

open-meteo 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 12d 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/open-meteo/SKILL.md · 164 lines

How it starts

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

Open-Meteo MCP

Overview

This MCP server provides direct access to Open-Meteo weather APIs via dedicated tools. No direct API calls needed — call the appropriate tool with coordinates and the variables you want.

If you only have a city name, call geocoding first to obtain coordinates and timezone.

Which Tool to Use

Scenario Tool
City name → coordinates + timezone geocoding
Current weather or forecast (up to 16 days) weather_forecast
Historical weather (past dates) weather_archive
Air quality, pollutants, pollen air_quality
Wave height, swell, sea temperature, currents marine_weather
River discharge, flood risk (up to 210 days) flood_forecast
Elevation / altitude of a location elevation
Specific model, forecast > 16 days, seasonal, or climate projection → use open-meteo-advanced

Key Parameters

geocoding

Parameter Required Notes
name Yes City or place name
count No Max results (default 1)
language No Response language (e.g., fr, en)

Returns: latitude, longitude, timezone, country. Attribution: geocoding data from GeoNames.

weather_forecast

Parameter Required Notes
latitude, longitude Yes WGS84 coordinates
hourly No* Hourly time series
daily No* Day-level aggregates
current No* Current conditions (any hourly variable)
minutely_15 No 15-minute resolution variables (subset of hourly)
forecast_days No 1–16, default 7
past_days No 1–92 (recent history without archive)
timezone No** Required for daily; use auto for local time
temperature_unit No celsius (default) or fahrenheit
wind_speed_unit No kmh (default), ms, mph, kn
precipitation_unit No mm (default) or inch
start_date / end_date No YYYY-MM-DD alternative to forecast_days
past_hours / forecast_hours No Hour-granularity alternative to past_days/forecast_days
cell_selection No land, sea, or nearest grid cell preference
tilt / azimuth No Panel angle for global_tilted_irradiance

Read the full file on GitHub · 164 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. 12d ago First seen · 164 lines · 34 tokens per session scan A d6c55f3dfaa8

Subscribe to this mod's changes

open-meteo is a skill published in the GitHub repository cmer81/open-meteo-mcp (68 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 2,470 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

drug-discovery

Drug discovery: ChEMBL search, drug-likeness, interactions.

NousResearch/hermes-agent · 19 tokens

jupyter-notebook

Iterative Python via live Jupyter kernel (hamelnb).

NousResearch/hermes-agent · 18 tokens

detecting-pv-signals

Computes disproportionality signals — PRR, ROR, EBGM, and IC (BCPNN) — over FAERS / OpenFDA drug-event data to flag potential safety signals. Use when the user wants to mine spontaneous-report data for drug-reaction associations, build a 2x2 contingency table, compute a Proportional Reporting Ratio or Reporting Odds…

maziyarpanahi/openmed · 218 tokens

batch-processing-clinical-text

Run large-scale batch NER, PII extraction, or de-identification over many clinical notes on-device with OpenMed, with sharding, checkpointing, resumability, and append-only JSONL output. Use when the user needs to process a corpus or folder of notes, de-identify a dataset, run NER over thousands of documents, build a…

maziyarpanahi/openmed · 161 tokens

coding-hcc-risk-adjustment

Maps chronic conditions extracted by OpenMed to CMS-HCC V28 risk-adjustment categories and estimates a RAF (Risk Adjustment Factor) score as decision support. Use when the user wants to surface risk-adjustable diagnoses from notes, map ICD-10-CM codes to HCC categories, estimate or reconcile a patient/panel RAF, find…

maziyarpanahi/openmed · 200 tokens

coding-icd10

Suggests candidate ICD-10-CM diagnosis codes (and ICD-10-PCS procedure codes) for diagnoses and procedures extracted by OpenMed, with rationale and a human-coder caveat. Use when the user wants to code a problem list, map a diagnosis span to a billable ICD-10-CM code, route a finding to the right chapter, cross-walk…

maziyarpanahi/openmed · 209 tokens