weather

Retrieve current weather conditions and short-term forecasts from free public HTTP endpoints.

26|12|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/insmtx/Lework --skill weather-insmtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/insmtx/Lework/tree/main/backend/skills/worker/weather
Command: npx skills add https://github.com/insmtx/Lework --skill weather-insmtx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need quick, reliable weather information for travel, event planning, or daily activities, but paid weather APIs require complex key management and subscription costs that create unnecessary friction for casual or lightweight use cases.

Core Features & Use Cases

  • No API Key Required: Leverages free public weather services to eliminate setup overhead and ongoing costs.
  • Multiple Output Formats: Supports simple one-line summaries, compact formatted data, and full extended forecasts for different needs.
  • Use Case: Ideal for travelers checking destination conditions, event planners monitoring outdoor event weather, or developers adding weather data to small projects without managing API credentials.

Quick Start

Use the weather skill to get the current weather and 3-day forecast for your next travel destination.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get free weather forecast data without an API key?

You can retrieve free weather forecast data without an API key by leveraging public HTTP endpoints to fetch current conditions and short-term forecasts directly, eliminating setup overhead and subscription costs.

Can I fetch current weather conditions for travel planning using curl?

Yes, you can fetch current weather conditions for travel planning using curl to access public HTTP endpoints, returning formatted snapshots of destination weather without requiring complex authentication setup.

Does this no-api-key weather approach support extended forecast outputs?

Yes, the no-api-key weather approach supports multiple output formats including simple one-line summaries, compact formatted data, and full extended forecasts for daily activity coordination and outdoor event scheduling.

What is the best way to add weather data to small development projects without managing credentials?

The best way to add weather data to small development projects without managing credentials is using free public weather services that provide formatted outputs via simple HTTP requests.

Are there limitations to using free public weather endpoints for lightweight workflows?

Limitations of using free public weather endpoints include being restricted to current condition snapshots and short-term forecasts, which suits lightweight personal use cases but may lack extensive historical data.