weather-check

Retrieve current temperature, conditions, and forecast for a specified location.

23|5|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/EverClaw/EverClaw --skill weather-check-everclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-check
Source: https://github.com/EverClaw/EverClaw/tree/main/skills/skillguard/test-fixtures/clean-skill
Command: npx skills add https://github.com/EverClaw/EverClaw --skill weather-check-everclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need to manually search multiple weather sources when you need fast, location-specific conditions for a city, neighborhood, or travel destination.

Core Features & Use Cases

  • Current Conditions: Returns live temperature and weather status for a requested location.
  • Simple Forecast Summary: Provides a short outlook so you can plan your day with minimal friction.
  • Practical Use Cases: Ask before commuting, packing for a trip, or deciding whether to bring an umbrella.

Quick Start

Ask the assistant to check the current weather for a specific location and return the temperature, conditions, and a short 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 conditions for a specific location?

To get current weather conditions, provide a specified location to retrieve live temperature, weather status, and a short forecast summary using an external weather API with URL-encoded location input.

Can I check the weather forecast for travel planning and daily outfit decisions?

Yes, you can check the weather forecast for travel planning and daily outfit decisions by requesting current conditions and a simple outlook for any city, neighborhood, or travel destination.

Does the weather API support location lookup for any city or neighborhood?

The weather API supports location lookup for any specified city or neighborhood by applying URL-encoded location input to return accurate temperature, conditions, and forecast data.

What is the best way to retrieve temperature and forecast data without searching multiple sources?

The best way to retrieve temperature and forecast data without searching multiple sources is to request a quick status lookup for your specified location to return live conditions and a short outlook.

Are there limitations to the short forecast summary provided?

The short forecast summary provides a simple outlook designed for minimal friction when planning your day, rather than detailed hourly breakdowns or extended multi-day predictions.

Why does weather-check require URL-encoded location input?

Weather-check requires URL-encoded location input to accurately query the external weather API, ensuring the specified location is correctly parsed to return reliable temperature and conditions data.