Weather Lookup

Fetches current weather data for a specified city using geocoding.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MadaraUchiha-314/sherma --skill weather-lookup-madarauchiha-314
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Weather Lookup
Source: https://github.com/MadaraUchiha-314/sherma/tree/main/examples/skills/weather
Command: npx skills add https://github.com/MadaraUchiha-314/sherma --skill weather-lookup-madarauchiha-314

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Current weather data is often scattered across multiple sources and hard to access quickly in automation workflows. This skill provides a straightforward way to obtain up-to-date weather information for any city, enabling faster decision-making and integration into apps or analysis.

Core Features & Use Cases

  • Current weather retrieval for any city using geocoding-backed location data.
  • Structured results including location, temperature (°C), wind speed and direction, and weather code.
  • Use Case: Automate daily weather checks for event planning, travel coordination, or logistics dashboards.

Quick Start

Ask the weather tool for the current weather in a specified city.

Frequently Asked Questions about Weather Lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current weather data for a specific city in an automation workflow?

To get current weather data for a specific city, you query the weather lookup tool with a city name. It uses geocoding to resolve the name into coordinates and returns real-time temperature, wind, and weather code.

What specific real-time weather metrics are returned when I look up a city?

Real-time weather metrics returned for a city lookup include location coordinates, current temperature in Celsius, wind speed, wind direction, and a standard weather code for immediate use in dashboards.

Can I retrieve real-time weather conditions for global locations without knowing exact coordinates?

You can retrieve real-time weather conditions for any global location by simply providing the city name. The skill automatically handles geocoding to resolve the city name into exact coordinates for accurate data retrieval.

What is the best way to integrate current temperature and wind speed into logistics dashboards?

The best way to integrate current temperature and wind speed into logistics dashboards is to use a geocoding-backed weather lookup. It provides structured results including location, temperature, wind, and weather code for seamless data integration.

Does the weather lookup tool require any external API dependencies to fetch real-time conditions?

No external dependencies are required to fetch real-time conditions. The weather lookup operates independently within its environment, requiring only a specified city name to perform geocoding and return current weather data.

Why use geocoding for weather retrieval instead of directly querying by city name?

Geocoding is used for weather retrieval to resolve city names into precise coordinates first. This ensures the current weather data returned for temperature, wind, and conditions is highly accurate for that specific global location.