weather

Retrieve current weather conditions and forecasts for specified locations.

3|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Abhishekojha38/dobby.ai --skill weather-abhishekojha38
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Abhishekojha38/dobby.ai/tree/main/skills/weather
Command: npx skills add https://github.com/Abhishekojha38/dobby.ai --skill weather-abhishekojha38

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location without requiring API keys or complex setup.

Core Features & Use Cases

  • Current Weather: Get a one-liner summary of temperature, conditions, and wind.
  • Detailed Forecasts: Access multi-day weather forecasts.
  • Location Flexibility: Works with city names, airport codes, or even coordinates.
  • Use Case: Ask "What's the weather like in Tokyo today?" and get an immediate, human-readable summary.

Quick Start

Get the current weather for London using the weather skill.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get current weather conditions for a specific location without an API key?

You can retrieve current weather conditions for a specific location without an API key by using publicly accessible web services. This approach fetches temperature, humidity, and wind speed directly.

What's the best way to fetch multi-day weather forecasts using city names or coordinates?

The best way to fetch multi-day weather forecasts is by querying free public web services with your target location. You can use city names, airport codes, or coordinates to get detailed forecast data.

Can I use curl to retrieve temperature and wind speed data for weather forecasts?

Yes, you can use curl to retrieve temperature and wind speed data for weather forecasts. The data fetching process integrates with external tools like curl to access publicly available web services.

Does this weather forecast tool support retrieving humidity data for airport codes?

Yes, this weather forecast tool supports retrieving humidity data for airport codes. It offers location flexibility by accepting city names, airport codes, or coordinates to fetch current conditions and forecasts.

What limitations exist when using free web services for current weather updates?

Limitations when using free web services for current weather updates include reliance on publicly accessible data sources and external tools like curl. No API keys are required, but output formats and data points depend on the service.

Why do I get a human-readable summary when checking the weather in Tokyo today?

You get a human-readable summary when checking the weather in Tokyo today because the tool processes fetched data into an immediate, one-liner output. It summarizes temperature, conditions, and wind without complex setup.