What problem does it solve?
This Skill automates the creation, editing, and manipulation of Word documents (.docx files), streamlining tasks like report generation, document formatting, and content updates.
Core Features & Use Cases
- Document Creation: Generate new .docx files from scratch using JavaScript and the
docx-js library.
- Content Editing: Modify existing .docx files by unpacking, editing XML, and repacking.
- Tracked Changes: Add, accept, or reject tracked changes within documents.
- Formatting: Apply styles, lists, tables, images, headers, footers, and multi-column layouts.
- Use Case: Automatically generate a monthly performance report in .docx format, including tables, charts, and specific formatting, based on data provided by another Skill.
Quick Start
Use the docx skill to create a new Word document with the title 'My Report' and a heading 'Introduction'.