weather

Fetch real-time weather and forecasts for any location via public endpoints.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill weather-xcriminal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/xcriminal1/Xcriminal-bot/tree/main/skills/weather
Command: npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill weather-xcriminal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access to current weather and forecasts for any location without needing API keys, enabling quick climate context in scripts and quick checks.

Core Features & Use Cases

  • Real-time weather lookups for locations via curl against public endpoints like wttr.in and Open-Meteo.
  • Use in automation, travel planning, and alerting to react to weather changes.
  • Example: determine if you should leave earlier due to rain by querying a city's forecast and using the result in a workflow.

Quick Start

Query a location's weather with a single command in your terminal.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get real-time weather forecasts without an API key?

Check current weather conditions for any location using curl against public endpoints like wttr.in and Open-Meteo. This approach fetches real-time data without requiring API keys, making it ideal for quick terminal lookups and script integration.

How do I fetch weather information using curl in the terminal?

Fetch weather information by running curl commands against public endpoints like wttr.in. This returns current conditions and forecasts directly in your terminal, enabling quick checks and automation workflows without needing to sign up for API credentials.

Can I use wttr.in and Open-Meteo for weather automation and travel planning?

Yes, you can use wttr.in and Open-Meteo for weather automation and travel planning. They provide real-time data and forecasts that can be integrated into workflows to react to weather changes, such as leaving earlier due to rain.

What is the best way to get weather context in scripts without credentials?

The best way to get weather context in scripts without credentials is using public endpoints like wttr.in and Open-Meteo. These services provide current conditions and forecasts via curl, enabling automation and alerting without exposing API keys.

Do I need to install any dependencies to check weather forecasts via wttr.in?

No, you do not need to install any dependencies to check weather forecasts via wttr.in. You can query a location's weather with a single curl command in your terminal, fetching current conditions and forecasts directly from the public endpoints.