Lap Airport City Search

v1.0.0

Airport & City Search API skill. Use when working with Airport & City Search for reference-data. Covers 2 endpoints.

0· 111·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mickmicksh/lap-airport-city-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lap Airport City Search" (mickmicksh/lap-airport-city-search) from ClawHub.
Skill page: https://clawhub.ai/mickmicksh/lap-airport-city-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install mickmicksh/lap-airport-city-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install lap-airport-city-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97eegyt0swv4qesmhrbfz7de58566we
111downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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

MethodPathDescription
GET/reference-data/locationsReturns 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

Comments

Loading comments...