← Back to Skills Marketplace
Weather Stable
by
Paceycrognale
· GitHub ↗
· v1.0.0
· MIT-0
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-stable
Description
Stable weather skill for OpenClaw. Designed for reliable same-day weather queries with predictable output, Chinese city support, and automation-friendly plai...
Usage Guidance
This skill appears safe and coherent: it only needs python3 and outbound access to the public Open‑Meteo endpoints (no API key). Before installing, ensure you are comfortable allowing the agent/network egress to call api.open-meteo.com and geocoding-api.open-meteo.com. You can also review the included weather-stable.sh (Python) file yourself — it is short and readable — if you want to confirm behavior. If your environment restricts outbound requests, this skill will fail to fetch data.
Capability Analysis
Type: OpenClaw Skill
Name: weather-stable
Version: 1.0.0
The weather-stable skill is a legitimate utility for fetching weather data from the Open-Meteo API. The core logic in weather-stable.sh uses standard Python libraries (urllib) to perform geocoding and weather lookups without any external dependencies, file system access, or credential requirements. The documentation and instructions in SKILL.md and README.md are consistent with the code's functionality and do not contain any prompt-injection or malicious directives.
Capability Assessment
Purpose & Capability
Name/description match the implementation. The script implements same‑day weather lookup, includes Chinese city presets, and calls Open‑Meteo endpoints as described. Requiring python3 is reasonable for a single Python script.
Instruction Scope
SKILL.md and README instruct calling the bundled executable and describe the expected outputs. The runtime instructions and the script only read their arguments and make outbound HTTP requests to Open‑Meteo; they do not access unrelated files, environment variables, or other services.
Install Mechanism
No install spec is provided (instruction-only skill with a script file). No third‑party downloads or archive extraction occur. This is low risk and consistent with the stated purpose.
Credentials
No environment variables, credentials, or config paths are requested. The script requires outbound network access to Open‑Meteo (documented in README) which is proportionate to fetching weather data.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always is false). It does not modify other skills or system configs. Autonomous invocation is allowed by default on the platform but the skill itself has no elevated persistence requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-stable - After installation, invoke the skill by name or use
/weather-stable - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release. Stable same-day weather lookup for OpenClaw with predictable plain/json output, Chinese-city support, and automation-first design.
Metadata
Frequently Asked Questions
What is Weather Stable?
Stable weather skill for OpenClaw. Designed for reliable same-day weather queries with predictable output, Chinese city support, and automation-friendly plai... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Weather Stable?
Run "/install weather-stable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Stable free?
Yes, Weather Stable is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather Stable support?
Weather Stable is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Stable?
It is built and maintained by Paceycrognale (@paceycrognale); the current version is v1.0.0.
More Skills