← 返回 Skills 市场
mickmicksh

Lap Airport City Search

作者 mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
126
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lap-airport-city-search
功能描述
Airport & City Search API skill. Use when working with Airport & City Search for reference-data. Covers 2 endpoints.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lap-airport-city-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lap-airport-city-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug lap-airport-city-search
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lap Airport City Search 是什么?

Airport & City Search API skill. Use when working with Airport & City Search for reference-data. Covers 2 endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 Lap Airport City Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lap-airport-city-search」即可一键安装,无需额外配置。

Lap Airport City Search 是免费的吗?

是的,Lap Airport City Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lap Airport City Search 支持哪些平台?

Lap Airport City Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lap Airport City Search?

由 mickmicksh(@mickmicksh)开发并维护,当前版本 v1.0.0。

💬 留言讨论