compare-weather — for Claude Code weather-api, community, for Claude Code, ide skills, Weather, Across, Multiple, Airports, ARGUMENTS, Instructions

v1.0.0

About this Skill

Perfect for Location-Based Agents needing real-time weather comparison capabilities across multiple airports. Compare current weather conditions across multiple airports side-by-side. Useful for travel planning or choosing between destinations.

Features

Compare Weather Across Multiple Airports
Compare weather at multiple airports: $ARGUMENTS
IMPORTANT: Do NOT show raw JSON or curl commands in your response. Only show the final formatted
Step 1: Parse Airport List
Split arguments to get airport codes. Last argument may be units (metric/imperial).

# Core Topics

rorpage rorpage
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 10/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
10/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

Perfect for Location-Based Agents needing real-time weather comparison capabilities across multiple airports. Compare current weather conditions across multiple airports side-by-side. Useful for travel planning or choosing between destinations.

Core Value

Empowers agents to silently fetch and compare weather data from various sources using API calls, providing units conversion between metric and imperial systems.

Ideal Agent Persona

Perfect for Location-Based Agents needing real-time weather comparison capabilities across multiple airports.

Capabilities Granted for compare-weather

Comparing weather conditions across multiple airports
Automating flight planning with real-time weather data
Generating weather reports for travel destinations

! Prerequisites & Limits

  • Requires API token for authentication
  • Limited to airport weather data
  • Dependent on external weather APIs for data accuracy

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is compare-weather?

Perfect for Location-Based Agents needing real-time weather comparison capabilities across multiple airports. Compare current weather conditions across multiple airports side-by-side. Useful for travel planning or choosing between destinations.

How do I install compare-weather?

Run the command: npx killer-skills add rorpage/weather-api/compare-weather. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for compare-weather?

Key use cases include: Comparing weather conditions across multiple airports, Automating flight planning with real-time weather data, Generating weather reports for travel destinations.

Which IDEs are compatible with compare-weather?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for compare-weather?

Requires API token for authentication. Limited to airport weather data. Dependent on external weather APIs for data accuracy.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add rorpage/weather-api/compare-weather. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use compare-weather immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

compare-weather

Install compare-weather, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Compare Weather Across Multiple Airports

Compare weather at multiple airports: $ARGUMENTS

Instructions

IMPORTANT: Do NOT show raw JSON or curl commands in your response. Only show the final formatted markdown output.

Step 1: Parse Airport List

Split arguments to get airport codes. Last argument may be units (metric/imperial).

Step 2: Silently Fetch Data for Each Airport

For each airport, make API calls silently:

bash
1metar=$(curl -s -H "x-api-token: ${API_TOKEN}" "http://localhost:3000/api/metar?id={AIRPORT}") 2weather=$(curl -s -H "x-api-token: ${API_TOKEN}" "http://localhost:3000/api/weather?lat={lat}&lon={lon}&units={units}")

Step 3: Present Clean Comparison

Create a markdown table:

AirportTemperatureConditionsFlight CategoryWindVisibility

Step 4: Detailed Analysis

For each airport, show:

  • Current conditions summary
  • Forecast for today
  • Key metrics

Step 5: Recommendations

  • Which airport has best weather?
  • Any concerns?
  • Best for VFR flying?
  • Notable differences

Example Output Style

Use clean markdown tables with emoji. No JSON visible. Make it easy to scan and compare.

Related Skills

Looking for an alternative to compare-weather or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer