Skip to main content
Back to registry

docx

anthropics/skills

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

Installs29
Install command
npx skills add https://github.com/anthropics/skills --skill docx
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
A .docx file is a ZIP archive containing XML files. Legacy .doc files must be converted before editing: To produce a clean document with all tracked changes accepted (requires LibreOffice): Generate .docx files with JavaScript, then validate. Install: npm install -g docx After creating the file, validate it. If validation fails, unpack, fix the XML, and repack. Common page sizes (DXA units, 1440 DXA = 1 inch): Landscape orientation: docx-js swaps width/height internally, so pass portrait dimensions and let it handle the swap: Use Arial as the default font (universally supported). Keep titles black for readability. CRITICAL: Tables need dual widths - set both columnWidths on the table AND width on each cell. Without both, tables render incorrectly on some platforms.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does docx do?

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

Is docx good?

docx does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does docx work with?

docx currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to docx?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install docx?

npx skills add https://github.com/anthropics/skills --skill docx

Related skills

More from anthropics/skills

Related skills

Alternatives in Software Engineering