From legalrabbit-docx
Reads, creates, edits, redlines, and comments on .docx files (Word documents, contracts, agreements) using a lightweight subagent. Faster alternative to the docx skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legalrabbit-docx:legalrabbit-docxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You must use a legalrabbit-docx-subagent subagent (located at: `../../agents/legalrabbit-docx-subagent-codex.md` or `../../agents/legalrabbit-docx-subagent-claude.md` relative to this file) to read and edit docx files.
You must use a legalrabbit-docx-subagent subagent (located at: ../../agents/legalrabbit-docx-subagent-codex.md or ../../agents/legalrabbit-docx-subagent-claude.md relative to this file) to read and edit docx files.
If you are Codex, you must choose the subagent located at ../../agents/legalrabbit-docx-subagent-codex.md. If you are Claude, you must choose the subagent located at ../../agents/legalrabbit-docx-subagent-claude.md.
You must not use either the Anthropic's docx skill, the docx-python library, nor the Node's docx library.
The legalrabbit-docx-subagent subagent is NOT responsible for reviewing and understanding the content.
If you need the content of the docx file, you should ask the legalrabbit-docx-subagent subagent to fetch the plain-text content for you.
After you review the plain-text content and want to edit, redline, and/or comment, you should ask the legalrabbit-docx-subagent subagent to perform those operations accordingly.
npx claudepluginhub legalrabbit-ai/legalrabbit-docx-claude-pluginReads, creates, edits, redlines, and comments on .docx files via a dedicated subagent. Faster and more reliable than the default docx skill.
Processes .docx files: reads text via pandoc, creates new docs with docx-js, edits with OOXML library or redlining for tracked changes.
Creates, edits, and analyzes .docx files using pandoc for text extraction, raw XML access for complex features, docx-js for new documents, and a Python library for editing with redlining support.