weather

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

38|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/pipixia-labs/creative-claw --skill weather-pipixia-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/pipixia-labs/creative-claw/tree/main/skills/weather
Command: npx skills add https://github.com/pipixia-labs/creative-claw --skill weather-pipixia-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides weather data without requiring API keys, enabling quick weather lookups in automation and dashboards.

Core Features & Use Cases

  • No-key weather lookups: fetch current conditions and forecasts via wttr.in or Open-Meteo without credentials.
  • Multi-source reliability: primary text-based output via wttr.in with a JSON fallback for programmatic use.
  • Use Case: automate daily weather checks in scripts or dashboards to adapt plans.

Quick Start

Use a simple natural-language command to fetch the current weather for a city.

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 fetch current weather and forecasts without an API key by using free services like wttr.in for text-based output or Open-Meteo for JSON data. This enables quick lookups for automation and dashboards.

Can I use curl to fetch weather data for automation scripts?

Yes, you can use curl to fetch weather data for automation scripts. The Skill requires only curl access to retrieve current conditions and forecasts from wttr.in or Open-Meteo for on-demand or scheduled runs.

Does wttr.in provide JSON data for programmatic use in dashboards?

wttr.in primarily provides human-friendly text output for weather data. For programmatic use requiring JSON data in dashboards, Open-Meteo is used as a fallback source to supply structured weather information.

What is the best way to automate daily weather checks for multiple cities?

The best way to automate daily weather checks is using scheduled runs that fetch weather data via curl from wttr.in or Open-Meteo. This no-key approach easily adapts plans in scripts or dashboards for any city.

Are there limitations to using free services for weather forecasts in dashboards?

Limitations of using free services like wttr.in and Open-Meteo include relying on external availability without API keys. Multi-source reliability is used, with wttr.in for text and Open-Meteo for JSON fallback.

When do I need JSON weather data instead of text-based output?

You need JSON weather data instead of text-based output when building programmatic automation or dashboards. Open-Meteo provides this structured format, while wttr.in serves human-friendly current conditions and forecasts.