← Back to Skills Marketplace
了解天气
by
clearlovetop7
· GitHub ↗
· v1.0.0
· MIT-0
168
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weatherclear
Description
Get current weather and forecasts (no API key required).
Usage Guidance
This skill is small and coherent: it simply runs curl against public weather services (wttr.in and Open-Meteo). Before installing, be aware that queries go to third-party servers (they will see the requested location and your IP and may log requests), and example commands may write files (e.g., /tmp/weather.png). If you have privacy concerns about exposing precise locations or running network calls, avoid enabling it or restrict the agent's network access. Otherwise no credentials or installs are required and the risk is low.
Capability Analysis
Type: OpenClaw Skill
Name: weatherclear
Version: 1.0.0
The skill provides legitimate instructions for retrieving weather information using curl from well-known public APIs (wttr.in and open-meteo.com). The code and documentation in SKILL.md are transparent, align with the stated purpose, and contain no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required binaries (curl), and runtime instructions all align: the skill fetches weather from wttr.in and Open-Meteo and does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md only instructs using curl against wttr.in and open-meteo endpoints and gives formatting/download examples (including writing a PNG to /tmp). It does not instruct reading arbitrary files, accessing unrelated env vars, or sending data to unexpected endpoints. Note: network requests will expose query parameters and the caller's IP to those third-party services (expected for this functionality).
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes disk installation risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths — appropriate for a read-only, public-API weather lookup.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modify other skills; autonomous invocation is allowed by platform default but there is no added persistence requested by this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weatherclear - After installation, invoke the skill by name or use
/weatherclear - 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 using wttr.in and Open-Meteo.
- No API keys required.
- Supports simple one-liners, compact/custom formats, and JSON output.
- Usage tips for cities, airport codes, units, and image output included.
Metadata
Frequently Asked Questions
What is 了解天气?
Get current weather and forecasts (no API key required). It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install 了解天气?
Run "/install weatherclear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 了解天气 free?
Yes, 了解天气 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 了解天气 support?
了解天气 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 了解天气?
It is built and maintained by clearlovetop7 (@clearlovetop7); the current version is v1.0.0.
More Skills