PDF Skill
擷取 text, create PDFs, 與 handle forms。
封存原因
原始內容有雜湊快照,但上游授權檔缺失;catalog 的 MIT 標示不足以替代上游授權。
逐篇公開審查紀錄
桌面審查與否決證據
pdf 已逐項檢查,但未通過一票否決門檻。Instead of piecing together which Python library handles which task, this skill maps every common PDF operation to the right tool with working code snippets ready to adapt.
不予背書並保留可搜尋紀錄:原始內容有雜湊快照,但上游授權檔缺失;catalog 的 MIT 標示不足以替代上游授權。
- 它完成什麼工作
- Handles PDF operations in code: reading, writing, merging, splitting, rotating, watermarking, encrypting, extracting text and tables, OCR on scanned pages, and creating new PDFs from scratch. Covers both Python libraries (pypdf, pdfplumber, reportlab) and CLI tools (qpdf, pdftk, pdftotext).
- 實質幫助
- 中 — Instead of piecing together which Python library handles which task, this skill maps every common PDF operation to the right tool with working code snippets ready to adapt.
- 應該啟用
- Extracting tables from a multi-page PDF report into a spreadsheet
- Merging dozens of invoice PDFs into a single file for accounting
- Running OCR on scanned contracts to make them text-searchable
- Splitting a large PDF manual into per-chapter files
- 不該啟用
- 需求不屬於「pdf」的工作範圍,或只是名稱相近但交付物不同。
- 無法提供必要輸入、適用技術棧或可隔離的測試環境。
- 輸入
- 與「pdf」工作直接相關的需求、現有素材、限制與完成條件
- 輸出
- 依原始 Skill 工作流程產生的「pdf」專用成果、步驟或決策建議
來源、授權與依賴
來源:原始來源:https://github.com/anthropics/skills/tree/main/skills/pdf;於 2026-08-08T15:56:59.172Z 取得 315 行,SHA-256 9f78b8359fbd4943ad260a7a1e436e5a96503406d6c34e99f69223d647d85b9c。
授權:未找到可明確判定的上游授權;catalog 的 MIT 欄位不作為上游內容授權保證。
依賴:原文明示依賴:pytesseract pdf2image;pip install pytesseract pdf2image
快照:開啟審查來源 · 315 行 · SHA-256 9f78b8359fbd… · 2026-08-08T15:56:59.172Z
安全測試邊界
使用合成、非敏感的與「pdf」工作直接相關的需求、現有素材、限制與完成條件,只評估依原始 Skill 工作流程產生的「pdf」專用成果、步驟或決策建議;不連線到正式環境,不提交或發布結果。
- 不得使用真實憑證、敏感資料或正式環境
- 不得發布、交易、寄送訊息或執行不可逆變更
這是可安全執行的測試方案;只有固定 30 席推薦 Skill 另有三類實測通過證據。
價值證據
- 315 行內容、12 個主要小節
- 18 個程式碼區塊、0 個編號步驟、0 個檢查項
限制
- 至少一項一票否決門檻未通過,因此不應把內容完整度或實用性視為背書。
相鄰或重疊項目:awesome-agent-skills-openai-pdf
啟用時機
當你需要擷取 text, create PDFs, 與 handle forms時使用。
適合使用情境
- 需要擷取 text, create PDFs, 與 handle forms。
- 想使用 anthropics/pdf 這類已整理好的 Agent Skill,而不是從零撰寫 prompt。
- 需要從 awesome-agent-skills 索引快速找到 Official Claude Skills 相關 Skill。
Skill 檔案
awesome-agent-skills README catalog entry
工作流程
- 先開啟原始來源,確認該 Skill 的安裝方式、支援工具與限制。
- 把 Skill 放到對應 agent 或 IDE 的 skills 目錄。
- 用一個小型真實任務測試 Skill 是否會在正確時機啟用。
- 確認輸出符合原始 Skill 的工作契約,再匯入日常工作流。
使用注意事項
- 這筆是 awesome-agent-skills 的索引項,本 workspace 未包含完整 SKILL.md。
- 實際安裝前請回到原始來源確認最新內容、授權與目錄結構。
來源
來源頁標題:PDF Skill
來源識別名稱:anthropics/pdf
Extract text, create PDFs, and handle forms
software-engineering-prompt-repos/awesome-agent-skills/README.md
開啟來源這個 Skill 在做什麼
擷取 text, create PDFs, 與 handle forms。這筆資料來自 awesome-agent-skills 的索引清單,原始專案是 anthropics/pdf。
為什麼值得收錄
它屬於 Official Claude Skills 相關的 Agent Skill,可作為尋找、安裝或評估同類 Skill 的入口。因為來源 repo 本身沒有把完整 Skill 檔案放在本地,所以此頁保留 catalog 資訊與原始連結,避免把索引項誤認為完整 SKILL.md。
來源 Skill
這筆資料來自 awesome-agent-skills 的上游索引清單;本 workspace 沒有下載完整 SKILL.md。請開啟來源連結檢視或安裝原始 Skill。
開啟原始 Skill