weather

Fetch current weather data from wttr.in for any location via curl.

4|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill weather-qhkm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/qhkm/zeptoclaw-skills/tree/main/weather
Command: npx skills add https://github.com/qhkm/zeptoclaw-skills --skill weather-qhkm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get weather information without needing API keys or paid services.

Core Features & Use Cases

  • Current weather for any city via wttr.in without API keys.
  • Quick forecasts and formatted outputs for automation tasks.
  • Lightweight, portable weather lookup suitable for scripts and agents.

Quick Start

Query current Kuala Lumpur weather using curl and wttr.in to print a concise result.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get weather data without API keys for my automation script?

You can get weather data without API keys by using the wttr.in service via curl. This approach returns concise, parseable weather information for any location, making it ideal for quick status checks and downstream processing in automation workflows.

Can I retrieve structured weather forecasts using curl for agents?

Yes, retrieving structured weather forecasts using curl is supported. The Skill queries wttr.in to return both human-readable and structured outputs, allowing scripts and agents to parse the weather data efficiently for downstream tasks.

What is needed to query current weather conditions via wttr.in?

To query current weather conditions via wttr.in, you need curl and internet access. No API keys or paid services are required, as the Skill directly fetches concise weather data for any specified city.

Does this weather lookup approach work for lightweight, portable scripts?

Yes, this weather lookup approach works perfectly for lightweight, portable scripts. By relying on standard curl commands and the keyless wttr.in service, it provides formatted weather outputs without heavy dependencies or complex environment setups.

What are the limitations of using wttr.in for weather automation?

The main limitation of using wttr.in for weather automation is the dependency on internet access and curl. Since it relies on an external service without API keys, output availability and format consistency depend entirely on the wttr.in endpoint status.

What is the best way to check current weather in a command line environment?

The best way to check current weather in a command line environment is using curl with wttr.in. It provides a lightweight, portable method to fetch quick forecasts and formatted outputs for any city without requiring API keys.