Back to Directory
general
Word Automation
Automate common Word/WPS document operations on Windows via COM (read text, replace, insert, headings, headers/footers, page breaks, merge, split, export to PDF/TXT, add/replace images). Use for single-document actions (no batch).
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release: Automate Word/WPS document operations on Windows from the command line.
- Supports reading text, find/replace, text insertion, heading formatting, header/footer editing, and page breaks.
- Allows merging, splitting, and exporting documents to PDF or TXT.
- Images can be added or replaced at the document end.
- Single-document operations only; batch processing not supported.
- Requires Windows, Microsoft Word or WPS Writer, and Python with pywin32.