weather

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ferazfhansurie/adletic-content --skill weather-ferazfhansurie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/ferazfhansurie/adletic-content/tree/main/.agents/skills/weather
Command: npx skills add https://github.com/ferazfhansurie/adletic-content --skill weather-ferazfhansurie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Current Weather: Get a one-liner summary of the weather for a specified location.
  • Detailed Forecasts: Retrieve comprehensive weather information, including temperature, humidity, and wind.
  • Programmatic Data: Access weather data in JSON format for integration into other applications.
  • Use Case: Planning an outdoor event? Quickly check the weather for your city to make informed decisions.

Quick Start

Get the current weather for Paris using the weather skill.

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 using curl?

To get current weather conditions for a location using curl, this Skill retrieves data from public services like wttr.in and Open-Meteo, providing one-liners, compact summaries, or full forecasts without requiring API keys.

Can I retrieve weather forecast data in JSON format for programmatic use?

Yes, you can retrieve weather forecast data in JSON format for programmatic use. The Skill accesses public services like Open-Meteo to output structured weather data suitable for integration into other applications.

Do I need an API key to fetch temperature and forecast data?

No, you do not need an API key to fetch temperature and forecast data. The Skill uses free, public services such as wttr.in and Open-Meteo to retrieve current weather conditions and future forecasts without complex setup.

What is the best way to check the weather for planning an outdoor event?

The best way to check the weather for an outdoor event is to retrieve a detailed forecast for your city. The Skill provides comprehensive information including temperature, humidity, and wind to help you make informed decisions.

Does this weather retrieval method work without complex setup?

Yes, this weather retrieval method works without complex setup. It only requires the curl command-line tool to fetch current conditions and forecasts from public services, avoiding the need for API keys or complicated configurations.