← Back to Skills Marketplace
Weather 2.0
by
Maxim Edogawa
· GitHub ↗
· v1.0.1
· MIT-0
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install weather-2-0
Description
Weather and forecasts (no API key). One wttr.in fetch by default; Open-Meteo if that fails. Chat-style answers — see “How to answer”.
Usage Guidance
This skill is coherent and only performs network requests to public weather services (wttr.in and Open‑Meteo). Before installing, consider that any location queries you ask the skill to fetch will be sent to those external services (they may log requests). There are no secrets requested and no local file access, so the main privacy consideration is the external exposure of user-provided place names. If that is acceptable, the skill is reasonable to use.
Capability Analysis
Type: OpenClaw Skill
Name: weather-2-0
Version: 1.0.1
The skill bundle is a legitimate weather tool that uses the wttr.in and Open-Meteo APIs. The instructions in SKILL.md and mandatory.md are focused on optimizing API calls and formatting responses for the user. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (weather forecasts via wttr.in/Open‑Meteo) match the declared needs: only 'curl' is required and no credentials or installs are requested.
Instruction Scope
SKILL.md limits behavior to making wttr.in requests and, only on failure/need, up to two geocoding calls plus one Open‑Meteo forecast call. It does not instruct the agent to read local files, secrets, or unrelated system data.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials; external network requests to public weather APIs are appropriate for its stated function.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges; autonomous invocation is allowed by default on the platform but is not excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-2-0 - After installation, invoke the skill by name or use
/weather-2-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Minor documentation update for clarity and formatting in SKILL.md.
- Improved the formatting of the wttr.in usage examples table.
- Removed a redundant phrase in the Open-Meteo fallback flow.
v1.0.0
- Initial release of the weather skill (version 1.0.0).
- Provides free weather forecasts using wttr.in as the default source, with Open-Meteo as a fallback if needed.
- Returns short, chat-style weather updates for 1–2 days by default, with an option for full multi-day forecasts if requested.
- Emphasizes clear, concise summaries on how the weather feels, avoiding technical jargon unless requested.
- No API keys required; uses simple curl/fetch commands for data retrieval.
Metadata
Frequently Asked Questions
What is Weather 2.0?
Weather and forecasts (no API key). One wttr.in fetch by default; Open-Meteo if that fails. Chat-style answers — see “How to answer”. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Weather 2.0?
Run "/install weather-2-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather 2.0 free?
Yes, Weather 2.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather 2.0 support?
Weather 2.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather 2.0?
It is built and maintained by Maxim Edogawa (@maximedogawa); the current version is v1.0.1.
More Skills