weather

Fetch current weather and forecasts by city or coordinates without an API key.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/metaid-developers/IDBots --skill weather-metaid-developers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/metaid-developers/IDBots/tree/main/SKILLs/weather
Command: npx skills add https://github.com/metaid-developers/IDBots --skill weather-metaid-developers

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

People need fast, reliable access to weather information without relying on API keys or paid plans, across platforms.

Core Features & Use Cases

  • City-based weather lookup: Get current conditions for a named city.
  • Coordinate-based lookup: Retrieve weather for a specific latitude/longitude pair.
  • Forecast formats: Current, compact, and forecast views with optional unit systems.
  • Use cases: Quick daily weather checks, travel planning, or integration into automation tools.

Quick Start

Ask it for the current weather in 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 and forecasts without an API key?

You can get current weather and forecasts without an API key by requesting city-based lookups or coordinates. The tool fetches data from public sources like wttr.in and open-meteo, returning current, compact, or forecast views in metric or US units.

Can I retrieve weather forecasts using latitude and longitude coordinates?

Yes, you can retrieve weather forecasts using specific latitude and longitude coordinates. The tool supports coordinate-based lookups alongside city names, allowing you to get accurate current conditions and forecast views for any location.

What's the best way to check weather from the command line across different platforms?

The best way to check weather from the command line across platforms is using a Node-based tool with multiple transport methods. It implements fetch, http(s), and curl, ensuring robust access to weather data with metric or US unit outputs.

Does the weather lookup tool work if wttr.in or open-meteo is blocked?

Yes, the weather lookup tool works if wttr.in or open-meteo is blocked. It implements multiple transport methods and graceful fallbacks, ensuring you still retrieve weather data even when primary providers are unavailable.

Do I need to install dependencies to fetch weather forecasts in Node?

You only need to install the undici dependency to fetch weather forecasts in Node. This lightweight requirement allows the tool to execute robust input validation and fetch current conditions or forecasts from public sources.

What output formats are available for weather forecasts?

Available output formats for weather forecasts include current, compact, and forecast views. You can specify metric or US units across these formats to tailor the weather data retrieved from public sources to your specific needs.