askill
get-weather-forecast

get-weather-forecastSafety 95Repository

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.

0 stars
1.2k downloads
Updated 2/9/2026

Package Files

Loading files...
SKILL.md

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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/20/2026

A reasonably complete weather retrieval skill with clear structure and good reusability. Includes "When to Use" section, input parameters table, and procedure steps. The main gaps are: (1) bundled script content not shown - only references scripts/run.sh, (2) procedure is somewhat generic without actual command execution details, (3) mentions 'get_keys' for credentials but doesn't explain what keys are needed. The skill uses a public API so it's not internal-only, but the 'auto-generated' tag suggests it may have been quickly produced. Overall functional but could use more implementation detail."

95
85
Reusability85
65
60

Metadata

Licenseunknown
Version0.1.0
Updated2/9/2026
Publisherdalehurley

Tags

api