weather

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill weather-mikmaneggahommie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/mikmaneggahommie/Telebirr-Clone/tree/main/openviking_source/bot/workspace/skills/weather
Command: npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill weather-mikmaneggahommie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill provides current weather conditions and forecasts for any location without requiring API keys.

Core Features & Use Cases

  • Instant Weather Updates: Get a quick, one-liner weather summary for a city.
  • Detailed Forecasts: Retrieve comprehensive weather details including temperature, humidity, and wind.
  • Programmatic Access: Obtain weather data in JSON format for integration into other applications.
  • Use Case: Check the weather for your upcoming trip to Paris before you pack.

Quick Start

Use the weather skill to get the current weather for London.

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 and forecasts without an API key?

You can get current weather conditions and forecasts without an API key by using curl to fetch data from free public services like wttr.in and Open-Meteo. This Skill retrieves both text summaries and detailed JSON outputs for any specified location.

Can I retrieve weather temperature, wind, and humidity data in JSON format?

Yes, you can retrieve weather temperature, wind, and humidity data in JSON format. This Skill fetches comprehensive weather details from public APIs like Open-Meteo, providing structured outputs suitable for integration into other applications.

Do I need curl to fetch weather forecasts?

Yes, you need curl installed to fetch weather forecasts. This Skill requires curl to retrieve current weather conditions and forecast data from publicly available services like wttr.in and Open-Meteo.

What is the best way to check the weather for a specific city using curl?

The best way to check the weather for a specific city using curl is to query free public services like wttr.in. This Skill automates that process, returning a quick one-liner weather summary or detailed forecast for your location.

Does this weather Skill work with Open-Meteo for detailed forecasts?

Yes, this weather Skill works with Open-Meteo to provide detailed forecasts. It uses curl to retrieve comprehensive weather details including temperature, humidity, and wind for specified locations without requiring API keys.