← Back to Skills Marketplace
onlyloveher

Weather

by onlyloveher · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-zhouli
Description
Get current weather and forecasts (no API key required).
Usage Guidance
This skill is lightweight and coherent with its purpose: it uses curl to query wttr.in and Open‑Meteo and requires no secrets. Before installing: (1) verify the publisher/source if you require provenance (metadata shows inconsistent owner/homepage values); (2) be aware network calls go to third-party sites—your IP/address may be visible and wttr.in can infer location if you omit a location parameter; (3) the skill may write temporary files (example saves a PNG to /tmp) so confirm that is acceptable; (4) if you prefer only officially maintained code, consider using a weather client from a known repository. If those points are acceptable, the skill appears safe to use.
Capability Analysis
Type: OpenClaw Skill Name: weather-zhouli Version: 1.0.0 The skill provides legitimate instructions and examples for retrieving weather data from well-known public services (wttr.in and open-meteo.com) using standard curl commands. No malicious code, data exfiltration, or prompt injection attempts were found in SKILL.md or skill.yaml.
Capability Assessment
Purpose & Capability
The skill's name/description and runtime instructions match: it retrieves weather via wttr.in and Open‑Meteo and requires only curl. However, there are minor metadata inconsistencies (registry Owner ID differs from _meta.json ownerId, and SKILL.md homepage points to wttr.in while skill.yaml homepage points to clawhub.com). These look like sloppy metadata, not capability mismatch, but you may want to verify the source.
Instruction Scope
SKILL.md only instructs the agent to run curl against wttr.in and api.open-meteo.com and to optionally save a PNG to /tmp. It does not instruct reading local secrets, system files, or unrelated environment variables. Note: calling these endpoints exposes the agent's network address to those services (wttr.in can infer location from IP if no location parameter is used).
Install Mechanism
There is no install spec and no code files — this is an instruction-only skill that runs commands at runtime. That minimizes local persistence and install-time risk.
Credentials
No environment variables or credentials are requested. This is proportionate for a weather lookup skill.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/configs. Autonomous invocation is allowed by default but is not excessive for a simple utility.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-zhouli
  3. After installation, invoke the skill by name or use /weather-zhouli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release. - Get current weather and forecast for any location, no API key required. - Uses wttr.in (primary) and Open-Meteo (JSON fallback). - Simple curl commands and format options included. - Supports compact, full, and image-based forecasts.
Metadata
Slug weather-zhouli
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 127 downloads so far.

How do I install Weather?

Run "/install weather-zhouli" 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 onlyloveher (@onlyloveher); the current version is v1.0.0.

💬 Comments