erskine-may-api — quality + safety report

In the Skillier index (lap__parliament-uk-parliament-uk-erskine-may) · scanned 2026-06-03 · engine: builtin+triage

A
Quality
96/100
Safety

✓ Clean — no heuristic safety flags surfaced.

Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →

Skillproof quality grade A

📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.

Quality notes

No example
low · quality · body
→ Add at least one worked example (input → expected action/output).
No explicit output format / contract
low · quality · body
→ State the expected output format (structure, sections, or schema).

About this skill

Erskine May API skill. Use when working with Erskine May for api. Covers 11 endpoints.

📄 Read the SKILL.md
---
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
---

# Erskine May API
API version: v1

## Auth
No authentication required.

## Base URL
Not specified.

## Setup
1. No auth setup needed
2. GET /api/IndexTerm/browse -- verify access

## Endpoints

11 endpoints across 1 groups. See references/api-spec.lap for full details.

### api
| 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. |

## Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "Get Chapter details?" -> GET /api/Chapter/{chapterNumber}
- "List all browse?" -> GET /api/IndexTerm/browse
- "Get IndexTerm details?" -> GET /api/IndexTerm/{indexTermId}
- "List all Part?" -> GET /api/Part
- "Get Part details?" -> GET /api/Part/{partNumber}
- "Get IndexTermSearchResult details?" -> GET /api/Search/IndexTermSearchResults/{searchTerm}
- "Get Paragraph details?" -> GET /api/Search/Paragraph/{reference}
- "Get ParagraphSearchResult details?" -> GET /api/Search/ParagraphSearchResults/{searchTerm}
- "Get SectionSearchResult details?" -> GET /api/Search/SectionSearchResults/{searchTerm}
- "Get Section details?" -> GET /api/Section/{sectionId}
- "Get Section details?" -> GET /api/Section/{sectionId},{step}

## Response Tips
- Check response schemas in references/api-spec.lap for field details

## 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](https://lap.sh)
Scan or optimize your own skill →

Want a live grade + an embeddable README badge? Run your skill through the free scanner.

Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.