← Back to Skills Marketplace
Weather Test
by
tongguanghai
· GitHub ↗
· v1.0.0
· MIT-0
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-test1
Description
Get current weather and forecasts (no API key required).
Usage Guidance
This skill is coherent and low-risk: it simply runs curl against wttr.in and Open-Meteo and asks for no secrets. Points to consider before installing: (1) the package metadata contains a differing ownerId/slug — verify the publisher if that matters to you; (2) these are third-party services, so queries go over the network and the service operator may log requests (avoid sending sensitive location data if you care about privacy); (3) the example saves a PNG to /tmp if used — that file is written locally and may be accessible to other users on the same host. If those issues are acceptable, the skill is reasonable to install.
Capability Analysis
Type: OpenClaw Skill
Name: weather-test1
Version: 1.0.0
The skill provides standard instructions for retrieving weather data from legitimate public APIs (wttr.in and open-meteo.com) using curl. The functionality is transparent, aligns with the stated purpose, and does not involve sensitive data access or suspicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the skill only calls public weather services (wttr.in, open-meteo) using curl. Required binary (curl) is appropriate. One minor metadata inconsistency: _meta.json lists a different ownerId and slug than the registry metadata, which looks like a packaging/metadata mismatch but does not change runtime behavior.
Instruction Scope
SKILL.md contains precise curl examples and explains formats and parameters. Instructions only perform network queries to public weather endpoints and an optional write to /tmp for a PNG; they do not ask the agent to read arbitrary files, environment variables, or other system state.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install profile; nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials, which is proportional for public, no-key weather APIs. There are no surprising credential requests.
Persistence & Privilege
always:false and default invocation settings are appropriate. The skill does not request persistent presence or modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-test1 - After installation, invoke the skill by name or use
/weather-test1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the weather skill.
- Provides current weather and forecasts using wttr.in and Open-Meteo, no API key required.
- Supports compact, full, and programmatic weather queries via curl.
- Includes example commands, format codes, and usage tips for both services.
Metadata
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 124 downloads so far.
How do I install Weather Test?
Run "/install weather-test1" 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 tongguanghai (@tongguanghai); the current version is v1.0.0.
More Skills