Weather Checker

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

tomevault-io Updated

File contents

Weather Checker

Check the current weather for any location.

Usage

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 — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/headyzhang--agent-audit--agent-audit commit cef6b86022

Frequently asked questions

npx skillmds@latest add tomevault-io/weather-checker