← Back to Skills Marketplace
lei335

weather

by lonika · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
125
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather23
Description
Get current weather and forecasts (no API key required).
Usage Guidance
This skill is coherent and low-risk: it will make network requests to wttr.in and Open-Meteo using curl and will send whatever location text you provide to those services. Ensure you are comfortable with that network traffic and avoid sending sensitive or private location strings. Confirm curl is available on your system. If you need stronger privacy guarantees, consider using Open-Meteo (JSON) with coordinates or hosting your own weather endpoint, and note the minor ownerId mismatch in metadata if provenance is important to you.
Capability Analysis
Type: OpenClaw Skill Name: weather23 Version: 1.0.0 The skill is a straightforward utility for retrieving weather information using well-known public APIs (wttr.in and open-meteo.com) via curl. The instructions in SKILL.md are consistent with the stated purpose and do not contain any malicious commands, data exfiltration attempts, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The name/description (weather, no API key) align with the runtime instructions to query wttr.in and Open-Meteo via curl. Minor metadata inconsistency: registry Owner ID (kn74...) differs from _meta.json ownerId (kn70...), which looks like a bookkeeping mismatch but does not affect functionality.
Instruction Scope
SKILL.md only instructs the agent to run curl against wttr.in and api.open-meteo.com and optionally write a PNG to /tmp; these actions are appropriate for a weather skill. Note: queries send the location strings to third-party services, so location data will be transmitted to those endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only and requires only the curl binary to be present. This is low risk and proportionate to the stated purpose.
Credentials
The skill requests no environment variables, credentials, or config paths, which is appropriate for a read-only weather lookup service.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills. It only performs ephemeral network calls and optional writes to /tmp.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather23
  3. After installation, invoke the skill by name or use /weather23
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release. - Provides current weather and forecasts without requiring an API key. - Supports wttr.in for quick or detailed text-based weather info. - Includes Open-Meteo as a JSON fallback option for programmatic access.
Metadata
Slug weather23
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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 125 downloads so far.

How do I install weather?

Run "/install weather23" 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 lonika (@lei335); the current version is v1.0.0.

💬 Comments