get-weather-forecast

Retrieve current weather conditions and multi-day forecasts for any location using the wttr.in API. Use this skill when the user asks for weather information, weather forecast, current conditions, temperature, or weather updates for a specific city or location. Provides detailed weather data including temperature, wind, precipitation, and visibility.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "get-weather-forecast" with this command: npx skills add dalehurley/phpbot/dalehurley-phpbot-get-weather-forecast

Skill: get-weather-forecast

When to Use

Use this skill when the user asks to:

  • Get the weather for a location
  • Check the weather forecast
  • Look up current conditions
  • Get temperature and wind information
  • Retrieve a multi-day weather forecast
  • Check if it will rain or snow
  • Get weather updates for a city

Input Parameters

ParameterRequiredDescriptionExample
locationYesThe city or location name to retrieve weather forSydney

Procedure

  1. Extract the location name from the user's request (e.g., Sydney, London, New York)
  2. Execute the curl command: curl wttr.in/{{LOCATION}}
  3. Parse the response to extract key weather data: current conditions, temperature, wind speed, visibility, and multi-day forecast
  4. Format the weather information in a readable way for the user, highlighting current conditions and upcoming forecast
  5. Report the complete weather summary including today's forecast and next 2-3 days

Bundled Scripts

ScriptTypeDescription
scripts/run.shSHExecute API call

Script Usage

bash scripts/run.sh

Credentials in scripts use environment variables. Set them via get_keys before running.

Example

Example requests that trigger this skill:

curl wttr.in/Sydney

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Google Weather

Google Weather API - accurate, real-time weather data. Get current conditions, temperature, humidity, wind, and forecasts. Powered by Google's Weather API fo...

Registry SourceRecently Updated
4.6K3Profile unavailable
General

Weather Data API

Provides weather forecast data from NOAA. Free tier returns 3-day forecast, premium tier returns 7-day with hourly data.

Registry SourceRecently Updated
2540Profile unavailable
Coding

QWeather City Weather

Query QWeather city codes and real-time weather with bundled executable scripts. Use when users need to resolve city names to QWeather location IDs/adcodes,...

Registry SourceRecently Updated
1360Profile unavailable
Coding

中国天气预报查询 (China Weather)

中国天气预报查询 - 基于中国天气网(weather.com.cn)获取7天天气预报和生活指数数据。纯 Python 实现,无需 API Key。

Registry SourceRecently Updated
2241Profile unavailable