Lap Airportsapi

v1.0.0

airportsapi API skill. Use when working with airportsapi for airportsapi. Covers 1 endpoint.

0· 34·0 current·0 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-airportsapi.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lap Airportsapi" (mickmicksh/lap-airportsapi) from ClawHub.
Skill page: https://clawhub.ai/mickmicksh/lap-airportsapi
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AIRPORTSAPI_API_KEY
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

Bare skill slug

openclaw skills install lap-airportsapi

ClawHub CLI

Package manager switcher

npx clawhub@latest install lap-airportsapi
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name, description, and declared requirement (AIRPORTSAPI_API_KEY) align with a simple API client for a single airports endpoint. There are no unrelated binaries, config paths, or extra credentials requested.
Instruction Scope
The SKILL.md stays within the API-client scope (shows base URL, auth, endpoint, and CLI tips). It references a local spec file (references/api-spec.lap) that is not included and suggests running npx @lap-platform/lapsh commands to fetch/update specs — this is reasonable but means the agent may attempt to run npx or fetch remote specs. The instructions say "OAuth2" for Auth while the skill requires AIRPORTSAPI_API_KEY, which is a minor inconsistency in how authentication is described.
Install Mechanism
No install spec and no code files — instruction-only — so nothing will be written to disk by an installer. This is the lowest-risk install profile.
Credentials
Only one environment variable is required (AIRPORTSAPI_API_KEY), which is proportionate for an API wrapper. The mismatch between the declared env var and the 'OAuth2' wording is worth confirming: verify whether the API expects an OAuth2 flow (client_id/secret, token exchange) or a single API key/bearer token before providing credentials.
Persistence & Privilege
always is false and the skill is user-invocable only. There is no indication the skill requests persistent system-wide privileges or modifies other skills/configs.
Assessment
This skill is a lightweight instruction-only adapter for a single airportsapi endpoint and appears coherent. Before installing/providing credentials: 1) Confirm what the API actually requires for auth — is AIRPORTSAPI_API_KEY sufficient or does it require a full OAuth2 flow (client id/secret and token exchange)? 2) Only provide a dedicated, least-privilege API key (don't reuse high-privilege or unrelated service credentials). 3) Note the SKILL.md references fetching a spec with npx; if you don't want the agent running npx or fetching external specs, avoid enabling autonomous invocation or test in a sandbox first. 4) As best practice, test with a scoped or temporary key and rotate/revoke it if you stop using the skill.

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

Runtime requirements

EnvAIRPORTSAPI_API_KEY
latestvk97d5kdz3xxwqxnh7r51afw4b585mxc0
34downloads
0stars
1versions
Updated 18h ago
v1.0.0
MIT-0

airportsapi

API version: v1

Auth

OAuth2

Base URL

https://airport-web.appspot.com/_ah/api

Setup

  1. Configure auth: OAuth2
  2. GET /airportsapi/v1/airports/{icao_code} -- verify access

Endpoints

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

airportsapi

MethodPathDescription
GET/airportsapi/v1/airports/{icao_code}

Common Questions

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

  • "Get airport details?" -> GET /airportsapi/v1/airports/{icao_code}
  • "How to authenticate?" -> See Auth section

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 airportsapi -o references/api-spec.lap

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

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...