weather

Retrieve current weather and multi-day forecasts for a city via API.

16|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kubiyabot/skill --skill weather-kubiyabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/kubiyabot/skill/tree/main/examples/tutorials/weather-skill
Command: npx skills add https://github.com/kubiyabot/skill --skill weather-kubiyabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI agents to retrieve weather information for a city by calling a weather API, streamlining decision-making in workflows.

Core Features & Use Cases

  • Current weather: Retrieve current conditions for a specified city.
  • Forecast: Retrieve multi-day forecasts to plan activities.
  • Use Case: An automation agent checks the weather for a city before scheduling outdoor tasks.

Quick Start

Use the weather skill to fetch current weather for a city: skill run weather:current city="London"

Get a multi-day forecast for a city: skill run weather:forecast city="Tokyo" days=5

Frequently Asked Questions about weather

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

FAQPage Schema
How do I fetch weather data for a city using a bash CLI?

You can fetch weather data for a city by calling a weather API with bash CLI tools. The skill requires curl and jq to retrieve current conditions and multi-day forecasts for your specified city.

Can I get a multi-day weather forecast via curl and jq?

Yes, you can retrieve a multi-day weather forecast using curl and jq. By calling the weather API and specifying the city and number of days, you get forecast data suitable for planning and automation.

Do I need an API key configured to retrieve current weather conditions?

Yes, you need a weather API key configured in your environment to retrieve current weather conditions. This key authorizes the curl requests to fetch accurate city data via the bash CLI.

What's the best way to automate weather checks for outdoor task scheduling?

The best way to automate weather checks for outdoor tasks is using an automation agent with a weather API skill. It retrieves current conditions and multi-day forecasts to streamline scheduling decisions.

Does this weather API skill require any external dependencies?

The weather API skill requires bash tools like curl and jq as dependencies. You also need to configure a valid API key in your environment to successfully retrieve current weather and forecast data.