📄
WritingTypeScript

DOCX

by eigent-ai

DOCX is a Writing skill for Claude Code, published by eigent-ai in eigent.

15K stars1.8K forkson eigent-ai/eigentAdded 2026/08/14Repository updated 2026/08/13
agent-frameworkagent-skillsagentic-aiagentic-workflowclaude-coworkclaude-cowork-alternativeclaude-cowork-freedesktop-agentmulti-agent-systems
Install in seconds
Install DOCX
Copy DOCX 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/eigent-ai/eigent/tree/main/resources/example-skills/docx ~/.claude/skills/docx

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/eigent-ai/eigent.git

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

In this catalog

Source file
resources/example-skills/docx/SKILL.md in eigent-ai/eigent
Installs to
~/.claude/skills/docx
Collection
One of 6 skills cataloged from this repository
Category
Writing1012 skills

What DOCX does

DOCX creates, reads, edits, and manipulates Word documents (.docx files), including formatting, tables of contents, images, tracked changes, and conversion. Use it when a user asks for professional Word deliverables like reports, memos, or templates, or needs to extract or reorganize .docx content.

DOCX is cataloged under Writing on DirSkills. DOCX comes from a repository tagged agent-framework, agent-skills, agentic-ai, agentic-workflow and claude-cowork.

Documentation

README

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:

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

Reading Content

# 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

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

Frequently asked about DOCX

  • What else does eigent-ai publish alongside DOCX?

    DOCX is one of 6 skills that DirSkills catalogs from eigent-ai/eigent, the repository it ships in. Its siblings there include PDF Processing, PowerPoint and Security Auditor. Each one is a separate skill with its own page in this directory, installs the same way DOCX does, and is maintained by eigent-ai in that same repository. The rest of the collection is listed on the eigent-ai/eigent page.

  • How does DOCX compare to other Writing skills?

    DOCX ranks #73 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. 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 against them. Open each page to compare what they document and how they install.