← Back to Skills Marketplace
mickmicksh

Lap Airport City Search

by mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lap-airport-city-search
Description
Airport & City Search API skill. Use when working with Airport & City Search for reference-data. Covers 2 endpoints.
README (SKILL.md)

Airport & City Search

API version: 1.2.3

Auth

No authentication required.

Base URL

https://test.api.amadeus.com/v1

Setup

  1. No auth setup needed
  2. GET /reference-data/locations -- verify access

Endpoints

2 endpoints across 1 groups. See references/api-spec.lap for full details.

reference-data

Method Path Description
GET /reference-data/locations Returns a list of airports and cities matching a given keyword.
GET /reference-data/locations/{locationId} Returns a specific airports or cities based on its id.

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "List all locations?" -> GET /reference-data/locations
  • "Get location details?" -> GET /reference-data/locations/{locationId}

Response Tips

  • Check response schemas in references/api-spec.lap for field details

CLI

# Update this spec to the latest version
npx @lap-platform/lapsh get airport-city-search -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search airport-city-search

References

  • Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

Generated from the official API spec by LAP

Usage Guidance
This is an instruction-only skill that documents two read-only endpoints and does not ask for credentials. Before installing, note: (1) the base URL points to test.api.amadeus.com (a sandbox) — calls will make network requests to that domain; (2) the SKILL.md refers to a local spec file (references/api-spec.lap) and suggests using npx @lap-platform/lapsh — if the agent runs those commands it will execute code from the npm package, so only proceed if you trust running npx commands in your environment; (3) no secrets are requested by the skill, but verify any network calls your agent performs are acceptable for your data/privacy requirements.
Capability Analysis
Type: OpenClaw Skill Name: lap-airport-city-search Version: 1.0.0 The skill bundle provides standard documentation and instructions for interacting with the Amadeus Airport & City Search API (test.api.amadeus.com). The endpoints and CLI commands in SKILL.md are consistent with the stated purpose of searching for travel-related location data, and no malicious patterns, data exfiltration, or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name/description (airport & city search) match the documented endpoints and there are no unexpected credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to call two GET endpoints and to consult a local spec file (references/api-spec.lap). It does not ask the agent to read unrelated system files or environment variables. Note: the spec file is referenced but not included; the agent may attempt to fetch or write that file when following the CLI hints.
Install Mechanism
No install spec or code files are present. The only optional CLI guidance references npx @lap-platform/lapsh; there is no automatic download/install specified by the skill itself.
Credentials
No environment variables, secrets, or config paths are required. The skill declares no credentials and the endpoints are on a test/sandbox base URL (test.api.amadeus.com).
Persistence & Privilege
always is false and there is no indication the skill persists or modifies other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-airport-city-search
  3. After installation, invoke the skill by name or use /lap-airport-city-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of lap-airport-city-search skill. - Supports searching airports and cities, and retrieving details by location ID. - No authentication required. - Provides two endpoints: list locations and get location details. - Includes setup instructions and example CLI commands.
Metadata
Slug lap-airport-city-search
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Lap Airport City Search?

Airport & City Search API skill. Use when working with Airport & City Search for reference-data. Covers 2 endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Lap Airport City Search?

Run "/install lap-airport-city-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lap Airport City Search free?

Yes, Lap Airport City Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lap Airport City Search support?

Lap Airport City Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lap Airport City Search?

It is built and maintained by mickmicksh (@mickmicksh); the current version is v1.0.0.

💬 Comments