用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill members-api命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | members-api |
| description | Members API skill. Use when working with Members for api. Covers 43 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: v1
No authentication required.
Not specified.
43 endpoints across 1 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /api/Location/Browse/{locationType}/{locationName} | Returns a list of locations, both parent and child |
| GET | /api/Location/Constituency/Search | Returns a list of constituencies |
| GET | /api/Location/Constituency/{id} | Returns a constituency by ID |
| GET | /api/Location/Constituency/{id}/Synopsis | Returns a synopsis by constituency ID |
| GET | /api/Location/Constituency/{id}/Representations | Returns a list of representations by constituency ID |
| GET | /api/Location/Constituency/{id}/Geometry | Returns geometry by constituency ID |
| GET | /api/Location/Constituency/{id}/ElectionResults | Returns a list of election results by constituency ID |
| GET | /api/Location/Constituency/{id}/ElectionResult/{electionId} | Returns an election result by constituency and election id |
| GET | /api/Location/Constituency/{id}/ElectionResult/Latest | Returns latest election result by constituency id |
| GET | /api/LordsInterests/Register | Returns a list of registered interests |
| GET | /api/LordsInterests/Staff | Returns a list of staff |
| GET | /api/Members/Search | Returns a list of current members of the Commons or Lords |
| GET | /api/Members/SearchHistorical | Returns a list of members of the Commons or Lords |
| GET | /api/Members/{id} | Return member by ID |
| GET | /api/Members/{id}/Biography | Return biography of member by ID |
| GET | /api/Members/{id}/Contact | Return list of contact details of member by ID |
| GET | /api/Members/{id}/ContributionSummary | Return contribution summary of member by ID |
| GET | /api/Members/{id}/Edms | Return list of early day motions of member by ID |
| GET | /api/Members/{id}/Experience | Return experience of member by ID |
| GET | /api/Members/{id}/Focus | Return list of areas of focus of member by ID |
| GET | /api/Members/History | Return members by ID with list of their historical names, parties and memberships |
| GET | /api/Members/{id}/LatestElectionResult | Return latest election result of member by ID |
| GET | /api/Members/{id}/Portrait | Return portrait of member by ID |
| GET | /api/Members/{id}/PortraitUrl | Return portrait url of member by ID |
| GET | /api/Members/{id}/RegisteredInterests | Return list of registered interests of member by ID |
| GET | /api/Members/{id}/Staff | Return list of staff of member by ID |
| GET | /api/Members/{id}/Synopsis | Return synopsis of member by ID |
| GET | /api/Members/{id}/Thumbnail | Return thumbnail of member by ID |
| GET | /api/Members/{id}/ThumbnailUrl | Return thumbnail url of member by ID |
| GET | /api/Members/{id}/Voting | Return list of votes by member by ID |
| GET | /api/Members/{id}/WrittenQuestions | Return list of written questions by member by ID |
| GET | /api/Parties/StateOfTheParties/{house}/{forDate} | Returns current state of parties |
| GET | /api/Parties/LordsByType/{forDate} | Returns the composition of the House of Lords by peerage type. |
| GET | /api/Parties/GetActive/{house} | Returns a list of current parties with at least one active member. |
| GET | /api/Posts/GovernmentPosts | Returns a list of government posts. |
| GET | /api/Posts/OppositionPosts | Returns a list of opposition posts. |
| GET | /api/Posts/Spokespersons | Returns a list of spokespersons. |
| GET | /api/Posts/Departments/{type} | Returns a list of departments. |
| GET | /api/Posts/SpeakerAndDeputies/{forDate} | Returns a list containing the speaker and deputy speakers. |
| GET | /api/Reference/PolicyInterests | Returns a list of policy interest. |
| GET | /api/Reference/Departments | Returns a list of departments. |
| GET | /api/Reference/AnsweringBodies | Returns a list of answering bodies. |
| GET | /api/Reference/Departments/{id}/Logo | Returns department logo. |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP