Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
coleam00 avatar

Weather

  • 2 installs
  • 107 repo stars
  • Updated January 27, 2026
  • coleam00/custom-agent-with-skills

Get real-time weather information and forecasts

About

Provides current weather data, forecasts, and environmental information. Retrieves real-time conditions.

  • Weather API integration
  • Real-time forecasts

Weather by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,839 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/coleam00/custom-agent-with-skills --skill weather

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars107
Last updatedJanuary 27, 2026
Repositorycoleam00/custom-agent-with-skills

What it does

Get real-time weather information and forecasts

Files

SKILL.mdMarkdownGitHub ↗

Weather Skill

Provides weather information for locations around the world using the free Open-Meteo API.

When to Use

  • User asks about current weather
  • User asks about temperature
  • User asks about weather forecasts
  • User mentions weather-related queries

Available Operations

1. Get Current Weather: Retrieve current conditions for a location 2. Format Weather Data: Present weather in a user-friendly format

Instructions

When a user asks about weather:

1. Identify the location from the user's query 2. Look up the latitude and longitude for that location (common cities below) 3. Use the Open-Meteo API to get weather data 4. Present the weather information in a friendly format

Common City Coordinates

CityLatitudeLongitude
New York40.71-74.01
Los Angeles34.05-118.24
London51.51-0.13
Paris48.852.35
Tokyo35.69139.69
Sydney-33.87151.21
Miami25.76-80.19
Chicago41.88-87.63
San Francisco37.77-122.42
Berlin52.5213.41

Weather Code Meanings

CodeDescription
0Clear sky
1, 2, 3Mainly clear, partly cloudy, overcast
45, 48Fog
51, 53, 55Drizzle (light, moderate, dense)
61, 63, 65Rain (slight, moderate, heavy)
71, 73, 75Snow fall (slight, moderate, heavy)
80, 81, 82Rain showers (slight, moderate, violent)
95Thunderstorm
96, 99Thunderstorm with hail

Resources

ALWAYS read this documentation before making an API request so you have the right parameters:

  • references/api_reference.md - Complete Open-Meteo API documentation

Examples

Example 1: Simple Query

User asks: "What's the weather in New York?" Response: Use coordinates (40.71, -74.01), call Open-Meteo API, format response with temperature and conditions.

Example 2: Temperature Query

User asks: "How hot is it in Miami?" Response: Use coordinates (25.76, -80.19), get temperature_2m, convert to Fahrenheit if needed.

Notes

  • Open-Meteo is free and requires NO API key
  • Temperature is in Celsius by default (add temperature_unit=fahrenheit for F)
  • All times are in the specified timezone

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.