# Weather Checker

> Use when working with a simple weather checking skill that fetches current weather data.

- Skill: `tomevault-io/weather-checker` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/weather-checker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/weather-checker/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-checker

---


# Weather Checker

Check the current weather for any location.

## Usage

```bash
python3 {baseDir}/scripts/check-weather.py "New York"
```

## How It Works

1. Takes a location name as input
2. Calls the OpenWeatherMap API
3. Returns temperature, conditions, and humidity

## Requirements

- An OpenWeatherMap API key set as `OPENWEATHER_API_KEY` environment variable
- Python 3.8+

---
> Source: [HeadyZhang/agent-audit](https://github.com/HeadyZhang/agent-audit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-23 -->

