Install
$ agentstack add skill-taivop-marketplace-aircraft-register ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Open ET register page
https://www.transpordiamet.ee/ohusoidukite-register. - Locate the published register table under aircraft register content.
- Extract row cells in fixed order per table row.
- Capture the published update stamp (
Register seisuga: .../updated). - 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_datefrom 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.
- Author: taivop
- Source: taivop/marketplace
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.