pdf-official
PDF-Formulare mit Claude verarbeiten und ausfüllen
Das manuelle Ausfüllen von PDF-Formularen ist mühsam und fehleranfällig. Diese Funktion ermöglicht es Claude, Formularfelder zu extrahieren, Layouts zu validieren und PDFs programmatisch mit präzisen Daten zu befüllen.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「pdf-official」。 Check fillable fields in employment_application.pdf
預期結果:
Found 12 fillable fields: first_name (text), last_name (text), email (text), phone (text), address (text), city (text), state (choice), zip (text), position_applied (text), available_date (text), full_time (checkbox), part_time (checkbox). Fields span pages 1-2.
正在使用「pdf-official」。 Fill the form with: first_name=John, last_name=Doe, email=john@example.com
預期結果:
Successfully filled 12 fields in employment_application.pdf. Output saved to employment_application_filled.pdf. All field values validated against field types.
正在使用「pdf-official」。 Create validation image for page 1 of fields.json
預期結果:
Created validation image at page_1_validation.png with 24 bounding boxes. Red rectangles mark text entry areas, blue rectangles mark labels. No intersections detected.
安全審計
低風險Static analyzer flagged 220 patterns but all are false positives. The 'Ruby backtick' detections are markdown code blocks in documentation, not shell execution. 'Weak crypto' and 'C2 keywords' findings have no basis in actual code. The skill uses legitimate Python PDF libraries (pypdf, pdfplumber, PIL) for expected file operations. No network exfiltration, command injection, or malicious patterns found.
低風險問題 (1)
風險因素
品質評分
你能建構什麼
Automatisierte Formularausfüllung für Verwaltungsaufgaben
Büromitarbeiter können Claude Formularfelder aus Bewerbungsformularen, Steuerformularen oder Anmeldeunterlagen extrahieren lassen und diese dann präzise und konsistent mit vom Benutzer bereitgestellten Informationen befüllen.
PDF-Datenextraktion für Forschungszwecke
Forschende können Tabellen und strukturierte Daten aus akademischen PDFs extrahieren und diese zur Analyse in CSV- oder Excel-Format konvertieren, ohne manuelles Kopieren und Einfügen.
Dokumentenvorbereitung für Rechts- oder Compliance-Abteilungen
Rechtsteams können mehrere PDF-Dokumente zusammenführen, Wasserzeichen hinzufügen, konsistente Anmerkungen anwenden und standardisierte Formulare mit fallspezifischen Informationen befüllen.
試試這些提示
Check if this PDF has fillable form fields: [upload PDF]. Run the check_fillable_fields script and tell me what fields are available.
Extract the form field information from [input.pdf] to a JSON file, then fill it with these values: [provide field values]. Create the filled PDF as [output.pdf].
This PDF has no fillable fields. Convert it to images, help me identify bounding boxes for text entry areas, create validation images to verify placement, then add annotations to fill in the form with [data].
I have 50 PDF forms that need the same fields filled with different values from this spreadsheet. Extract the field structure once, then process all PDFs with their corresponding data rows.
最佳實務
- Führen Sie immer zuerst check_fillable_fields aus, um festzustellen, ob das PDF interaktive Formularfelder hat oder ein ausfüllen auf Anmerkungsbasis erfordert
- Generieren und inspizieren Sie Validierungsbilder visuell, bevor Sie Anmerkungen für nicht ausfüllbare Formulare finalisieren, um eine genaue Textplatzierung sicherzustellen
- Bewahren Sie Original-PDFs als Sicherung vor der Ausführung von Ausfüllvorgängen auf, da der Prozess neue Ausgabedateien erstellt
避免
- Überspringen Sie nicht die Inspektion von Validierungsbildern – Fehler bei Begrenzungsrahmen führen dazu, dass Text an falschen Stellen erscheint
- Gehen Sie nicht davon aus, dass alle PDFs ausfüllbare Felder haben – viele gescannte Formulare erfordern manuelle Identifizierung von Begrenzungsrahmen
- Verwenden Sie kein ausfüllen auf Anmerkungsbasis für Formulare, die tatsächliche Formularfelder haben – verwenden Sie stattdessen den Ansatz für ausfüllbare Felder