用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill erskine-may-api命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | erskine-may-api |
| description | Erskine May API skill. Use when working with Erskine May for api. Covers 11 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: v1
No authentication required.
Not specified.
11 endpoints across 1 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /api/Chapter/{chapterNumber} | Returns a single chapter overview by chapter number. |
| GET | /api/IndexTerm/browse | Returns a list of index terms by start letter. |
| GET | /api/IndexTerm/{indexTermId} | Returns an index term by id. |
| GET | /api/Part | Returns a list of all parts. |
| GET | /api/Part/{partNumber} | Returns a part by part number. |
| GET | /api/Search/IndexTermSearchResults/{searchTerm} | Returns a list of index terms which contain the search term. |
| GET | /api/Search/Paragraph/{reference} | Returns a section overview by reference. |
| GET | /api/Search/ParagraphSearchResults/{searchTerm} | Returns a list of paragraphs which contain the search term. |
| GET | /api/Search/SectionSearchResults/{searchTerm} | Returns a list of sections which contain the search term. |
| GET | /api/Section/{sectionId} | Returns a section by section id. |
| GET | /api/Section/{sectionId},{step} | Returns a section overview by section id and step. |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP