๐Ÿ“„
AutomationTypeScript

Docx CLI

by kklimuk

Docx CLI is an Automation skill for Claude Code, published by kklimuk in docx-cli.

196 stars8 forkson kklimuk/docx-cliAdded 2026/09/05Repository updated 2026/09/04
agent-skillsai-agentsanthropic-skillsclaude-codeclaude-skillclicodexdocxooxmlword
Install in seconds
Install Docx CLI
Copy Docx CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/kklimuk/docx-cli/tree/main/skills/docx-cli ~/.claude/skills/docx-cli

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/kklimuk/docx-cli.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/docx-cli/SKILL.md in kklimuk/docx-cli
Installs to
~/.claude/skills/docx-cli
Collection
One of 4 skills cataloged from this repository
Category
Automation โ€” 1956 skills

What Docx CLI does

Docx CLI reads, edits, redlines, comments on, and creates Microsoft Word .docx files from the command line. Use it to fill forms, preserve formatting while replacing text, review tracked changes, or generate documents from Markdown or code.

Docx CLI is cataloged under Automation on DirSkills. Docx CLI comes from a repository tagged agent-skills, ai-agents, anthropic-skills, claude-code and claude-skill.

Documentation

README

docx-cli

docx is a command-line tool for reading, editing, redlining, and commenting on Microsoft Word .docx files. It edits the underlying OOXML in place (it never rebuilds the document from a lossy view), addresses everything with stable locators, and signals success through an exit code plus a one-line confirmation โ€” so even small, cheap models can drive it reliably.

0. Make sure the binary is on PATH

Run docx --version. If you get "command not found", install it. Prefer the npm registry โ€” no shell piping, and the package runs no install scripts:

bun add -g bun-docx      # or: npm install -g bun-docx   (needs Bun >= 1.3)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Docx CLI

  • What else does kklimuk publish alongside Docx CLI?

    Docx CLI is one of 4 skills that DirSkills catalogs from kklimuk/docx-cli, the repository it ships in. Its siblings there include Commit, Security Review and Weak Agent Test. Each one is a separate skill with its own page in this directory, installs the same way Docx CLI does, and is maintained by kklimuk in that same repository. The rest of the collection is listed on the kklimuk/docx-cli page.

  • How does Docx CLI compare to other Automation skills?

    Docx CLI ranks #1796 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Docx CLI against them. Open each page to compare what they document and how they install.