weather

Fetch current weather and short-term forecasts for any city via wttr.in.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/sarfraznawaz2005/my_opencode_agent --skill weather-sarfraznawaz2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/sarfraznawaz2005/my_opencode_agent/tree/main/skill/weather
Command: npx skills add https://github.com/sarfraznawaz2005/my_opencode_agent --skill weather-sarfraznawaz2005

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides fast access to current weather and forecasts without requiring API keys, helping users plan activities and travel with confidence.

Core Features & Use Cases

  • One-line current conditions: Retrieve quick weather summaries for any city using public services.
  • Full forecast options: Access longer forecasts in text or JSON formats for planning.
  • Use Case: Suppose you're planning a weekend trip; you can ask the skill for today’s weather and a short-term forecast to decide what to pack.

Quick Start

Request the weather for a city; the skill will fetch current conditions via wttr.in by default and provide a concise forecast. For a JSON feed, it can query Open-Meteo as a fallback.

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 and forecasts without an API key by querying public services like wttr.in and Open-Meteo, which provide instant access to current conditions and short-term predictions for any city.

Can I retrieve weather data using curl for quick human consumption?

Yes, you can retrieve weather data using curl to query wttr.in by default, which formats the current conditions and forecast results specifically for quick human consumption rather than raw data parsing.

Does this weather forecasting approach support JSON format output?

Yes, this weather forecasting approach supports JSON format output by using Open-Meteo as a fallback service, allowing you to access structured weather data feeds when text-based wttr.in results are insufficient.

What is the best way to check the weather for travel planning and daily scheduling?

The best way to check the weather for travel planning and daily scheduling is to query public services like wttr.in, which provide concise summaries of current conditions and short-term forecasts to help you plan activities.

Are there limitations to using no-api-key public services for weather data?

Using no-api-key public services for weather data means you rely on wttr.in for text forecasts and Open-Meteo for JSON fallbacks, which may have query limits or less granular historical data compared to paid API alternatives.