weather

Fetch current weather and forecasts from wttr.in and Open-Meteo without API keys.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get quick access to weather data for any location without API keys, enabling you to plan activities and automation with confidence.

Core Features & Use Cases

  • No API keys required: fetch current conditions and forecasts from wttr.in and Open-Meteo.
  • Flexible outputs: obtain human-readable text or structured JSON depending on the endpoint.
  • Use Case: integrate weather checks into daily routines, travel planning, or conditional automation workflows.

Quick Start

Ask the AI to fetch the current weather for a location using wttr.in or Open-Meteo.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I fetch current weather forecasts without an API key?

You can fetch current weather forecasts without an API key by using curl to query wttr.in and Open-Meteo. These services provide immediate access to current conditions and forecast data, returning either plain text or structured JSON depending on your chosen endpoint.

Can I get weather data in JSON format for automation workflows?

Yes, you can get weather data in JSON format for automation workflows by querying specific endpoints on Open-Meteo and wttr.in. This allows lightweight scripts to easily parse structured weather conditions and integrate them into conditional logic.

Does wttr.in support plain text weather output for quick checks?

Yes, wttr.in supports plain text weather output for quick checks. By using curl to query the service, you can obtain human-readable current conditions and forecasts directly in your terminal without needing to parse structured data formats.

What is the best way to get weather context for travel planning without signing up?

The best way to get weather context for travel planning without signing up is querying Open-Meteo or wttr.in via curl. This approach retrieves location-specific forecasts instantly, bypassing registration barriers while providing both text and JSON outputs.

Are there limitations to using Open-Meteo for lightweight weather automation?

While limitations to using Open-Meteo for lightweight weather automation are not explicitly detailed, the service is designed for quick checks and basic workflows rather than heavy data processing, relying on curl for endpoint queries to return text or JSON.