weather

Retrieve current weather and short-term forecasts for any city.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users retrieve up-to-date weather conditions and forecasts for any location without requiring API keys.

Core Features & Use Cases

  • wttr.in (primary): Quick one-liner weather for a location via curl.
  • Open-Meteo fallback: JSON-based forecast for programmatic use when needed.
  • No API keys: Works without authentication for accessible, lightweight weather lookups.
  • Use Case: Planning outdoor activities or travel by checking current conditions and short-term forecasts.

Quick Start

Ask me for the current weather in any city to see the latest conditions.

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 data for a city using curl without an API key?

You can retrieve current weather data for any city using curl via the wttr.in service, which requires no API key and returns formatted inline text forecasts instantly for quick lookups.

Can I use Open-Meteo to get JSON weather forecasts for programmatic use?

Yes, Open-Meteo serves as a fallback to provide JSON-based weather forecasts, allowing you to extract structured current conditions and short-term predictions for programmatic processing.

Does this weather lookup approach work for travel planning and outdoor activities?

Yes, this approach works for travel planning and outdoor activities by providing city-level current conditions and short-term forecasts suitable for daily scheduling without authentication.

What is the best way to fetch weather forecasts when wttr.in is not working?

When wttr.in is unavailable, the best way to fetch weather forecasts is by falling back to Open-Meteo JSON endpoints using standard HTTP calls to retrieve the same current conditions data.

Do I need to install any dependencies or API keys to check the weather from the command line?

No, you do not need to install extra dependencies or API keys, as the skill relies on standard HTTP calls and curl to fetch weather data directly from wttr.in and Open-Meteo.