Agent Plugins Marketplace
All plugins

docx-cli

v0.21.0

Read, edit, redline, and comment on Microsoft Word .docx files from the command line — built for AI agents.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add docx-cli@agent-plugin-marketplace

Paste 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-cli

Clone 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

docx-cli/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/docx-cli/SKILL.md

Included Skills1

docx-cliskills/docx-cli/SKILL.md

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

.codex-plugin/plugin.json
{
  "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/"
}
.claude-plugin/plugin.json
{
  "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"
}

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)