AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Aircraft Register

skill-taivop-marketplace-aircraft-register · by taivop

Use official aircraft register pages for aircraft registration status and aviation registry context.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-taivop-marketplace-aircraft-register

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-taivop-marketplace-aircraft-register)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aircraft Register? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Aircraft Register

Use when

  • You need official aircraft registration context.
  • You need structured extraction of aircraft register fields.

Avoid when

  • You need air-incident reporting analytics (use aviation occurrence skill).

Access reality

  • Public access type: HTML table on a public webpage (no documented JSON API in skill scope).
  • EN context page exists, but practical register table is on the ET page.

Inputs

  • Optional aircraft identifier or registration scope.

Outputs

  • Structured aircraft registry records and status metadata.

Primary endpoints

  • EN context page: https://www.transpordiamet.ee/en/vehicle-ship-airplane/aircraft-registration/aircraft-register
  • ET register table page (practical source): https://www.transpordiamet.ee/ohusoidukite-register

Retrieval workflow

  1. Open ET register page https://www.transpordiamet.ee/ohusoidukite-register.
  2. Locate the published register table under aircraft register content.
  3. Extract row cells in fixed order per table row.
  4. Capture the published update stamp (Register seisuga: .../updated).
  5. Return normalized rows with source URL and retrieval timestamp.

Request contract

  • No stable public API contract documented here.
  • Retrieval is page HTML parsing from published table content.

Output schema expectations

  • Extract these fields per row:
  • registration mark (example format ES - XYZ)
  • aircraft type
  • serial / construction number
  • owner
  • operator
  • Attach register_update_date from page text (Register seisuga).

Limits and caveats

  • English route is mainly context; data table is on Estonian page.
  • Page also contains procedural forms/docx links; separate these from register-row extraction.
  • Formatting and table structure can change with CMS updates.

Verification hooks

  • Confirm at least one ES - ... registration value is extracted.
  • Confirm row-cell grouping is divisible by 5 fields.
  • Confirm update stamp is captured when present.

Quality checks

  • Keep official registration identifiers unchanged.
  • Separate current status table values from procedural document links.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.