weather-forecast

Fetch real-time weather data and forecasts via the OpenWeatherMap API.

11|4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/MohibShaikh/clawvet --skill weather-forecast-mohibshaikh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-forecast
Source: https://github.com/MohibShaikh/clawvet/tree/main/apps/api/test/fixtures/benign-weather
Command: npx skills add https://github.com/MohibShaikh/clawvet --skill weather-forecast-mohibshaikh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables applications to retrieve current weather conditions and forecasts for any city, enabling real-time responses and better user engagement.

Core Features & Use Cases

  • Retrieve the current temperature, humidity, and general weather conditions for a specified city via the OpenWeatherMap API.
  • Provide concise forecasts and weather summaries in chatbots, dashboards, or automation workflows.
  • Use case: power travel assistants, event planners, or alerting systems that require up-to-date weather information.

Quick Start

Ask the assistant to fetch the current weather for a city using your OpenWeatherMap API key.

Frequently Asked Questions about weather-forecast

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

FAQPage Schema
How do I get real-time weather data for a specific city?

To get real-time weather data, you can use this Skill to fetch current temperature, humidity, and conditions for any city. It queries the OpenWeatherMap API using the curl binary and your specific API key.

Do I need an OpenWeatherMap API key to retrieve weather forecasts?

Yes, retrieving weather forecasts requires an OPENWEATHER_API_KEY environment variable. You must configure this API key in your environment to authenticate requests with the OpenWeatherMap API.

What's the best way to integrate weather updates into a chatbot?

The best way to integrate weather updates into a chatbot is using this Skill to provide concise forecasts and summaries. It fetches real-time conditions applicable to chatbots, mobile apps, and automation workflows.

Does the weather fetcher work without installing any dependencies?

No, the weather fetcher requires the curl binary to perform API requests. You must ensure curl is installed in your environment alongside setting the OPENWEATHER_API_KEY variable for successful execution.

Can I use this to power a travel assistant with current temperature and humidity?

Yes, you can use this to power travel assistants by retrieving current temperature and humidity for specified cities. It delivers timely weather updates suitable for event planners and alerting systems.