GitHub - LegalRabbit-AI/legalrabbit-docx-claude-plugin: A docx plugin for Claude Cowork and Claude Code. Uses 2-5X fewer tokens compared to the Anthropic's docx skill.

3 min read Original article ↗

A Claude Cowork and Codex plugin that creates and modifies DOCX files locally. You will save tons of time when your Cowork can manipulate docx files directly. This plugin uses 2-5x fewer tokens than the Anthropic's docx skill.

You can use our DOCX plugin together with Claude for Legal to enable a more seamless experience of working with a docx file!

Demo

Click to see the demo

Capabilities:

  • Read the content and the comments.
  • Create a new docx file. Optionally, you can use an existing docx file as the template. The styles will be copied from the template.
  • Add tracked changes to an existing docx file.
  • Add comments and reply to comments.

We've developed the DOCX engine from the ground up to work well with LLM. Our engine consumes much fewer tokens, faster, and more reliable than the current alternatives.

We are using this plugin at LegalRabbit to speed up our legal services. Try it out and let us know if you have any questions.

The plugin works offline, ensuring data privacy and security of your DOCX files.

Example prompts

  • Create a NDA docx file based on NDA-template.docx. My company is LegalRabbit. The other party is John Austin.
  • Review and flag issues in 'Data Processing Agreement.docx'. You can redline and add comments on the doc directly.
  • I've made comments in 'BPO referral agreement.docx'. Please address them.
  • Delete all comments and provide customer-facing comments

How to install

Claude Installation For Claude Cowork:

  1. Open your Cowork and go to Customize
  2. Click on the + on the right side of Personal Plugins.
  3. Choose + Create Plugin > and Add marketplace
  4. Fill URL with https://github.com/LegalRabbit-AI/legalrabbit-docx-claude-plugin and click Sync`
  5. Select Add from a repository
  6. Click on the + on the right side of Personal Plugins and select Browse plugins
  7. Go to the Personal tab and click on the legalrabbit-docx-claude-plugin tab.
  8. Click on the + button of the plugin Legalrabbit docx

Claude Installation For Codex:

  1. Go to Plugins and click the + v (the down arrow next to the plug button) on the top right corner
  2. Select + Add marketplace
  3. Fill Source with https://github.com/LegalRabbit-AI/legalrabbit-docx-claude-plugin and click Add marketplace
  4. On the Plugins page, click on the legalrabbit-tools marketplace.
  5. Click Add plugin on the Legalrabbit Docx plugin.

🛠️ Testing

Please first put You must use the legalrabbit-docx skill for interacting with docx files in CLAUDE.md or AGENTS.md.

Then, you can try Create a beautifully written short docx

Support

Contact: tanin(at)legalrabbit.ai

Learn more about us: LegalRabbit

Release a new version

  1. Go to the release Github Actions workflow.
  2. Click Run workflow and fills in an appropriate tag e.g. 1.0.0, 1.0.0-dev
  3. Wait for the workflow to complete.
  4. Go to the releases page and edit the new release accordingly.