weather

Fetch current weather and forecasts for any location via curl or web_fetch.

29|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/whanyu1212/Krill.jl --skill weather-whanyu1212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/whanyu1212/Krill.jl/tree/main/context/skills/weather
Command: npx skills add https://github.com/whanyu1212/Krill.jl --skill weather-whanyu1212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Getting reliable weather information for any location quickly, without keys, to answer questions about conditions, temperatures, or forecasts.

Core Features & Use Cases

  • Free weather data sources (wttr.in and Open-Meteo) with no API keys.
  • Current conditions and short-term forecasts accessible via curl or web_fetch.
  • Easy integration into prompts for travel planning, outdoor activities, or event scheduling.
  • Works for single-location or multi-location queries by simply changing the location parameter.

Quick Start

Ask the AI to fetch the current weather for a given location using curl or web_fetch.

Frequently Asked Questions about weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current weather conditions and forecasts without an API key?

Fetch current weather and forecasts without an API key by using curl or web_fetch to query free services like wttr.in and Open-Meteo for any location.

Can I retrieve weather data for multiple locations at once?

Retrieve weather data for multiple locations by changing the location parameter in your curl or web_fetch query to gather conditions for several places.

Does this weather fetching approach work for travel planning and event scheduling?

This weather fetching approach works for travel planning and event scheduling by integrating easily into prompts to provide short-term forecasts and current conditions.

What is the best way to query free weather services like Open-Meteo?

The best way to query free weather services like Open-Meteo is using curl or web_fetch commands to directly retrieve current conditions and short-term forecasts without API keys.

Do I need any dependencies or components to fetch weather forecasts?

You do not need any dependencies or components to fetch weather forecasts; the skill uses built-in curl and web_fetch capabilities to query free weather data sources.