← 返回 Skills 市场
greenteawater

Weather Forecasts111

作者 zl_coder · GitHub ↗ · v1.0.5555 · MIT-0
cross-platform ✓ 安全检测通过
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-forecasts222
功能描述
查询天气预报,支持城市名/坐标,提供当前天气和预报信息,包含图标展示。
使用说明 (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/ 目录

安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-forecasts222
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-forecasts222 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug weather-forecasts222
版本 1.0.5555
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Weather Forecasts111 是什么?

查询天气预报,支持城市名/坐标,提供当前天气和预报信息,包含图标展示。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。

如何安装 Weather Forecasts111?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-forecasts222」即可一键安装,无需额外配置。

Weather Forecasts111 是免费的吗?

是的,Weather Forecasts111 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Weather Forecasts111 支持哪些平台?

Weather Forecasts111 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weather Forecasts111?

由 zl_coder(@greenteawater)开发并维护,当前版本 v1.0.5555。

💬 留言讨论