← 返回 Skills 市场
dinghaibin

Weather Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-tool
功能描述
Get current weather and forecasts. Use when user needs to check current weather, get forecast for travel planning, or monitor weather conditions.
使用说明 (SKILL.md)

Weather Tool

Get current weather and forecasts.

Quick Start

# Current weather
python scripts/weather.py Beijing

# Forecast
python scripts/weather.py Beijing --forecast 3

Usage

python scripts/weather.py [LOCATION] [OPTIONS]

Options:
  --forecast DAYS   Forecast days (1-7)
  --json            Output as JSON
  --celsius         Use Celsius (default)
  --fahrenheit      Use Fahrenheit

Examples

# Current weather
python scripts/weather.py Beijing

# 3-day forecast
python scripts/weather.py Shanghai --forecast 3

# JSON output
python scripts/weather.py "New York" --json

Features

  • Current weather conditions
  • Multi-day forecasts
  • Temperature in C/F
  • JSON output
  • Multiple location support
安全使用建议
Review this before installing. The tool appears to do only weather lookups, but you should ask the maintainer to restore normal HTTPS certificate verification and avoid entering precise sensitive locations until that is fixed.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is coherent: SKILL.md describes getting current weather and forecasts, and scripts/weather.py calls wttr.in for weather data.
Instruction Scope
The instructions are limited to user-supplied locations, forecast days, JSON output, and temperature units; no hidden or unrelated actions are described.
Install Mechanism
There is no install spec or package installation; the skill documents running the included Python script directly.
Credentials
scripts/weather.py disables TLS checks with `ctx.check_hostname = False` and `ctx.verify_mode = ssl.CERT_NONE`, which is unnecessary for a normal weather lookup and weakens provider authenticity.
Persistence & Privilege
No persistence, background worker, local credential access, or account mutation is shown. Requirements list no env vars or primary credential, and the script comments say wttr.in is used with no API key required.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug weather-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Weather Tool 是什么?

Get current weather and forecasts. Use when user needs to check current weather, get forecast for travel planning, or monitor weather conditions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Weather Tool?

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

Weather Tool 是免费的吗?

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

Weather Tool 支持哪些平台?

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

谁开发了 Weather Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论