← Back to Skills Marketplace
dinghaibin

Weather Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
54
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-tool
Description
Get current weather and forecasts. Use when user needs to check current weather, get forecast for travel planning, or monitor weather conditions.
README (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
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-tool
  3. After installation, invoke the skill by name or use /weather-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug weather-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Weather Tool?

Get current weather and forecasts. Use when user needs to check current weather, get forecast for travel planning, or monitor weather conditions. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Weather Tool?

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

Is Weather Tool free?

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

Which platforms does Weather Tool support?

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

Who created Weather Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments