weather

Fetch current weather data for a city from wttr.in or Open-Meteo.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts from free services without requiring API keys, enabling fast weather checks in automation and chat contexts.

Core Features & Use Cases

  • Free services: Uses wttr.in by default and Open-Meteo as a fallback to fetch weather data without API keys.
  • Command-line friendly: Examples show curl usage for quick integration into scripts.
  • Use Case: Retrieve the current temperature and conditions for a city within a chat workflow or automation.

Quick Start

Request the current weather for a city and I will fetch it from wttr.in or Open-Meteo.

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

This Skill fetches current weather data without an API key by using curl to query free services like wttr.in and Open-Meteo. It supports quick command-line usage and scripted integrations by querying these services directly without authentication.

Can I use curl to fetch weather data for automation scripts?

Yes, you can use curl to fetch weather data for automation scripts. This Skill supports command-line usage to retrieve current temperature and conditions from wttr.in or Open-Meteo, integrating easily into automated workflows.

Does this weather fetching approach work with Open-Meteo as a fallback?

Yes, this weather fetching approach uses wttr.in by default and falls back to Open-Meteo if needed. Both services provide current weather data without requiring API keys, ensuring reliability for your city queries.

What is the best way to check weather conditions in a chat workflow?

The best way to check weather conditions in a chat workflow is to request weather for a city directly. This Skill fetches current temperature and conditions from wttr.in or Open-Meteo without API keys, fitting naturally into chat interactions.

Do I need to install any dependencies to fetch weather data with curl?

You only need curl installed to fetch weather data with this Skill. It requires no API keys or additional dependencies to query wttr.in and Open-Meteo for current weather conditions and forecasts.