weather-check

Retrieve current weather conditions and temperature for a specified location via the wttr.in API.

2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill weather-check-aztr0nutzs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-check
Source: https://github.com/aztr0nutzs/NET_NiNjA.v1.2/tree/main/skills/skills-folders/skillguard/test-fixtures/clean-skill
Command: npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill weather-check-aztr0nutzs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides current weather information for a specified location, helping users stay informed about weather conditions.

Core Features & Use Cases

  • Current Weather: Retrieves real-time temperature and weather conditions.
  • Location Specific: Fetches data tailored to a user-provided location.
  • Use Case: A user planning an outdoor event can quickly check the weather for their city to make informed decisions.

Quick Start

Use the weather-check skill to get the current weather for London.

Frequently Asked Questions about weather-check

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

FAQPage Schema
How do I check current weather conditions for a specific location?

You can retrieve current weather conditions and temperature for a specific location by providing the geographical name to the skill. It interfaces with the wttr.in API to fetch real-time weather data tailored to your input location.

Do I need curl to fetch weather temperature data?

Yes, you need curl installed to fetch weather temperature data because the skill uses it to interface with the wttr.in API. Without curl, the script cannot successfully retrieve the current conditions from the remote service.

Can I get weather forecasts for travel planning using wttr.in?

You can retrieve current weather conditions for travel planning by providing your destination as the location parameter. The skill fetches current temperature and conditions from the wttr.in API, which is applicable for travel planning and event preparation.

What is the best way to get real-time temperature for event preparation?

The best way to get real-time temperature for event preparation is to query a location-specific weather service like wttr.in. This skill retrieves the current weather conditions for your city, allowing you to make informed decisions for outdoor events.