Flight

🌐Community
by jinfanzheng · vlatest · Repository

This "Flight" skill simulates aircraft movement based on input parameters, useful for modeling and simulating aerial scenarios.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add flight npx -- -y @trustedskills/flight
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "flight": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/flight"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The flight skill provides access to real-time and historical flight data. It can retrieve information about specific flights, including departure and arrival times, airport codes, and status updates (e.g., delayed, cancelled). This skill leverages external aviation data sources to offer accurate and up-to-date details on air travel.

When to use it

  • Travel Planning: Get real-time flight status for upcoming trips or check historical data to understand typical delays at a particular airport.
  • Tracking Friends/Family: Monitor the progress of flights for loved ones who are traveling.
  • Aviation Research: Access flight information for analysis and research purposes related to aviation trends.
  • Airport Operations: Provide updates on flight schedules and potential disruptions to passengers.

Key capabilities

  • Flight status retrieval (departure, arrival, delays)
  • Access to airport codes
  • Historical flight data access
  • Real-time data updates

Example prompts

  • "What is the current status of flight UA123?"
  • "Show me the historical flight times for flights from JFK to LAX on January 15th."
  • "Is flight BA456 delayed, and if so, by how much?"

Tips & gotchas

The accuracy of the data depends on the reliability of external aviation data sources. Flight numbers are required for specific flight inquiries.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jinfanzheng
Installs
16

🌐 Community

Passed automated security scans.