用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill dflight-api命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | dflight-api |
| description | DFlight API skill. Use when working with DFlight for us. Covers 24 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: V 1.0.0
ApiKey x-api-key in header
https://dflight-api.ljaero.com/
24 endpoints across 1 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| POST | /us/v1/airspace/distance-query | Retrieve all requested types of airspace located within given distance of location. |
| POST | /us/v1/airspace/route-query | Retrieve all requested types of airspace traversed by route. |
| POST | /us/v1/airspace/polygon-query | Retrieve all requested types of airspace located within given GeoJSON Polygon. |
| POST | /us/v1/wx-forecast/distance-query | Retrieve forecast values within given distance of location for all requested weather elements and time periods. |
| POST | /us/v1/wx-forecast/route-query | Retrieve forecast values along a route for all requested weather elements and time periods. |
| POST | /us/v1/wx-forecast/polygon-query | Retrieve forecast values within given GeoJSON polygon for all requested weather elements and time periods. |
| POST | /us/v1/restrictions/distance-query | Retrieve flight restrictions applicable within given distance of location. |
| POST | /us/v1/restrictions/route-query | Retrieve flight restrictions applicable along route. |
| POST | /us/v1/restrictions/polygon-query | Retrieve flight restrictions applicable within given area. |
| POST | /us/v1/ssa/distance-query | Retrieve all special security areas located within given distance of location. |
| POST | /us/v1/ssa/route-query | Retrieve all special security areas traversed by route. |
| POST | /us/v1/ssa/polygon-query | Retrieve all special security areas located within given GeoJSON Polygon. |
| POST | /us/v1/venues/distance-query | Retrieve all restricted public venues located within given distance of location. |
| POST | /us/v1/venues/route-query | Retrieve all restricted public venues traversed by route. |
| POST | /us/v1/venues/polygon-query | Retrieve all restricted public venues located within given GeoJSON Polygon. |
| POST | /us/v1/obstacles/distance-query | Retrieve obstacles within given distance of location. |
| POST | /us/v1/obstacles/route-query | Retrieve obstacles found along a route. |
| POST | /us/v1/obstacles/polygon-query | Retrieve obstacles located within given area. |
| POST | /us/v1/uoa/distance-query | Retrieve UAS Operating Areas (UOAs) found within given distance of location. |
| POST | /us/v1/uoa/route-query | Retrieve UAS Operating Areas (UOAs) found along route. |
| POST | /us/v1/uoa/polygon-query | Retrieve UAS Operating Areas (UOAs) found within given area. |
| POST | /us/v1/aerodromes/distance-query | Retrieve aerodromes within given distance of location. |
| POST | /us/v1/aerodromes/route-query | Retrieve aerodromes found along a route. |
| POST | /us/v1/aerodromes/polygon-query | Retrieve aerodromes located within given area. |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP