← Back to Skills Marketplace
Weather
by
utromaya-code
· GitHub ↗
· v1.0.0
· MIT-0
177
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weather-forecast-ai
Description
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historic...
Usage Guidance
This skill is simple and coherent: it runs curl against wttr.in to get weather data. Before installing, be aware that using the skill causes outbound requests to wttr.in (so queries and the queried location will be sent to that external service), and that wttr.in enforces rate limits. If you care about privacy of precise locations, avoid sending highly sensitive location strings. Note the small doc inconsistency: the description mentions Open‑Meteo but the instructions only use wttr.in — if you need Open‑Meteo specifically, ask the skill author for instructions or implementation that uses that service.
Capability Analysis
Type: OpenClaw Skill
Name: weather-forecast-ai
Version: 1.0.0
The weather-forecast-ai skill is a straightforward implementation for retrieving weather data using the legitimate wttr.in service via curl. All instructions in SKILL.md are aligned with the stated purpose, and there are no indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description match the behavior: fetching current weather and forecasts. The description mentions Open‑Meteo as an alternative, but the runtime instructions and examples exclusively use wttr.in. This is a minor documentation inconsistency but not a functional concern.
Instruction Scope
SKILL.md provides explicit curl commands that call wttr.in for current conditions, forecasts, JSON, and images. The instructions do not ask the agent to read local files, environment variables, or unrelated system state, nor do they direct data to unexpected endpoints. They do perform outbound HTTP requests to wttr.in, which is expected for a weather skill.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only and only requires curl to be present. This is low-risk and proportionate for the stated functionality.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches the SKILL.md which only uses public wttr.in endpoints and notes no API key is needed.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent privileges. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-forecast-ai - After installation, invoke the skill by name or use
/weather-forecast-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of weather-forecast-ai.
- Provides current weather conditions and forecasts using wttr.in and Open-Meteo.
- Answers questions about weather, temperature, and forecasts for any city or location.
- Offers sample curl commands for quick weather checks and different output formats (text, JSON, PNG).
- Does not support historical data, severe weather alerts, or detailed meteorological analysis.
- No API key required; works globally with just city or airport codes.
Metadata
Frequently Asked Questions
What is Weather?
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historic... It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Weather?
Run "/install weather-forecast-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather free?
Yes, Weather is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather support?
Weather is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather?
It is built and maintained by utromaya-code (@utromaya-code); the current version is v1.0.0.
More Skills