weather

Retrieve current weather conditions and forecasts for specified locations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides quick and easy access to current weather conditions and forecasts for any location without requiring users to sign up for or manage API keys.

Core Features & Use Cases

  • Current Weather: Get immediate, one-line weather summaries.
  • Detailed Forecasts: Access comprehensive weather information including temperature, humidity, and wind.
  • Multiple Formats: Retrieve data in simple text, compact formats, or full forecasts.
  • Use Case: Quickly check the weather for an upcoming trip to London or get the current temperature in New York for a client call.

Quick Start

Use the weather skill to get the current weather for 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 conditions and a forecast for a specific location?

To get current weather conditions and forecasts, you can retrieve weather data for any specified location using free, publicly accessible services. This provides immediate weather summaries including temperature and humidity for your chosen city.

Can I check the weather without an API key?

Yes, you can check the weather without an API key. This Skill retrieves current weather conditions and forecasts using free, publicly accessible services, eliminating the need to sign up for or manage API keys.

Does the weather forecast tool work with curl?

Yes, the weather forecast tool works with curl. It relies on the external command-line tool 'curl' for fetching weather data from publicly accessible services, allowing you to retrieve forecasts directly from your terminal.

What output formats are available when retrieving weather data via curl?

When retrieving weather data via curl, available output formats include simple text, compact formats, and full forecasts. You can retrieve this data for immediate use in reading or for programmatic integration into your applications.

What weather details are included in a full forecast?

A full forecast includes comprehensive weather information such as temperature, humidity, and wind. This allows you to access detailed meteorological data for any specified location without needing an API key.