← Back to Skills Marketplace
Weather Like Test
by
guxiaolong01
· GitHub ↗
· v0.1.0
970
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install weather-like-test
Description
Get current weather and forecasts (no API key required).
Usage Guidance
This skill simply runs curl against wttr.in and Open-Meteo to fetch weather — no API keys or local credentials are requested. Before installing, consider: (1) privacy: queries and your IP go to third-party servers (avoid sending exact home addresses if that matters); (2) network policy: the agent will make outbound HTTP(S) requests, which may be restricted in sensitive environments; (3) ensure curl is available on the host. If you need fully offline or private weather data, use a local data source or an enterprise-approved API instead.
Capability Analysis
Type: OpenClaw Skill
Name: weather-like-test
Version: 0.1.0
The skill is benign. It uses `curl` to fetch weather data from legitimate, public APIs (`wttr.in` and `api.open-meteo.com`), as explicitly stated in `SKILL.md`. The instructions are clear, do not attempt prompt injection, and the only file system interaction is writing a temporary image to `/tmp/weather.png`, which is a standard and non-sensitive operation. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
The skill's name/description match its behavior: SKILL.md shows curl examples for wttr.in and Open-Meteo, which is exactly what a no-API-key weather helper needs. The only declared binary dependency is curl, which is appropriate.
Instruction Scope
Runtime instructions are limited to curl requests to public weather services and an optional download to /tmp/weather.png. The skill does not instruct reading local files, environment variables, or other system configuration. Note: each request sends the queried location (and the caller's IP) to third-party servers, which is expected but has privacy implications.
Install Mechanism
No install spec or code is present (instruction-only). This is low risk: nothing is written to disk or fetched at install time by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets or unrelated credentials is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system configuration. Autonomous invocation is allowed by default but not especially concerning here given the minimal scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-like-test - After installation, invoke the skill by name or use
/weather-like-test - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Test
Metadata
Frequently Asked Questions
What is Weather Like Test?
Get current weather and forecasts (no API key required). It is an AI Agent Skill for Claude Code / OpenClaw, with 970 downloads so far.
How do I install Weather Like Test?
Run "/install weather-like-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Like Test free?
Yes, Weather Like Test is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weather Like Test support?
Weather Like Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Like Test?
It is built and maintained by guxiaolong01 (@guxiaolong01); the current version is v0.1.0.
More Skills