用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill pdfbrokerio-api命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | pdfbrokerio-api |
| description | PdfBroker.io API skill. Use when working with PdfBroker.io for api. Covers 16 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: v1
OAuth2
Not specified.
16 endpoints across 1 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /api/pdf | Basic method to verify api is up and running |
| GET | /api/v1/pdf | Basic method to verify api is up and running |
| POST | /api/pdf/xslfo | Create pdf-file from complete XSL-FO document. |
| POST | /api/v1/pdf/xslfo | Create pdf-file from complete XSL-FO document. |
| POST | /api/pdf/xslfowithtransform | Create pdf-file from transforming xml document with Xsl-Fo transform document. |
| POST | /api/v1/pdf/xslfowithtransform | Create pdf-file from transforming xml document with Xsl-Fo transform document. |
| POST | /api/pdf/pdftoimage | Generate an image of to provided pdf file |
| POST | /api/v1/pdf/pdftoimage | Generate an image of to provided pdf file |
| POST | /api/pdf/pdfconcat | Concatenate multiple pdf files into single pdf file.. |
| POST | /api/v1/pdf/pdfconcat | Concatenate multiple pdf files into single pdf file.. |
| POST | /api/pdf/pdfwritestring | Write text on a page in a pdf document. |
| POST | /api/v1/pdf/pdfwritestring | Write text on a page in a pdf document. |
| POST | /api/pdf/weasyprint | Generate pdf file from html/url using Weasyprint. Requires paid subscription. This is our premium pdf generator. It is the most accurate and feature rich pdf generator we have with support for pdf/a-1b, pdf/a-2b, pdf/a-3b, pdf/a-4b and pdf/ua-1. |
| POST | /api/v1/pdf/weasyprint | Generate pdf file from html/url using Weasyprint. Requires paid subscription. This is our premium pdf generator. It is the most accurate and feature rich pdf generator we have with support for pdf/a-1b, pdf/a-2b, pdf/a-3b, pdf/a-4b and pdf/ua-1. |
| POST | /api/pdf/wkhtmltopdf | Generate pdf file from url using the excellent tool wkhtmltopdf. |
| POST | /api/v1/pdf/wkhtmltopdf | Generate pdf file from url using the excellent tool wkhtmltopdf. |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP