← Back to Skills Marketplace
Weather
by
Peter Steinberger
· GitHub ↗
· v1.0.0
161524
Downloads
418
Stars
3905
Active Installs
1
Versions
Install in OpenClaw
/install weather
Description
Get current weather and forecasts (no API key required).
Usage Guidance
Safe for normal weather lookups. Avoid entering precise home coordinates if you do not want those coordinates shared with the weather services.
Capability Analysis
Type: OpenClaw Skill
Name: weather
Version: 1.0.0
The skill bundle is benign. It uses `curl` to fetch weather data from legitimate public APIs (`wttr.in` and `api.open-meteo.com`), as described in `SKILL.md`. The only file operation is writing a temporary image to `/tmp/weather.png`, which is a safe and expected behavior for displaying weather. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation.
Capability Assessment
Purpose & Capability
The stated purpose is current weather and forecasts, and the artifact only provides commands for wttr.in and Open-Meteo weather lookups.
Instruction Scope
Instructions are user-invoked examples for weather queries; they do not direct autonomous actions, broad file access, credential use, or system changes.
Install Mechanism
There is no installer or executable script in the artifact; metadata only declares a dependency on the curl binary.
Credentials
External network requests are expected for weather data, but queried city names, airport codes, or coordinates are sent to wttr.in or Open-Meteo.
Persistence & Privilege
No background process, privilege escalation, credential storage, or persistent local state is requested; the only file example writes an optional PNG to /tmp/weather.png.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather - After installation, invoke the skill by name or use
/weather - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Metadata
Frequently Asked Questions
What is Weather?
Get current weather and forecasts (no API key required). It is an AI Agent Skill for Claude Code / OpenClaw, with 161524 downloads so far.
How do I install Weather?
Run "/install weather" 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 (open-source). 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 Peter Steinberger (@steipete); the current version is v1.0.0.
More Skills