Home / eigent-ai / eigent · resources/example-skills/docx/SKILL.md · GitHub

docx skillA

This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.

docx is agent-read markdown (skill) from eigent-ai/eigent: Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, .

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# DOCX creation, editing, and analysis

## Overview

A .docx file is a ZIP archive containing XML files.

## Quick Reference

| Task | Approach |
|------|----------|
| Read/analyze content | `pandoc` or unpack for raw XML |
| Create new document | Use `docx-js` - see Creating New Documents below |
| Edit existing document | Unpack → edit XML → repack - see Editing Existing Documents below |

### Converting .doc to .docx

Legacy `.doc` files must be converted before editing:

```bash
python scripts/office/soffice.py --headless --convert-to docx document.doc
```

### Reading Content

```bash
# Text extraction with tracked changes
pandoc --track-changes=all document.docx -o output.md

# Raw XML access
python scripts/office/unpack.py document.docx unpacked/
```

### Converting to Images

```bash
python scripts/office/soffice.py --headless --convert-to pdf document.docx
pdftoppm -jpeg -r 150 document.pdf page
```

### Accepting Tracked Changes

To produce a clean document with all tracked changes accepted (requires LibreOffice):

```bash
python scripts/accept_changes.py input.docx output.docx
```

---

## Creating New Documents
…

Read the whole file at its exact version.

How to install

Latest version
mdr add eigent-ai/eigent/docx@git:20260226.343050b
Exact content
mdr add eigent-ai/eigent/docx@sha256:71cfc398ee05221f

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_xi2gnc4jigxaadtg.svg)](https://markdownregistry.com/a/art_xi2gnc4jigxaadtg)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260226.343050b latest2026-02-26 343050b 17,141 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (17141 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

eigent-ai/eigent · 15,412 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_xi2gnc4jigxaadtg
GET https://markdownregistry.com/api/v1/resolve?ref=eigent-ai/eigent/docx
GET https://markdownregistry.com/api/v1/blob/71cfc398ee05221f21fddc797ea5523a59278feb3447c681db92fa9130ad2da3

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from eigent-ai/eigent

AGENTS.md agents
eigent-ai/eigent · AGENTS.md
git:20260828.59f43af · audit A · 15,412 stars
pdf skill
eigent-ai/eigent · resources/example-skills/pdf/SKILL.md · Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables…
git:20260226.343050b · audit A · 15,412 stars
pptx skill
eigent-ai/eigent · resources/example-skills/pptx/SKILL.md · Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide…
git:20260318.14139d7 · audit A · 15,412 stars
skill-creator skill
eigent-ai/eigent · resources/example-skills/skill-creator/SKILL.md · Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent…
git:20260318.14139d7 · audit A · 15,412 stars
skill-security-auditor skill
eigent-ai/eigent · resources/example-skills/skill-security-auditor/SKILL.md · Security auditing for code, configs, and infrastructure. Use when the user wants to audit or improve security: scan for…
git:20260318.31828e6 · audit A · 15,412 stars
xlsx skill
eigent-ai/eigent · resources/example-skills/xlsx/SKILL.md · Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to…
git:20260226.343050b · audit A · 15,412 stars

Every file in eigent-ai/eigent

Other files named docx

docx skill
anthropics/skills · skills/docx/SKILL.md · Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word…
git:20260717.fa0fa64 · audit A · 177,978 stars
docx skill
k-dense-ai/scientific-agent-skills · skills/docx/SKILL.md · Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word…
v2.1 · audit A · 46,526 stars
docx skill
thinkinaixyz/deepchat · resources/skills/docx/SKILL.md · Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting…
git:20260812.5b18395 · audit A · 6,342 stars
docx skill
davepoon/buildwithclaude · plugins/all-skills/skills/docx/SKILL.md · Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting…
git:20260104.903b22f · audit A · 3,530 stars
docx skill
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/docx/SKILL.md · Word documents a human will review and edit: build with python-docx, edit an existing file in place with tracked…
git:20260921.26f807b · audit A · 1,774 stars
docx skill
axoviq-ai/synthadoc · synthadoc/skills/docx/SKILL.md · Extract text from Microsoft Word documents
v1.0 · audit A · 1,332 stars
docx skill
fcakyon/claude-codex-settings · plugins/anthropic-office-skills/skills/docx/SKILL.md · Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word…
git:20260720.d26d2c8 · audit A · 1,153 stars
docx skill
mateaix/mateclaw · mateclaw-server/src/main/resources/skills/docx/SKILL.md · Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). For CREATING…
v1.1.0 · audit A · 1,127 stars

Browse by kind, by grade A, or by owner.