openmeteo-sh-weather-advanced
Advanced weather from free OpenMeteo API: historical data, detailed variable selection, model choice, past-days, and in-depth forecasts. Use when the user asks about historical weather, specific weather models, niche variables (pressure, dew point, snow depth, etc.), or needs fine-grained control beyond simple current/forecast queries.
Why use this skill?
Integrate advanced weather data into OpenClaw. Query historical records from 1940, detailed forecasts, and niche meteorological variables with this professional-grade skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lstpsche/openmeteo-sh-weather-advancedWhat This Skill Does
The openmeteo-sh-weather-advanced skill serves as a high-precision bridge between OpenClaw and the extensive OpenMeteo API. Unlike basic weather checkers that only provide a brief temperature summary, this tool enables deep meteorological data retrieval. Users can query precise historical records dating back to 1940, generate detailed 16-day forecasts, and perform granular variable selection for parameters like dew point, snow depth, and barometric pressure. It is designed for researchers, developers, and enthusiasts who require raw data integrity, model flexibility, and fine-tuned units without the overhead of API keys or complex authentication.
Installation
To integrate this advanced weather monitoring into your environment, use the OpenClaw hub CLI tool:
clawhub install openclaw/skills/skills/lstpsche/openmeteo-sh-weather-advanced
Use Cases
This skill is indispensable for scenarios requiring more than basic surface information. Use it to analyze historical crop growing conditions for specific farms, verify climate patterns at exact GPS coordinates for civil engineering projects, or conduct comparative analysis between different weather prediction models. It is particularly powerful for those needing to slice weather data by specific time windows or specific units (e.g., knots for maritime planning or Fahrenheit for US regional reporting).
Example Prompts
- "Check the weather in Tokyo for the next 10 days, but specifically show me the humidity and dew point every 3 hours."
- "What was the precipitation total and average temperature in Seattle throughout January 2023?"
- "Show me the current weather at 34.0522, -118.2437 using the ECMWF model and give me the wind speed in knots."
Tips & Limitations
- Efficiency: Always use the
--llmflag. This ensures the output is formatted as a compact TSV (Tab-Separated Values) file, which is significantly easier for LLMs to parse and interpret compared to raw JSON or unstructured text. - Granularity: If you are unsure of specific variable names for your queries, you can append
helpto your parameter flags (e.g.,openmeteo weather help --hourly-params) to view a list of supported data fields directly in your console. - Defaults: By default, the tool uses an auto-detected best-match model. Only specify a
--modelflag if you have a specific scientific requirement for data sources like CERRA or ERA5. - Scope: While this tool is powerful, it is intended for meteorological data only. It does not provide radar imagery, satellite photos, or severe weather alerts/push notifications.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lstpsche-openmeteo-sh-weather-advanced": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
briefing
Daily briefing: gathers calendar (gcalcli-calendar), active todos (todo-management), and weather (openmeteo-sh-weather-simple) into a concise summary.
todo-management
Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.
gcalcli-calendar
Google Calendar via gcalcli: today-only agenda by default, bounded meaning-first lookup via agenda scans, and fast create/delete with verification--optimized for low tool calls and minimal output.
Gog Calendar
Skill by lstpsche
openmeteo-weather
Get current weather, hourly and daily forecasts for any city or coordinates worldwide. Use when the user asks about weather, temperature, rain, snow, wind, sunrise/sunset, UV, humidity, pressure, or wants to know if they need an umbrella.