← Back to Skills Marketplace
greenteawater

Weather Forecasts111

by zl_coder · GitHub ↗ · v1.0.5555 · MIT-0
cross-platform ✓ Security Clean
62
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-forecasts222
Description
查询天气预报,支持城市名/坐标,提供当前天气和预报信息,包含图标展示。
README (SKILL.md)

Weather Forecast ☀️

查询天气预报,支持城市名、拼音、IP自动定位。

使用方式

用户说"查天气"、"今天天气怎么样"、"北京天气"时触发。

脚本

python3 skills/weather-forecast/scripts/weather.py \x3C城市名或拼音>

输出格式

  • 当前温度、体感温度、湿度、风速
  • 天气状况 + 对应图标
  • 未来3天简单预报

图标映射

天气图标存储在 assets/icons/ 目录,文件名格式:{condition}.svg

支持图标:sunny、cloudy、rainy、snowy、stormy、foggy、windy、partly_cloudy

依赖

  • Python 3
  • curl(调用 wttr.in API)
  • 无需 API Key

参考

详见 references/ 目录

Usage Guidance
Install only if you are comfortable with weather queries being sent to wttr.in. If you omit a city, the service may infer location from the request IP; provide an explicit city or coordinates if you want more control.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The artifacts consistently describe a weather forecast skill supporting city, pinyin, coordinates, and IP-based auto-location, and the Python script only fetches and formats weather data plus local icon paths.
Instruction Scope
The trigger examples are broad weather phrases, but they are still weather-specific and aligned with the skill purpose; users should expect a network weather lookup when invoking them.
Install Mechanism
The declared runtime requirements are python3 and curl, which match the script. Metadata contains a requires-sensitive-credentials tag, but the artifact states no API key is needed and the script does not read credentials.
Credentials
Network access to wttr.in is proportionate for weather forecasts, and local file access is limited to bundled SVG icons.
Persistence & Privilege
No persistence, background execution, privilege escalation, destructive behavior, or credential/session access was found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-forecasts222
  3. After installation, invoke the skill by name or use /weather-forecasts222
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5555
- Added initial release of weather-forecast skill. - Supports weather queries by city name, pinyin, or auto-location by IP. - Provides current weather details: temperature, feels-like, humidity, wind speed, and condition with icon. - Displays a 3-day simple forecast. - Weather icons included; no API key required.
Metadata
Slug weather-forecasts222
Version 1.0.5555
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Weather Forecasts111?

查询天气预报,支持城市名/坐标,提供当前天气和预报信息,包含图标展示。 It is an AI Agent Skill for Claude Code / OpenClaw, with 62 downloads so far.

How do I install Weather Forecasts111?

Run "/install weather-forecasts222" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weather Forecasts111 free?

Yes, Weather Forecasts111 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Weather Forecasts111 support?

Weather Forecasts111 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weather Forecasts111?

It is built and maintained by zl_coder (@greenteawater); the current version is v1.0.5555.

💬 Comments