weather
Get current weather and forecasts (no API key required).
Why use this skill?
Add real-time weather reporting to your OpenClaw AI agent. Features easy integration, no API keys required, and supports both human-readable text and JSON data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lxgicstudios/weather-2What This Skill Does
The Weather skill provides OpenClaw AI agents with the ability to retrieve real-time meteorological data and weather forecasts. It leverages two robust, key-less API services: wttr.in for human-readable summaries and Open-Meteo for structured JSON data. This dual-approach allows your agent to either present weather information conversationally or perform automated analysis on environmental conditions without requiring any complex setup or subscription keys.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/lxgicstudios/weather-2
Ensure that your OpenClaw instance has appropriate network permissions, as this skill fetches data from external servers.
Use Cases
This skill is ideal for personal assistants and automation workflows. Common use cases include:
- Proactive alerts: Setting up a morning briefing agent that summarizes the local forecast.
- Travel planning: Checking conditions at a destination airport using IATA codes.
- Automated environmental awareness: Using Open-Meteo data to trigger smart home actions based on temperature thresholds.
- Research: Providing context-aware weather reporting for outdoor activity scheduling.
Example Prompts
- "Check the weather in London and tell me if I need an umbrella today."
- "What are the current temperature and wind conditions at JFK airport?"
- "Give me a detailed weather report for Berlin and format it with current temperature and humidity."
Tips & Limitations
- URL Encoding: When searching for cities with spaces, always ensure the spaces are replaced with plus signs (e.g., San+Francisco).
- Airport Codes: Use standard 3-letter IATA codes to get highly specific data for travel hubs.
- Units: If you prefer Fahrenheit, append
?uto your wttr.in requests; use?mfor the default metric system. - Programmatic Data: If your agent needs to perform calculations or logic based on weather, prioritize the Open-Meteo endpoint, as it returns clean, machine-parseable JSON compared to the text-heavy output of wttr.in.
- Network dependency: Because this skill relies on public, free-to-use APIs, it is subject to the uptime and rate-limiting policies of those third-party services.
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-lxgicstudios-weather-2": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
script-gen
Generate package.json scripts with AI. Use when setting up npm scripts.
email-template-gen
Generate responsive email templates. Use when building transactional emails.
branch-namer
Generate descriptive git branch names from plain English. Use when you need a branch name that follows conventions.
cloudflare-gen
Generate Cloudflare Workers configuration and code. Use when building on the edge.
adr-writer
Generate Architecture Decision Records with AI. Use when documenting technical decisions.