← Back to Skills Marketplace
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shaojie66-weather
Description
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historic...
Usage Guidance
This skill is low-risk and does what it says: it runs curl queries against wttr.in to fetch weather. Before installing, note: (1) requests include the location string you provide and your IP address — wttr.in (a third party) will receive and may log that data, so avoid sending sensitive location identifiers; (2) the README mentions Open‑Meteo but provides only wttr.in examples — if you expected Open‑Meteo integration, ask the author or update the skill; (3) respect wttr.in rate limits (the SKILL.md warns against spamming). If you need stricter privacy or official data sources, consider using a paid API with an explicit key and privacy guarantees.
Capability Analysis
Type: OpenClaw Skill
Name: shaojie66-weather
Version: 1.0.0
The weather skill is a straightforward implementation that uses curl to fetch weather data from the public wttr.in service. All instructions in SKILL.md are transparent, align with the stated purpose, and do not involve any suspicious data exfiltration, obfuscation, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's name and description match its behavior: fetching current weather/forecasts. It requires only curl, which is appropriate. Minor inconsistency: the description references Open‑Meteo, but the SKILL.md only documents wttr.in usage (no Open‑Meteo commands or examples).
Instruction Scope
SKILL.md contains explicit curl commands to wttr.in for current conditions and forecasts. Instructions do not reference unrelated files, environment variables, or external endpoints beyond wttr.in. The user-supplied location is sent in the URL (and will be transmitted to wttr.in).
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install surface. It only requires the existing curl binary.
Credentials
No environment variables, credentials, or config paths are requested — proportionate for a simple weather-fetching skill.
Persistence & Privilege
always:false (default) and no special privileges requested. The skill can be invoked autonomously per platform defaults, which is expected for skills of this type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shaojie66-weather - After installation, invoke the skill by name or use
/shaojie66-weather - 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 for any location using wttr.in or Open-Meteo (no API key required).
- Includes clear guidance on when to use and not use the skill.
- Supports various output formats (one-liner, detailed, JSON, PNG).
- Usage examples and format codes provided for quick integration.
- Requires curl to function.
Metadata
Frequently Asked Questions
What is Weather?
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historic... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Weather?
Run "/install shaojie66-weather" 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 Shaojie66 (@shaojie66); the current version is v1.0.0.
More Skills