用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill api命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | api |
| description | API skill. Use when working with for v{version}. Covers 10 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: v1
No authentication required.
https://webtris.highwaysengland.co.uk/api
10 endpoints across 1 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /v{version}/areas | Returns list of areas |
| GET | /v{version}/areas/{area_Ids} | Returns details of selected area |
| GET | /v{version}/quality/overall | Get Site OverallQuality |
| GET | /v{version}/quality/daily | Get Site DailyQuality |
| GET | /v{version}/reports/{report_type} | Gets the daily report. |
| GET | /v{version}/reports/{start_date}/to/{end_date}/{report_type} | Gets the daily report. |
| GET | /v{version}/sites | Get a list of sites |
| GET | /v{version}/sites/{site_Ids} | Get selected sites |
| GET | /v{version}/sitetypes | Return list of site types |
| GET | /v{version}/sitetypes/{siteType_Id}/sites | Returns the layer metadata for the LayerId specified. |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP