weather

Retrieve current weather conditions and forecasts for any location.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/xiaomochn/AndroidForClaw --skill weather-xiaomochn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/xiaomochn/AndroidForClaw/tree/main/app/src/main/assets/skills/weather
Command: npx skills add https://github.com/xiaomochn/AndroidForClaw --skill weather-xiaomochn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides users with current weather conditions and forecasts for any specified location, helping them plan their activities and stay informed about the weather.

Core Features & Use Cases

  • Current Conditions: Get real-time temperature, humidity, wind, and more.
  • Forecasts: Access short-term (today) and extended (7-day) weather predictions.
  • Use Case: A user asks, "What's the weather like in London tomorrow?" This Skill will provide a detailed forecast including temperature, expected conditions, and precipitation chances.

Quick Start

Use the weather skill to get the current weather for Paris.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get the current weather conditions and temperature for a specific location?

To get current weather conditions for a location, specify the place name to retrieve real-time temperature, humidity, and wind data via integrated web search or optional weather APIs like OpenWeatherMap.

Can I retrieve a multi-day weather forecast for planning activities?

You can retrieve a multi-day weather forecast for planning activities by specifying your location, which provides extended predictions including temperature, expected conditions, and precipitation chances.

Does this weather skill require an API key to fetch climate data?

This weather skill does not strictly require an API key to fetch climate data, as it defaults to web search tools for broad data access, but supports optional API configurations for specific providers like OpenWeatherMap.

What's the best way to find out if it will rain tomorrow in my city?

The best way to find out if it will rain tomorrow in your city is to query the short-term forecast for your location, which returns detailed precipitation chances and expected weather conditions.

How does this approach retrieve wind and precipitation data without external dependencies?

This approach retrieves wind and precipitation data without external dependencies by leveraging integrated web search tools to access broad weather information and forecasts for any specified location.