openmeteo-sh-weather-simple
Get current weather and forecasts for any city or coordinates using free OpenMeteo API. Use when the user asks about weather, temperature, rain, snow, wind, or wants to know if they need an umbrella.
Why use this skill?
Integrate real-time weather forecasts and current conditions into your OpenClaw AI agent. Accurate, easy to use, and requires no API keys for global weather data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lstpsche/openmeteo-sh-weather-simpleWhat This Skill Does
The openmeteo-sh-weather-simple skill provides OpenClaw with the ability to retrieve real-time weather information and extended forecasts for any location on Earth. By leveraging the open-source Open-Meteo API via a streamlined CLI interface, this skill eliminates the need for manual API key management. It translates natural language weather queries into structured data, allowing the AI to report on temperature, humidity, precipitation, wind conditions, and UV index. The skill is designed for efficiency, automatically resolving city names to geographic coordinates and allowing for granular control over what weather metrics are retrieved to conserve bandwidth and token usage.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/lstpsche/openmeteo-sh-weather-simple
Once installed, the openmeteo command becomes available to your AI agent, enabling immediate weather-aware capabilities without further configuration.
Use Cases
This skill is indispensable for personal assistants and planning agents. Common use cases include:
- Daily Planning: Assessing if an umbrella or heavy coat is needed before starting the day.
- Travel Logistics: Checking weather forecasts for trip destinations up to 16 days in advance.
- Outdoor Planning: Monitoring wind speed and precipitation probability for outdoor events.
- Contextual Adaptation: Comparing weather across multiple cities when users are planning itineraries or managing remote teams.
Example Prompts
- "Is it going to rain in Paris tomorrow? I'm packing for a trip and need to know if I should bring a raincoat."
- "What is the current wind speed and temperature in Tokyo?"
- "Compare the weather in Seattle and Los Angeles for the next three days so I can decide where to host my outdoor meeting."
Tips & Limitations
- Precision: When dealing with common city names (e.g., Portland), always specify the country to ensure accuracy. Use the
--countryflag for disambiguation. - Token Efficiency: Only request the specific weather parameters you need. If the user only asks for temperature, avoid requesting full hourly logs.
- Quoting: Always wrap user-provided string inputs in double quotes within the shell command to prevent injection errors and handle spaces correctly.
- Persistence: If the user switches focus to a new city, the skill automatically carries over parameter context from previous queries to ensure consistency in the data provided.
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-simple": {
"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.