← Back to Skills Marketplace
erhwenkuo

Weather Test

by ErhWen Kuo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-test
Description
Get current weather and forecasts (no API key required).
Usage Guidance
This skill appears coherent and low-risk: it simply runs curl against public weather APIs and requires no secrets. Before installing, confirm you are comfortable allowing the agent to make outbound HTTP requests (the agent may call these endpoints autonomously unless you disable that behavior), and ensure curl is available in the runtime environment. Be aware that queries transmit the location strings you provide to third-party services (wttr.in, open-meteo), so avoid sending sensitive or private location data. Finally, note the small metadata mismatch about the required binary (curl) — that's expected, not malicious; verify curl is present if you want the examples to work.
Capability Analysis
Type: OpenClaw Skill Name: weather-test Version: 1.0.0 The skill bundle provides legitimate instructions and examples for retrieving weather data from public, no-API-key services (wttr.in and open-meteo.com) using curl. The content in SKILL.md is well-documented, aligns with the stated purpose, and contains no evidence of malicious execution, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill's name/description (weather, no API key) matches the instructions (curl to wttr.in and Open-Meteo). Minor metadata mismatch: SKILL.md metadata lists curl as a required binary, but the registry 'Requirements' section lists no required binaries. Requiring curl is reasonable for this skill.
Instruction Scope
Runtime instructions are limited to issuing HTTP requests (curl) to public weather services and optionally saving a PNG to /tmp. The instructions do not ask the agent to read unrelated files, access credentials, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which minimizes on-disk risk. It relies on existing system tools (curl) rather than downloading artifacts.
Credentials
The skill requests no environment variables, secrets, or config paths. This is proportionate to the stated functionality (public, keyless APIs).
Persistence & Privilege
The skill is not always-enabled and uses the platform default for autonomous invocation. It does not request elevated persistence 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-test
  3. After installation, invoke the skill by name or use /weather-test
  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 forecasts with wttr.in (default) or Open-Meteo (fallback), no API key required. - Example curl commands provided for quick, compact, and full weather forecasts. - Supports weather for cities and airport codes; options for metric/USCS units and forecast image output. - Open-Meteo integration offers JSON-format weather for programmatic use.
Metadata
Slug weather-test
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Weather Test?

Get current weather and forecasts (no API key required). It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Weather Test?

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

Is Weather Test free?

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

Which platforms does Weather Test support?

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

Who created Weather Test?

It is built and maintained by ErhWen Kuo (@erhwenkuo); the current version is v1.0.0.

💬 Comments