faa-registry

Query FAA aircraft registration records by tail number, owner, or model.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/derekwisong/pyagent --skill faa-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: faa-registry
Source: https://github.com/derekwisong/pyagent/tree/main/pyagent/skills/faa-registry
Command: npx skills add https://github.com/derekwisong/pyagent --skill faa-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to retrieve detailed FAA aircraft registration information efficiently.

Core Features & Use Cases

  • Record Lookup: Find comprehensive details for a specific tail number, including owner and aircraft info.
  • Owner Search: Identify all aircraft registered to a particular owner name.
  • Make and Model Search: Search for aircraft by manufacturer and model, helping aviation researchers and enthusiasts gather data.
  • Use Case: Pair with flight tracking data to verify aircraft ownership or status by Mode S hex code.

Quick Start

Use the faa-registry skill to look up a tail number by running the CLI tool with the appropriate subcommand and arguments.

Frequently Asked Questions about faa-registry

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

FAQPage Schema
How do I look up FAA aircraft registration records by tail number?

To look up FAA aircraft registration records by tail number, use the command-line interface to query the specific US aircraft identifier. The tool scrapes FAA HTML pages to extract and format detailed owner and aircraft data for investigations or compliance checks.

Can I search FAA aircraft registry data by owner name or aircraft model?

Yes, you can search FAA aircraft registry data by owner name or manufacturer model using specific subcommands. This allows aviation researchers to identify all aircraft registered to a particular owner or gather data on specific makes and models.

What is the best way to access US airplane registration details for compliance checks?

The best way to access US airplane registration details for compliance checks is using a command-line query tool that scrapes FAA HTML pages. It reliably extracts and formats owner information and aircraft status for US identifiers.

Does this FAA registry lookup tool work for aircraft outside the United States?

No, this FAA registry lookup tool does not work for aircraft outside the United States. It ensures reliability specifically for US aircraft identifiers by scraping HTML pages from the Federal Aviation Administration database.

How do I verify aircraft ownership using a Mode S hex code?

To verify aircraft ownership using a Mode S hex code, pair the retrieved FAA aircraft registration data with flight tracking information. Use the CLI tool to query the tail number and extract the corresponding owner details.