office-docs
Installation
SKILL.md
Office Docs (docx + xlsx)
This skill provides lightweight, dependency-free extraction for Office documents using the scripts in tools/.
DOCX
Extract paragraphs and tables from a .docx file:
python tools/docx_extract.py "/path/to/file.docx" --output "/path/to/output.txt"
XLSX
Extract sheet data from a .xlsx file:
python tools/xlsx_extract.py "/path/to/file.xlsx" --output "/path/to/output.txt" --format csv