Install
openclaw skills install ca-file-processorProcess financial documents for Indian CA firms. Use when any PDF, Excel (.xlsx/.xls), CSV, JPG, or PNG file is received or uploaded — including GST returns, ITR PDFs, scanned invoices, trial balance sheets, bank statements, Form 16, TDS certificates, and audit reports. Automatically detects file type and extracts text, tables, and key fields (GSTIN, invoice number, totals, dates). Triggers on: file upload, attachment, "process this file", "read this PDF", "extract from this invoice", "analyse this statement", "what does this document say".
openclaw skills install ca-file-processorThis skill processes the four most common file formats used by Indian CA firms and extracts structured information from them for analysis, summarisation, and answering queries.
When a file is attached or uploaded, run the appropriate script:
python3 scripts/skill_router.py <file_path>
The router auto-detects the file type and calls the correct processor. It returns a structured JSON dict.
Once the script returns output, use it to:
For invoices and PDFs:
For bank statements (CSV):
For Excel files:
This skill runs entirely locally on your server. No data is sent to any external service. All processing happens via open-source Python libraries (PyMuPDF, pytesseract, openpyxl, pandas).