weather

Fetch real-time weather data and forecasts for specified locations.

33|13|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hashSTACS-Global/EnClaws --skill weather-hashstacs-global
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/hashSTACS-Global/EnClaws/tree/main/skills/weather
Command: npx skills add https://github.com/hashSTACS-Global/EnClaws --skill weather-hashstacs-global

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides quick and easy access to current weather conditions and forecasts, making it ideal for users who need timely weather information without the need for detailed meteorological analysis.

Core Features & Use Cases

  • Current Weather: Obtain the latest weather conditions for any location.
  • Forecasts: Get forecasts for the next few days or weeks.
  • Use Case: Ideal for planning outdoor activities, travel, or just staying informed about the weather.

Quick Start

Get the current weather in [city name].

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 conditions and forecasts for a specific location?

To get current weather conditions and forecasts for a specific location, you can query real-time weather APIs like wttr.in and Open-Meteo. This provides immediate location-based weather updates for planning without requiring historical meteorological analysis.

Do I need curl to fetch weather forecasts from the command line?

Yes, you need curl installed to fetch weather forecasts from the command line using this method. Curl acts as the dependency to request and retrieve real-time weather data and forecasts directly from wttr.in and Open-Meteo APIs.

Can I retrieve historical meteorological data using wttr.in and Open-Meteo APIs?

No, you cannot retrieve historical meteorological data using wttr.in and Open-Meteo APIs through this setup. The service is designed strictly for quick access to current conditions and future forecasts for planning purposes.

Does internet access affect real-time weather data retrieval for location-based forecasts?

Yes, internet access is required for real-time weather data retrieval and location-based forecasts. An active connection is necessary for curl to successfully fetch current conditions and forecast data from the external APIs.

What is the best way to plan outdoor activities using quick access weather forecasts?

The best way to plan outdoor activities using quick access weather forecasts is by pulling current conditions and multi-day predictions for your specific location. This allows you to stay informed and schedule events based on immediate API data.