Back to browse
GitHub Repository

CLI for AI agents (Claude, Codex) to read, edit, and comment on .docx files with full format fidelity.

9 starsTypeScript

Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens

by kirillklimuk·Jul 7, 2026·16 points·7 comments

AI Analysis

●●●BangerSolve My ProblemBig BrainShip It

Cuts agent token costs by half while stopping Word file corruption completely.

Strengths
  • Stable locators (`p3:5-20`) let agents address text without parsing raw OOXML.
  • Benchmarks show 2.5x token reduction and zero broken files versus default agent skills.
  • Mutates XML in place instead of re-emitting, preserving complex formatting and themes.
Weaknesses
  • Requires agents to understand custom locator syntax, adding a learning curve.
  • Niche utility unless you're specifically building agents that manipulate Word documents.
Target Audience

Developers building AI agents or document automation workflows

Similar To

python-docx · Microsoft Graph API · Pandoc

Similar Projects

Developer Tools●●Solid

Skill to annotate any Markdown file for AI feedback

You can hit /plannotator-annotate or run a local CLI to open a Markdown file in an annotation UI, make deletions/replacements/comments (even attach images), and export feedback as structured markdown that an agent can act on. It's a focused, practical tool for teams that already use agent plan modes — neat UX touches (browser UI + blocking CLI flow) but it stops short of broader integrations like PRs or VCS hooks that would make it indispensable.

Niche GemShip It
ramoz
104mo ago