weather_search

Search the web for current weather, temperature, and forecast queries.

2.0k|410|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/espressif/esp-claw --skill weather-search
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather_search
Source: https://github.com/espressif/esp-claw/tree/main/application/edge_agent/fatfs_image/skills/weather_search
Command: npx skills add https://github.com/espressif/esp-claw --skill weather-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need up-to-date weather, temperature, and forecast information quickly, without manually searching the web and summarizing results.

Core Features & Use Cases

  • Current weather answers: Responds to queries about conditions like weather and temperature.
  • Forecast and forecast ranges: Handles requests for forecasts and near-term outlooks.
  • Multilingual query support: Supports inputs such as “天气 / 预报 / 温度” in addition to English.

Quick Start

Ask for the weather you want, for example: “What’s the weather in Tokyo today?”.

Frequently Asked Questions about weather_search

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

FAQPage Schema
How do I get current weather and temperature using a natural language query?▼

To get current weather and temperature, you can ask a natural language question like "What's the weather in Tokyo today?". The tool performs a web-search lookup and summarizes the current conditions into a concise response.

Can I ask for a local weather forecast in Chinese terms like 天气 or 预报?▼

Yes, you can ask for a local weather forecast using common Chinese terms like 天气, 预报, or 温度. The tool supports multilingual inputs and translates these natural language queries into appropriate web-search lookups.

Does this weather lookup tool require any specific API dependencies or components?▼

No specific API dependencies or components are required. The weather lookup operates by executing a standard web search to retrieve and summarize forecast information without needing external packages.

What is the best way to find near-term weather outlooks for a specific location?▼

The best way to find near-term weather outlooks is to ask a direct question about the specific location. The tool handles forecast requests by running a web-search lookup and presenting a friendly formatted summary of the outlook.

How does the web search summarize weather information for IoT agent scenarios?▼

For IoT agent scenarios, the web search summarizes weather information by obtaining the current time, performing a query string lookup, extracting temperature and conditions from results, and presenting a concise summary suitable for local queries.