weather

Retrieve current weather data for a specified location via curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve weather information for a specified location without needing API keys.

Core Features & Use Cases

  • No-key weather lookups: Query current conditions and forecasts using publicly available services.
  • Location flexibility: Works for cities worldwide with simple location input.
  • Consistent results: Falls back between wttr.in and Open-Meteo for reliability.

Quick Start

Ask me for the current weather in a city to get an immediate update.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get a weather forecast from the command line without an API key?▼

You can get a weather forecast without an API key by using curl to query public services like wttr.in and Open-Meteo. Simply provide a city name to retrieve current conditions and forecasts instantly.

Can I check the weather for any worldwide location using curl?▼

Yes, you can check the weather for worldwide locations using curl. The Skill works across cities globally by accepting simple location input to query wttr.in and Open-Meteo data.

Do I need to sign up for an API key to retrieve current weather data?▼

No, you do not need an API key to retrieve current weather data. The Skill queries publicly available weather services like wttr.in and Open-Meteo directly using curl.

What is the best way to retrieve reliable weather data when wttr.in is down?▼

To ensure reliable weather data retrieval, the Skill automatically falls back between wttr.in and Open-Meteo. This dual-service approach provides consistent results if one public service is unavailable.

How does querying public weather services with curl work for daily planning?▼

Querying public weather services with curl works for daily planning by sending a location request to wttr.in or Open-Meteo. It returns current conditions and forecasts without requiring API authentication.

Are there limitations to using public weather services like Open-Meteo for forecasts?▼

Using public weather services like Open-Meteo means relying on public data availability and curl access. The Skill handles fallback between services to mitigate temporary outages or location query failures.