Handles Word and Excel files through Python scripts using python-docx, openpyxl, and pandas. You get CLI tools for reading documents, filling templates with variable substitution, extracting tables to CSV, merging multiple Excel files, and converting between formats. The template system uses simple {{variable}} syntax with JSON data input. It's built for batch operations like generating contracts or consolidating spreadsheets, though you're limited to modern formats only (docx and xlsx, no legacy doc files). The scripts live in a skills directory and expect UTF-8 encoding. If you're already comfortable with these libraries, this is just a wrapper with predefined commands, but it saves setup time for common office automation tasks.
npx skills add https://github.com/texiaoyao/office-automation-skill --skill office-automation