weather-check

Retrieve current weather data for a location via a weather API.

3|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/dgriffin831/clawhub-skills --skill weather-check
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather-check
Source: https://github.com/dgriffin831/clawhub-skills/tree/main/skill-scan/test-fixtures/clean-skill
Command: npx skills add https://github.com/dgriffin831/clawhub-skills --skill weather-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides quick access to the current weather for a specified location, reducing the need to search manually.

Core Features & Use Cases

  • Location-based weather lookup: Retrieve current conditions and forecast for a specified place.
  • Real-time data: Provide up-to-date weather data to inform planning and decisions.
  • Use Case: Ask for the weather in London and get temperature, conditions, and a forecast.

Quick Start

Ask the weather-check skill for a location, e.g., Paris, to retrieve the current temperature, conditions, and forecast.

Frequently Asked Questions about weather-check

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

FAQPage Schema
How do I get current weather for a specific location using an API?▼

Yes, you can retrieve real-time weather data across cities, regions, or coordinates. The skill queries a weather API and returns structured fields including the location, temperature, conditions, and forecast information.

What real-time weather data is returned from a location lookup?▼

A real-time weather lookup returns the location, temperature, conditions, and forecast information. This data is parsed from the JSON response of a queried weather API.

How do I retrieve a weather forecast for a city from a JSON response?▼

To retrieve a weather forecast for a city, the skill performs an HTTP GET request to a weather API and parses the JSON response. It then extracts and returns structured forecast fields for that specified location.

Can I use coordinates to look up live weather conditions?▼

Yes, live weather queries apply to cities, regions, or coordinates. By querying a weather API with coordinates, the skill retrieves current temperature and condition data for that exact location.

Do I need any dependencies to parse weather API responses?▼

No dependencies are required to parse weather API responses. The skill independently performs the HTTP GET request, parses the JSON response, and returns the structured location and temperature data.