weather

Fetch current weather and forecasts via curl without an API key.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/tony2015116/openclaw-backup --skill weather-tony2015116
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/tony2015116/openclaw-backup/tree/main/skills/Weather
Command: npx skills add https://github.com/tony2015116/openclaw-backup --skill weather-tony2015116

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a straightforward way to get current weather conditions and forecasts without the need for an API key, making it convenient for quick weather checks.

Core Features & Use Cases

  • Current Weather: Display the current weather for any location.
  • Forecast: View a detailed forecast for a specific location.
  • Format Customization: Choose from various output formats for the weather information.
  • Use Case: Whether you're planning your day or need a quick update on weather conditions, this Skill can provide the necessary information with ease.

Quick Start

Get the current weather for London by running the command: 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 current weather conditions and forecasts without an API key?

You can obtain current weather conditions and forecasts without an API key by using command-line tools like curl to fetch data from public weather services. This approach parses the output into a user-friendly display for quick updates.

Can I check the weather forecast from the command line using curl?

Yes, you can check the weather forecast from the command line using curl to request data from public weather services. The fetched data is then parsed to display current conditions and forecasts without requiring an API key.

Do I need to install curl to fetch weather forecasts using this method?

Yes, curl is a required dependency to fetch weather forecasts using this method. You need the curl command-line tool installed in your environment to request weather data from public services.

What is the best way to quickly check current weather for a specific location?

The best way to quickly check current weather for a specific location is running a command-line weather query that fetches data from public services without an API key. It parses the output to display current conditions and forecasts efficiently.

Are there limitations to getting weather forecasts without an API key?

Getting weather forecasts without an API key relies on public weather services accessed via curl. Limitations include dependency on the availability and rate limits of these public services, and output parsing capabilities for user-friendly display.