weather

Retrieves live weather and forecasts via command line without an API key.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/steven508508/Sydney --skill weather-steven508508
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/steven508508/Sydney/tree/main/skills/weather
Command: npx skills add https://github.com/steven508508/Sydney --skill weather-steven508508

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the need for quick and easy access to live weather and forecasts without the need for an API key, offering flexibility in weather data retrieval and formatting.

Core Features & Use Cases

  • Live Weather Information: Access the current weather condition for any location.
  • Forecast: Get a full forecast for a specific location.
  • Customization: Format the output with various options like temperature, humidity, wind, etc.
  • Use Case: For planning an outdoor event or understanding the weather at your current location.

Quick Start

To check the weather in London, simply type: weather London.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get live weather and forecasts without an API key?

You can retrieve live weather and forecasts without an API key by executing command-line scripts that pull data directly from public weather services, handling both current conditions and forecasts.

Can I check current weather conditions for a specific location from the command line?

Yes, you can check current weather conditions for any location from the command line by passing the location name as an argument to retrieve live data from public weather services.

How do I customize weather forecast output to include temperature, humidity, and wind?

You can customize weather forecast output by using various command-line options to format the retrieved data, selectively displaying specific metrics like temperature, humidity, and wind.

Do I need to configure any dependencies or API access to retrieve weather data?

No, you do not need to configure any dependencies or API access to retrieve weather data, as the skill operates through scripts pulling directly from public weather services without authentication.

What is the best way to plan an outdoor event using a command-line weather forecast?

The best way to plan an outdoor event using a command-line weather forecast is to retrieve localized current conditions and future forecasts, customizing the output to show precipitation and temperature metrics.