weather

Fetch current weather and forecasts from wttr.in without API keys.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DevMewada1299/ClearBot --skill weather-devmewada1299
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/DevMewada1299/ClearBot/tree/main/PhyAgentOS/skills/weather
Command: npx skills add https://github.com/DevMewada1299/ClearBot --skill weather-devmewada1299

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly fetch current weather and short-term forecasts for any location without needing API keys or manual lookups.

Core Features & Use Cases

  • Live weather: current conditions for a chosen city via wttr.in.
  • Forecasts: concise forecasts in plain text for quick planning.
  • Use Case: plan outdoor activities or delivery routes with up-to-date weather.

Quick Start

Query wttr.in for the current weather and a short-term forecast 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 conditions and a forecast using command-line automation?

You can fetch current weather conditions and forecasts using command-line automation by querying the wttr.in service via curl. This approach returns plain text weather data instantly without requiring any API keys.

Can I retrieve weather forecasts for travel planning without an API key?

Yes, you can retrieve weather forecasts for travel planning without an API key. The Skill queries public weather services using curl, providing concise plain text forecasts suitable for personal planning and lightweight automation.

Does the wttr.in weather lookup work with curl for extended formats and PNG outputs?

The wttr.in weather lookup works with curl and supports optional endpoints for extended formats and PNG outputs. Curl acts as the minimal dependency to retrieve current conditions and short-term forecasts.

What is the best way to integrate weather data into lightweight automation workflows?

The best way to integrate weather data into lightweight automation workflows is by fetching plain text forecasts from wttr.in using curl. This method provides reliable weather data without API keys, ideal for routing or planning tasks.

Do I need to install any dependencies to fetch weather data from the command line?

You only need curl installed as a minimal dependency to fetch weather data from the command line. No API keys or additional packages are required to retrieve current conditions and forecasts from wttr.in.

When should I not use wttr.in for fetching weather forecasts?

You should not use wttr.in for fetching weather forecasts if your workflow requires complex historical weather analysis or heavy data processing. It is designed for quick current conditions and short-term forecasts rather than detailed meteorological studies.