weather

Fetch real-time and forecast weather data via public APIs.

Updated Oct 26, 2025
One-click install
npx skills add https://github.com/currentsuspect/currentsuspect --skill weather-currentsuspect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/currentsuspect/currentsuspect/tree/main/skills/weather
Command: npx skills add https://github.com/currentsuspect/currentsuspect --skill weather-currentsuspect

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill simplifies accessing weather data, eliminating the need for manual checks on various sources and ensuring accurate information at a glance.

Core Features & Use Cases

  • Current Weather: Obtain the latest weather conditions and temperature for any location.
  • Forecasts: View forecasts and weather conditions up to 5 days ahead.
  • Flexible Formats: Supports different formats from a compact to full forecast with just one command.
  • Use Case: Plan your outdoor activities with the help of current conditions or anticipate upcoming weather changes for better decision-making.

Quick Start

Fetch the current weather and forecast for London with the command 'get weather -l London'.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I fetch real-time weather data and forecasts for a specific location?

Fetch real-time weather data by executing a command like 'get weather -l London' to retrieve current conditions and forecasts. The Skill uses publicly available APIs to return up to 5 days of forecast depth for your specified geolocation.

Can I adjust the weather data output format to show compact current conditions or full forecasts?

Adjust weather data output formats by modifying command parameters to switch between compact current condition displays and full forecast depth. This flexibility allows you to tailor the retrieved weather information to your specific planning needs.

Do I need curl installed to retrieve current weather conditions?

Yes, curl is required to retrieve current weather conditions because the Skill relies on it to execute HTTP requests to external weather services. Ensure the curl dependency is available in your environment before fetching real-time data.

What is the maximum forecast depth available for daily weather planning?

The maximum forecast depth available for daily weather planning is up to 5 days ahead. This provides anticipated upcoming weather changes and conditions to help you make better outdoor activity decisions.

Why does my weather forecast request not return real-time data for my location?

Weather forecast requests fail to return real-time data if the geolocation parameter is missing or incorrectly formatted, or if the curl HTTP request to external services is blocked. Verify your location input and network connectivity to resolve the issue.