docx Skill
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 ex Published by anthropics in skills.
What is docx Skill?
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 ex Published by anthropics in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use docx Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/skills
- Skill file: skills/docx/SKILL.md
What it does
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 ex
Skill instructions
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/acceptcha
Explore related resources
Frequently asked questions
What is docx?
docx is a open-source AI agent skill with Copy skill directory. Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files).
Who is docx best for?
docx is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install docx?
Install or run docx using Copy skill directory. Check docx for the latest setup command.
Is docx actively maintained?
docx may need a closer maintenance check before production use.
Auto-fetched from GitHub.