仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 4 小时前
▸ 精选理由
覆盖常见 PDF 操作并推荐合适工具,实际工程中非常实用。
▸ 风险提示
处理含敏感信息的 PDF 时需注意隐私与合规。
这个 Skill 做什么
对 PDF 进行读取、提取、合并、拆分、填表与加密等常见操作与处理建议。
能读、提取、合并、拆分和生成 PDF,还能做表单填充、加密/解密、提取图片以及对扫描件做 OCR。遇到 .pdf 文件需要抽表、合并文档或输出 PDF 时直接用。特点是按任务选最合适的工具,兼顾准确性和自动化。
▸ 展开 SKILL.md 英文原文
Read, extract, create, merge, split, and manipulate PDF files. Use whenever a .pdf file is involved — extracting text or tables from a PDF, creating a new PDF from content or data, merging multiple PDFs, splitting a PDF into pages, rotating pages, adding watermarks, filling PDF forms, encrypting or decrypting PDFs, extracting images, or running OCR on scanned PDFs. Trigger when the user mentions a .pdf file or asks to produce a PDF output.
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/pdf/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/pdf/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# PDF Processing PDF is the universal document format. It is also one of the most annoying formats to work with programmatically. This skill handles the full range of PDF tasks — reading, creating, editing, merging, splitting, and extracting — using the right tool for each job. | Task | Best tool | |---|---| | Extract text (digital PDF) | `pdfplumber` or `pdftotext` | | Extract tables | `pdfplumber` | | Create PDF from content | `reportlab` | | Merge / split / rotate | `pypdf` or `qpdf` | | Fill PDF forms | `pypdf` or `pdf-lib` (JS) | | OCR scanned PDFs | `pytesseract` + `pdf2image` | | Password protect / decrypt | `pypdf` or `qpdf` | | Extract images | `pdfimages` (poppler) | > `pypdf`,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有