weather

Retrieve current and forecasted weather data for specified locations and time spans.

1|Updated Mar 11, 2025
One-click install
npx skills add https://github.com/danielstewart77/hive_mind --skill weather-danielstewart77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/danielstewart77/hive_mind/tree/main/specs/skills/weather
Command: npx skills add https://github.com/danielstewart77/hive_mind --skill weather-danielstewart77

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides current and forecasted weather information for specified locations, helping users plan their activities based on weather conditions.

Core Features & Use Cases

  • Current Weather: Get real-time temperature and conditions.
  • Forecasts: Retrieve predictions for today, tonight, this week, or this weekend.
  • Use Case: Planning a weekend trip? Ask for the weather forecast for your destination to pack appropriately.

Quick Start

Get the weather for "New York, NY" for "this week".

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get the local weather forecast for a specific location?

To get the local weather forecast, you provide a specific location and time span like "this week" or "this weekend" to retrieve current temperature and predicted conditions.

Can I check current temperature and conditions for travel preparation?

Yes, you can check current temperature and real-time conditions for any specified location to prepare for travel and plan activities based on the weather.

Does retrieving weather data require Python execution?

Yes, retrieving weather data requires Python execution with specified location and time-span parameters to return deterministic current and forecasted conditions.

What time spans can I request for weather forecasts?

You can request weather forecasts for various time spans including today, tonight, this week, or this weekend to support daily checks and event planning.

What's the best way to plan a weekend trip using weather predictions?

The best way to plan a weekend trip is to request the weather forecast for your destination location and time span to retrieve predictions and pack appropriately.

Why do I need to specify a location and time span for weather updates?

Specifying a location and time span is required because the weather retrieval process uses these parameters to execute deterministically and return accurate forecasted data.