# Weather Check

> Check current weather and forecast via a simple CLI script. Use when the user asks for current conditions, temperature, wind, or a quick forecast. Defaults to Torrejón de Ardoz and metric units. Use when this capability is needed.

- Skill: `tomevault-io/weather-check` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/weather-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/weather-check/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/weather-check

---


# Weather Check

## Setup

Ensure the script is executable:

```bash
cd /path/to/project
chmod +x .pi/skills/weather-check/scripts/weather.sh
```

## Usage

```bash
./.pi/skills/weather-check/scripts/weather.sh "Berlin"
./.pi/skills/weather-check/scripts/weather.sh "New York"
./.pi/skills/weather-check/scripts/weather.sh "" "v2"   # default location
```

- First argument: location (city name, zip, lat,lon). Leave empty for the default.
- Second argument (optional): wttr.in format (default: `3`, try `v2` for multi-line).
- Output uses metric units.

## Tool

If the `weather` tool is available, call it directly:

```text
weather {"location": "Berlin", "format": "3"}
```

## Command

Use the command to get a quick notification:

```text
/weather
/weather Madrid v2
```

## Workflow

1. Run the script with the requested location.
2. Return the output verbatim.
3. If the user wants more detail, rerun with format `v2`.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/willyfrog) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

