weather

Fetch current weather data from the Open-Meteo API and provide activity advice.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/shane9coy/katana-agent --skill weather-shane9coy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/shane9coy/katana-agent/tree/main/agent/skills/productivity/weather
Command: npx skills add https://github.com/shane9coy/katana-agent --skill weather-shane9coy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides users with easy-to-understand weather information, translating raw data into practical advice for daily activities.

Core Features & Use Cases

  • Location-Based Weather: Fetches current weather conditions based on user's geographical coordinates.
  • Actionable Advice: Delivers contextual recommendations (e.g., what to wear, activity suggestions) instead of just raw numbers.
  • Use Case: A user asks, "What's the weather like today?" The Skill responds with a friendly summary and advice like, "It's 61° and overcast with light wind – comfortable for a run, but you might want a light layer."

Quick Start

Fetch the current weather for your location and get advice on what to do today.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get actionable weather advice based on my location?

To get actionable weather advice, this Skill fetches current weather data via the Open-Meteo API using your coordinates and translates raw temperature and weather codes into daily activity recommendations. It requires a user_profile.json containing your location data to provide contextualized summaries.

Can I use daily planning advice for outdoor activities without raw weather data?

Yes, you can use daily planning advice without parsing raw weather data because this Skill automatically translates temperature and weather codes into human-friendly summaries. It delivers contextual recommendations like what to wear or activity suggestions directly from the fetched forecast.

Do I need a user_profile.json to fetch current weather conditions?

Yes, you need a user_profile.json file to fetch current weather conditions because the Skill relies on your geographical coordinates stored within it. The Open-Meteo API requires these location coordinates to provide accurate weather data and tailored advice for your daily life scenarios.

What's the best way to translate raw weather codes into human-friendly summaries?

The best way to translate raw weather codes into human-friendly summaries is using a Skill that fetches Open-Meteo API data and converts it into contextual recommendations. This approach translates raw temperature and weather codes into practical advice for daily activities automatically.

How does location-based weather fetching work for daily life scenarios?

Location-based weather fetching works by reading geographical coordinates from your user_profile.json and querying the Open-Meteo API for current conditions. It then translates raw temperature and weather codes into human-friendly summaries and actionable advice tailored to your specific daily life scenarios.