weather

Fetch current weather and forecasts via the Open-Meteo API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DoggyHU/pipipax_claw_backup --skill weather-doggyhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/DoggyHU/pipipax_claw_backup/tree/main/skills/weather
Command: npx skills add https://github.com/DoggyHU/pipipax_claw_backup --skill weather-doggyhu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill unit simplifies accessing current weather conditions and forecasts with minimal input.

Core Features & Use Cases

  • Quick Weather Lookup: Obtain current weather details for any location using simple commands.
  • Forecast Options: Get forecasts and additional weather data for specified locations.
  • Customizable Output: Format weather information to your preference using URL parameters.
  • Programmatic Access: Access weather data programmatically via the Open-Meteo API for automated workflows.

Quick Start

Fetch the current weather in London by simply saying: "Show weather in London."

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 conditions for a specific location via command line?

You can get current weather conditions for a specific location via command line by using this Skill to fetch real-time data through a simple command interface. It retrieves the information instantly using the curl utility.

Can I retrieve weather forecasts programmatically using the Open-Meteo API?

Yes, you can retrieve weather forecasts programmatically using the Open-Meteo API. This Skill supports automated workflows by allowing programmatic access to weather data alongside standard human-readable command-line queries.

Do I need curl installed to fetch weather forecasts and current conditions?

Yes, you need curl installed to fetch weather forecasts and current conditions. The Skill explicitly requires the curl command-line tool as its core dependency for performing all data retrieval operations from the weather API.

What is the best way to customize weather output for automated workflows?

The best way to customize weather output for automated workflows is by specifying URL parameters. This Skill allows you to format the retrieved weather information to your exact preference for both human and programmatic users.

How does location-based weather retrieval work with simple commands?

Location-based weather retrieval works with simple commands by translating your natural language input, like asking to show weather in London, into an API query. The Skill then returns the current conditions or forecast for that specified location.