weather

Fetch current weather conditions and forecasts for a specified location.

65|9|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/EthanAlgoX/MarketBot --skill weather-ethanalgox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/EthanAlgoX/MarketBot/tree/main/marketbot/skills/weather
Command: npx skills add https://github.com/EthanAlgoX/MarketBot --skill weather-ethanalgox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather data is needed quickly for planning and decision making, but obtaining timely conditions and forecasts often requires multiple services or key management.

Core Features & Use Cases

  • No-key weather retrieval: Fetch current conditions and forecasts using simple, curl-friendly endpoints.
  • Dual data sources: Retrieve readable text from wttr.in or structured JSON from Open-Meteo for apps.
  • Use Case: Quick location weather checks for travel planning or field work without API keys.

Quick Start

Ask Weather to fetch the current conditions for a city.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get weather forecasts without an API key?

You can get weather forecasts without an API key by using curl-compatible endpoints against wttr.in for readable text output or Open-Meteo for structured JSON data. No key management is required to fetch current conditions for any specified location.

Can I use curl to check the weather from the command line?

Yes, you can use curl to check the weather by sending lightweight HTTP requests to wttr.in. This method returns quick, human-readable text forecasts directly in your terminal without needing additional libraries or authentication tokens.

How do I retrieve structured JSON weather data for an application?

To retrieve structured JSON weather data, you can query the Open-Meteo service. This approach provides detailed, machine-readable forecast information suitable for integration into applications without requiring an API key for access.

What is the best way to get a quick weather forecast for travel planning?

The best way to get a quick weather forecast for travel planning is to fetch current conditions using no-key endpoints. You can retrieve readable text from wttr.in or structured JSON from Open-Meteo for specified locations instantly.

Does this weather retrieval method work for both human-readable and machine-readable formats?

Yes, this weather retrieval method supports both formats by using dual data sources. It fetches readable text from wttr.in for quick visual checks and structured JSON from Open-Meteo for application integration.