weather

Fetch real-time weather and 7-day forecasts for locations via Open-Meteo APIs.

1.1k|144|Updated Mar 12, 2018
One-click install
npx skills add https://github.com/platonai/Browser4 --skill weather-platonai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/platonai/Browser4/tree/main/browser4-agentic/src/main/resources/skills/weather
Command: npx skills add https://github.com/platonai/Browser4 --skill weather-platonai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

Provides current weather conditions and a 7-day forecast, eliminating the need to search for information manually.

Core Features & Use Cases

  • Location-Based Weather Data: Fetches weather information for any specified location.
  • Custom Units: Supports both metric and imperial units.
  • Forecast Detail: Offers detailed daily forecasts including temperature, precipitation, and wind conditions.

Quick Start

Fetch the weather for 'Tokyo, Japan' with 'metric' units.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get a 7-day weather forecast for a specific location using Python?

To get a 7-day weather forecast for a specific location, this Skill uses Python to query Open-Meteo geocoding and forecast APIs. It returns detailed daily predictions including temperature, precipitation, and wind conditions without manual searching.

Can I fetch current weather conditions and forecasts in metric or imperial units?

Yes, you can fetch current weather conditions and forecasts using either metric or imperial units. The Skill supports custom units to deliver location-specific temperature and precipitation data tailored to your preferred measurement system.

Does this weather forecast tool require an API key to access Open-Meteo data?

The weather forecast tool leverages Open-Meteo geocoding and forecast APIs to provide real-time data. It operates via Python scripts for API interaction, though the metadata does not specify whether an API key is required for access.

What is the best way to retrieve location-specific weather data for data analytics applications?

The best way to retrieve location-specific weather data for analytics applications is using this Python-based Skill. It fetches current conditions and a 7-day forecast via Open-Meteo APIs, providing structured outputs like temperature and wind details.

What weather details are included in the daily forecast provided by Open-Meteo?

The daily forecast provided via Open-Meteo includes detailed metrics such as temperature, precipitation, and wind conditions. It delivers this data for any specified location over a 7-day period to support weather-related queries.