weather

Retrieve current weather and forecasts via wttr.in and Open-Meteo APIs.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/pro-utkarshM/friday --skill weather-pro-utkarshm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/pro-utkarshM/friday/tree/main/skills/weather
Command: npx skills add https://github.com/pro-utkarshM/friday --skill weather-pro-utkarshm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill provides quick and easy access to current weather conditions and forecasts for any location, without requiring API keys or complex setup.

Core Features & Use Cases

  • Current Weather: Get a one-liner summary of temperature, conditions, and humidity.
  • Detailed Forecasts: Retrieve full weather forecasts for a location.
  • Data Formats: Supports simple text formats and JSON for programmatic use.
  • Use Case: Planning a trip? Quickly check the weather for your destination city to pack appropriately.

Quick Start

Get the current weather for Paris in a compact format.

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 for a specific location without an API key?

You can retrieve current weather conditions without an API key by using this Skill, which queries free public APIs like wttr.in and Open-Meteo. It provides concise text summaries of temperature and humidity for any specified location using only curl.

Can I get a detailed weather forecast for a trip destination?

Yes, you can retrieve a detailed weather forecast for a trip destination using this Skill. It queries public APIs to provide full weather forecasts for specified locations, helping you pack appropriately by delivering comprehensive temperature and conditions data without complex setup.

Does the weather forecast Skill support JSON output for programmatic integration?

Yes, the weather forecast Skill supports JSON output for programmatic integration. Alongside simple text formats and concise summaries, it retrieves current weather conditions and forecasts formatted as JSON data using public APIs like wttr.in and Open-Meteo.

Do I need to install any dependencies to retrieve weather forecasts?

You only need the curl command-line tool installed to retrieve weather forecasts. This Skill operates without API keys or complex setup, utilizing curl to fetch current weather conditions and detailed forecasts from free public APIs like wttr.in and Open-Meteo.

What is the best way to retrieve worldwide weather updates via command line?

The best way to retrieve worldwide weather updates via command line is using this Skill with curl. It queries free public APIs like wttr.in and Open-Meteo to deliver instant weather summaries, detailed forecasts, and JSON data for any global location without requiring API keys.