SKILL
产品需求质量检查
审核产品需求的完整性、一致性、可验证性与上线准备度,输出带证据的问题清单、门禁结论和复检结果
原作者:user_586f97f0
来源:腾讯 SkillHub
含内容副本 · 可下载
存档:v1 · 2026-09-21
hash 96255b65
目录 / 文档处理 / Simple PDF API
Generate and manipulate PDFs from Claude Desktop, Cursor, and Windsurf. 9 tools: HTML-to-PDF, URL-to-PDF, merge, split, watermark, compress, password-protect, rotate, and extract text. Free tier on RapidAPI.
https://pdf-api-mcp--mahiuddinalkamal.run.tools{
"mcpServers": {
"Simple PDF API": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://pdf-api-mcp--mahiuddinalkamal.run.tools"
}
}
}
| 工具 | 说明 |
|---|---|
| html_to_pdf | Convert an HTML string to a PDF file saved to ~/Downloads. Renders with headless Chromium so all modern CSS, flexbox, and print styles work. Use this when you need to generate an invoice, receipt, or report from HTML you already have. |
| url_to_pdf | Render any public http/https URL to a PDF saved to ~/Downloads. Uses headless Chromium — JavaScript-rendered pages work. Private/internal URLs (localhost, 192.168.x.x) are blocked for security. |
| merge_pdfs | Combine 2 or more PDF files into a single document in the order provided. Saves the merged result to ~/Downloads. Use this to combine a cover page with a report, or bundle multiple invoices. |
| split_pdf | Extract specific pages from a PDF into a new file saved to ~/Downloads. Use page ranges like '1-3' for a span, or '5' for a single page. Useful for extracting a chapter, pulling the first page, or splitting a large document. |
| watermark_pdf | Add a diagonal text watermark to every page of a PDF, saved to ~/Downloads. Common watermarks: CONFIDENTIAL, DRAFT, SAMPLE, DO NOT DISTRIBUTE. Opacity and rotation are adjustable. |
| compress_pdf | Reduce a PDF's file size by removing duplicate and orphaned objects. Useful before emailing or uploading to storage. Results vary — documents with repeated fonts/images typically see 10–40% reduction. |
| protect_pdf | AES password-encrypt a PDF so it cannot be opened without the correct password. Optionally restrict printing. Saved to ~/Downloads. Use for sensitive documents like contracts, financial reports, or personal data. |
| rotate_pdf | Rotate all or specific pages of a PDF by 90, 180, or 270 degrees, saved to ~/Downloads. Use 90 or 270 to fix landscape pages, or 180 to flip upside-down pages. Common for scanned documents with incorrect orientation. |
| extract_text | Extract all plain text content from a PDF and return it as a string. Optionally limit to specific page numbers. Useful for searching document contents, summarising a PDF, or feeding text into further processing. |
审核产品需求的完整性、一致性、可验证性与上线准备度,输出带证据的问题清单、门禁结论和复检结果
照片转扫描件 PDF 工具("扫描全能王"风格):上传照片 -> OpenCV 透视校正(去歪斜) -> 图像增强(彩色保留印章/黑白文档) -> RapidOCR 文字识别 -> PyMuPDF 生成带文字层的可搜索 PDF(无水印)
拆书工具
实测:单页抽出 8 板件 / 4 饰面 / 6 材质,纯矢量 PDF(无文字层)也能识别楼层与房间 —— 家具/木饰面/高端定制 CAD 图纸「审图+拆单」专业版
Compare two documents (PDF, Word, images, PPT) and generate a structured diff report highlighting what changed, what was…
飞书发送文件技能
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。