docx-cli
v0.21.0Read, edit, redline, and comment on Microsoft Word .docx files from the command line — built for AI agents.
170 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install docx-cli for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add docx-cli@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/kklimuk/docx-cliClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/docx-cli/SKILL.md
Included Skills1
Read, edit, redline, comment on, and create Microsoft Word .docx files. Use to fill out or edit a Word doc, redline a contract with tracked changes, add/resolve comments, replace text keeping its formatting, restyle headings/fonts, edit tables, or read/extract a .docx as Markdown or text. Also BUILD a new .docx — from Markdown or programmatically (code that outputs a Word report with headings, tables, images). Not for PDF, Google Docs, Excel, PowerPoint, or .doc.
Plugin manifests2
{
"name": "docx-cli",
"version": "0.21.0",
"description": "Read, edit, redline, and comment on Microsoft Word .docx files from the command line — built for AI agents.",
"skills": "./skills/"
}{
"name": "docx-cli",
"description": "Read, edit, redline, and comment on Microsoft Word .docx files from the command line — built for AI agents.",
"author": {
"name": "Kirill Klimuk",
"email": "[email protected]"
},
"homepage": "https://github.com/kklimuk/docx-cli",
"repository": "https://github.com/kklimuk/docx-cli",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[docx-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docx-cli)