What problem does it solve?
This Skill automates the handling of business documents across PDFs, Excel, and Word by extracting content, validating data integrity, and enabling professional document creation. It reduces manual effort and ensures consistent outputs.
Core Features & Use Cases
- PDF extraction: text, tables, and OCR for scanned documents, preserving layout for downstream processing.
- XLSX processing: data extraction with formulas preserved; validation of data and generation of reports.
- DOCX processing: text extraction and detection of tracked changes for review; supports creation from templates.
- Use Cases: accelerate requirements gathering from vendor PDFs, consolidate data from spreadsheets, and produce standardized documents for release notes or contracts.
Quick Start
Use the document-processor skill to extract text from requirements.pdf with /doc-extract requirements.pdf.
Validate a budget workbook: /doc-validate budget.xlsx
Detect tracked changes in a contract: python scripts/process_docx.py contract.docx --mode changes