weather-display

Fetch and present current weather data for a specified location.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Estom/aiflex --skill weather-display
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-display
Source: https://github.com/Estom/aiflex/tree/main/examples/skills/weather
Command: npx skills add https://github.com/Estom/aiflex --skill weather-display

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need quick access to accurate, readable weather information for specific locations without switching apps.

Core Features & Use Cases

  • Retrieve current conditions for any city or region
  • Fetch short-term forecasts and present them in an organized, readable format
  • Support bilingual outputs (Chinese and English) for diverse users
  • Use case: monitor weather impacts on outdoor plans or trading decisions.

Quick Start

Ask for the current weather of a location to receive a formatted weather display.

Frequently Asked Questions about weather-display

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

FAQPage Schema
How do I fetch current weather conditions for a specific city?

To fetch current weather conditions, provide a city name and the Skill retrieves real-time data via a weather API, formatting the output into a clean Markdown template for immediate readability.

Can I get a bilingual weather forecast in both Chinese and English?

Yes, you can get a bilingual weather forecast. The Skill supports parsing locations and presenting formatted weather data outputs in both Chinese and English for diverse user needs.

Does the weather display support short-term forecasts for multiple regions?

The weather display supports short-term forecasts across multiple regions. It parses location inputs, fetches forecast data via API, and presents organized conditions for any specified city.

How does location parsing handle errors during weather data retrieval?

Location parsing handles errors during weather data retrieval by incorporating error handling logic within the API fetch process, ensuring invalid or unrecognized city inputs do not break the formatted output.

What is the best way to display formatted weather data using an API?

The best way to display formatted weather data is using a Skill that fetches API results and applies a clean Markdown template, organizing current conditions and forecasts into readable text.