Skip to main content
Back to the directory
anthropics/skillsSoftware EngineeringFrontend and Design

docx

Create, read, edit, and manipulate Word documents (.docx files) with full formatting control.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
73

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/anthropics/skills --skill docx
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, docx has 73 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: anthropics/skills. Canonical URL: https://skills.sh/anthropics/skills/docx.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Create, read, edit, and manipulate Word documents (.docx files) with full formatting control. 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does docx do?

Create, read, edit, and manipulate Word documents (.docx files) with full formatting control.

Is docx good?

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

Which AI agents support docx?

docx currently lists compatibility with Claude Code, Skills CLI.

Is docx safe to install?

docx has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to docx?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install docx?

Run the following command to install docx: npx skills add https://github.com/anthropics/skills --skill docx

Related skills

More from anthropics/skills

Related skills

Alternatives in Software Engineering