weather-skill

Retrieve temperature, humidity, wind speed data via scripts and reference files.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rahulgupta2018/agent-skills --skill weather-skill-rahulgupta2018
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-skill
Source: https://github.com/rahulgupta2018/agent-skills/tree/main/skills/adk-agent/contributing/samples/environment_and_skills/skills_agent/skills/weather-skill
Command: npx skills add https://github.com/rahulgupta2018/agent-skills --skill weather-skill-rahulgupta2018

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the problem of manually searching for weather information by providing a structured, automated way to retrieve current conditions, humidity, and wind speed data.

Core Features & Use Cases

  • Reference-based Lookup: Quickly access pre-defined weather information from local documentation.
  • Dynamic Data Retrieval: Execute scripts to fetch specific environmental metrics like humidity for any given location.
  • Use Case: A user can ask for the current weather in San Francisco or request the humidity level for a specific city to assist in environmental monitoring or planning.

Quick Start

Use the weather-skill to fetch the current humidity for the location of London.

Frequently Asked Questions about weather-skill

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

FAQPage Schema
How do I retrieve current weather and humidity data for a specific location?

You can retrieve current weather and humidity data by using the skill's dynamic script execution to fetch specific environmental metrics like temperature and wind speed for any given city.

What is the difference between static reference lookups and dynamic data retrieval for weather information?

Static reference lookups access pre-defined weather information from local markdown files, while dynamic data retrieval executes Python scripts to fetch live, specific environmental metrics like current humidity for any requested location.

Do I need a specific Python environment to fetch climate data using this approach?

Yes, fetching climate data dynamically requires a standard Python environment for script execution, along with local markdown files that provide the necessary reference data for static lookups.

Can I automate environmental monitoring by querying wind speed and temperature metrics?

You can automate environmental monitoring by running scripts to retrieve structured weather data including wind speed, temperature, and humidity metrics, eliminating the need for manual weather information searches.

What are the limitations of using local markdown files for weather reference data?

Local markdown files for weather reference data are limited to pre-defined, static information and cannot provide live updates or specific environmental metrics for arbitrary locations without dynamic script execution.