weather

Fetch current weather and forecasts for a location using wttr.in and Open-Meteo.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/chengyihua/nanobot-ts --skill weather-chengyihua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/chengyihua/nanobot-ts/tree/main/skills/weather
Command: npx skills add https://github.com/chengyihua/nanobot-ts --skill weather-chengyihua

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get weather information quickly without needing API keys or complex setup, enabling on-demand weather checks within automation or chat flows.

Core Features & Use Cases

  • No-key weather fetch using wttr.in and Open-Meteo for current conditions and forecasts.
  • Lightweight CLI-friendly outputs suitable for quick reads and scripting.
  • Use cases include daily planning, travel prep, and automated reminders based on forecast data.

Quick Start

Ask for the current weather in a city, and the skill will fetch it.

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 and forecasts without an API key?

You can fetch current weather and forecasts without an API key by using this skill to perform curl HTTP requests to wttr.in and Open-Meteo for city-based queries. It directly returns simple outputs or JSON-based results for immediate use.

Can I use curl to fetch weather data for scripts or bots?

Yes, you can fetch weather data for scripts or bots using this skill, which relies on curl to perform HTTP requests against wttr.in and Open-Meteo. It handles lightweight CLI-friendly outputs suitable for automated workflows and quick reads.

Does this weather skill support JSON-based results from Open-Meteo?

Yes, this weather skill supports JSON-based results by fetching data from Open-Meteo and wttr.in. It handles simple outputs and JSON-based results as available, making it suitable for programmatic use in scripts or bots.

What is the best way to check city-based weather for daily planning?

The best way to check city-based weather for daily planning is to ask this skill for the current weather in a city. It fetches current conditions and forecasts using no API key, leveraging wttr.in and Open-Meteo for immediate data.

Are there limitations to fetching weather forecasts with no API key?

Fetching weather forecasts with no API key relies on wttr.in and Open-Meteo, limiting outputs to the data these services provide. It supports simple outputs and JSON-based results but may lack advanced features found in authenticated premium weather APIs.