← Back to Skills Marketplace
etmnb

Weather Wttr.In

by Etmnb · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ Security Clean
137
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install weather-wttr-in
Description
Retrieve current weather and short-term forecasts worldwide via wttr.in, including temperature, humidity, wind, UV, and precipitation without requiring an AP...
Usage Guidance
This skill is coherent with its description and doesn't request credentials. It will make HTTPS requests to wttr.in (the service will see your IP and the location you query). If you run it without specifying a location, wttr.in will auto-detect your location from your IP — avoid that if you need stronger location privacy. The script uses a custom User-Agent that identifies the skill; otherwise there are no hidden endpoints or unexpected behaviors.
Capability Analysis
Type: OpenClaw Skill Name: weather-wttr-in Version: 1.1.1 The skill bundle is a straightforward weather utility that fetches data from the public wttr.in service. The Python script (scripts/weather.py) uses only standard libraries, implements proper URL encoding for location inputs, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md. The script performs HTTPS GETs to wttr.in for JSON weather data and formats it locally. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python script which issues HTTP requests to wttr.in. When no location is provided the service auto-detects location via the caller's IP — this is expected for a weather lookup but is a privacy consideration. The script also sends a custom User-Agent identifying the skill.
Install Mechanism
No install spec; included code is pure-Python stdlib only. Nothing is downloaded or written to disk beyond the provided script.
Credentials
The skill requests no environment variables, secrets, or config paths. No excessive credential access is requested.
Persistence & Privilege
always:false and default invocation settings. The skill does not request persistent/system-wide privileges or modify other skills/configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-wttr-in
  3. After installation, invoke the skill by name or use /weather-wttr-in
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
Cross-platform: curl.exe to Python script (urllib stdlib, no deps)
v1.1.0
Convert curl.exe to cross-platform Python script with Windows/macOS/Linux encoding support
v1.0.0
Initial release. Free weather service via wttr.in, no API key required.
Metadata
Slug weather-wttr-in
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Weather Wttr.In?

Retrieve current weather and short-term forecasts worldwide via wttr.in, including temperature, humidity, wind, UV, and precipitation without requiring an AP... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.

How do I install Weather Wttr.In?

Run "/install weather-wttr-in" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weather Wttr.In free?

Yes, Weather Wttr.In is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Weather Wttr.In support?

Weather Wttr.In is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weather Wttr.In?

It is built and maintained by Etmnb (@etmnb); the current version is v1.1.1.

💬 Comments