DOCX Processing
Skill ActiveUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
To enable AI agents to perform complex operations on Word documents, from generating professional reports to editing existing files with precision.
Features
- Create new .docx documents programmatically
- Edit existing .docx files via XML manipulation
- Validate .docx files against schemas and tracked changes
- Accept all tracked changes using LibreOffice
- Convert .doc to .docx and extract content
- Insert/replace images and perform find-and-replace
Use Cases
- Generating polished reports, memos, or letters as .docx files
- Extracting and reorganizing content from existing Word documents
- Automating edits, such as find-and-replace or image insertion, in bulk
- Reviewing and cleaning up documents with complex tracked changes or comments
Non-Goals
- Processing PDFs, spreadsheets, or Google Docs
- General coding tasks unrelated to document generation
- Modifying documents without proper validation or tracked change handling
Workflow
- Unpack DOCX file to XML structure
- Edit XML files for content, formatting, or tracked changes
- Validate and optionally auto-repair XML
- Pack the modified XML back into a DOCX file
Practices
- Document generation
- Document editing
- Validation
- Code quality
Prerequisites
- npm install -g docx (for document creation)
- LibreOffice installed (for conversions and accepting changes)
License
- warning:License usabilityThe license is marked as 'Proprietary. See LICENSE.txt' and the bundled LICENSE.txt indicates significant restrictions on copying, distribution, and reverse engineering, which may not be compatible with OSS redistribution.
Maintenance
- warning:Dependency ManagementDependencies like 'docx' are declared via npm but there are no explicit measures for vulnerability scanning or automated updates mentioned, only a general mention of installation.
Execution
- warning:Pinned dependenciesWhile 'docx' is installed via npm, there's no explicit lockfile or version pinning mentioned in the documentation, leaving dependency versions potentially unstable.
Installation
First, add the marketplace
/plugin marketplace add lawvable/awesome-legal-skills/plugin install docx-processing-anthropic@lawvableQuality Score
Trust Signals
Similar Extensions
Generate Docx Contract
99Generate an editable DOCX service agreement with parties, terms, and payment schedule.
Docx
99Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Public Google Drive
100Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.