用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill spec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spec |
| description | spec API skill. Use when working with spec for certificates, customers. Covers 28 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
No authentication required.
28 endpoints across 2 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| POST | /v1/certificates | Create a pending order for certificate |
| POST | /v1/certificates/validate | Validate a pending order for certificate |
| GET | /v1/certificates/{certificateId} | Retrieve certificate details |
| GET | /v1/certificates/{certificateId}/actions | Retrieve all certificate actions |
| POST | /v1/certificates/{certificateId}/email/{emailId}/resend | Resend an email |
| POST | /v1/certificates/{certificateId}/email/resend/{emailAddress} | Add alternate email address |
| POST | /v1/certificates/{certificateId}/email/{emailId}/resend/{emailAddress} | Resend email to email address |
| GET | /v1/certificates/{certificateId}/email/history | Retrieve email history |
| DELETE | /v1/certificates/{certificateId}/callback | Unregister system callback |
| GET | /v1/certificates/{certificateId}/callback | Retrieve system stateful action callback url |
| PUT | /v1/certificates/{certificateId}/callback | Register of certificate action callback |
| POST | /v1/certificates/{certificateId}/cancel | Cancel a pending certificate |
| GET | /v1/certificates/{certificateId}/download | Download certificate |
| POST | /v1/certificates/{certificateId}/reissue | Reissue active certificate |
| POST | /v1/certificates/{certificateId}/renew | Renew active certificate |
| POST | /v1/certificates/{certificateId}/revoke | Revoke active certificate |
| GET | /v1/certificates/{certificateId}/siteSeal | Get Site seal |
| POST | /v1/certificates/{certificateId}/verifyDomainControl | Check Domain Control |
| GET | /v2/certificates | Search for certificate details by entitlement |
| POST | /v2/certificates | Create a pending order for certificate |
| GET | /v2/certificates/download | Download certificate by entitlement |
| GET | /v2/certificates/subscriptions/search | Get a page of subscriptions by domain |
| GET | /v2/certificates/subscription/{guid} | GET a page of certificates for a specific domain product |
| Method | Path | Description |
|---|---|---|
| GET | /v2/customers/{customerId}/certificates | Retrieve customer's certificates |
| GET | /v2/customers/{customerId}/certificates/{certificateId} | Retrieve individual certificate details |
| GET | /v2/customers/{customerId}/certificates/{certificateId}/domainVerifications | Retrieve domain verification status |
| GET | /v2/customers/{customerId}/certificates/{certificateId}/domainVerifications/{domain} | Retrieve detailed information for supplied domain |
| GET | /v2/customers/{customerId}/certificates/acme/externalAccountBinding | Retrieves the external account binding for the specified customer |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP