소스 정보
- 저장소
- Lap-Platform/claude-marketplace
- 최근 소스 활동
- 2026년 3월 10일 16:47
- 감지된 SKILL.md 언어
- 영어
- 스타
- 6
- 포크
- 2
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill dflight-api명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Configuration API skill. Use when working with Configuration for accountHolders, balanceAccounts, balancePlatforms. Covers 79 endpoints.
Adyen Checkout API skill. Use when working with Adyen Checkout for applePay, cancels, cardDetails. Covers 28 endpoints.
Akamai: Application Security API skill. Use when working with Akamai: Application Security for activations, api-discovery, configs. Covers 213 endpoints.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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