Weather

Weather queries - get current weather, forecasts, and weather alerts for any location worldwide

chainlesschain 8283467 2 files · 9.4 KB Updated

File contents

Weather

Get current weather and forecasts for any location worldwide.

Usage

/weather current <location>
/weather forecast <location> [--days N]

Actions

Action Description
current Get current weather conditions for a location
forecast Get multi-day weather forecast (default 3 days)

Data Returned

  • Temperature (Celsius and Fahrenheit)
  • Weather description and conditions
  • Humidity percentage
  • Wind speed and direction
  • Visibility
  • Precipitation chance
  • UV index

Examples

  • Current weather: /weather current San Francisco
  • 5-day forecast: /weather forecast Berlin --days 5
  • Simple query: /weather London

API

Uses wttr.in - a free weather service. No API key required.

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/weather commit 8283467076

Frequently asked questions

npx skillmds@latest add chainlesschain/weather