Get comprehensive weather briefing for an airport combining both METAR aviation data and civilian weather forecast.
Get a comprehensive weather briefing for airport $0.
IMPORTANT: Do NOT show raw JSON or curl commands in your response. Only show the final formatted markdown output.
This skill performs two API calls silently:
metar=$(curl -s -H "x-api-token: ${API_TOKEN}" "http://localhost:3000/api/metar?id=$0")
Use approximate coordinates for the airport:
weather=$(curl -s -H "x-api-token: ${API_TOKEN}" "http://localhost:3000/api/weather?lat={lat}&lon={lon}&units=${1:-metric}")
Format in two sections:
🛩️ Aviation Weather (METAR)
🌤️ General Weather & Forecast
✈️ Flight Recommendation
Use clean markdown with headers, bullet points, and emoji. No JSON visible to user.