Skip to main content
Back to registry

docx-manipulation

claude-office-skills/skills

This skill enables programmatic creation, editing, and manipulation of Microsoft Word (.docx) documents using the python-docx library. Create professional documents with proper formatting, styles, tables, and images without manual editing.

Installs204
Install command
npx skills add https://github.com/claude-office-skills/skills --skill docx-manipulation
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill enables programmatic creation, editing, and manipulation of Microsoft Word (.docx) documents using the python-docx library. Create professional documents with proper formatting, styles, tables, and images without manual editing. Example prompts: - Describe what you want to create or modify in a Word document - Provide any source content (text, data, images) - I'll generate python-docx code and execute it - "Create a professional report with title, headings, and a table" - "Add a header and footer to this document" - "Generate a contract document with placeholders" - "Convert this markdown content to a styled Word document" - Structure First : Plan document hierarchy before coding - Use Styles : Consistent formatting via styles, not manual formatting - Save Often : Call doc.save() periodically for large documents - Handle Errors : Check file existence before opening - Clean Up : Remove template placeholders after filling - Cannot execute macros or VBA code - Complex templates may lose some formatting - Limited support for advanced features (SmartArt, Charts) - No direct PDF conversion (use separate tool) - Track changes reading is limited - python-docx Documentation - GitHub Repository - Office Open XML Spec

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-manipulation do?

This skill enables programmatic creation, editing, and manipulation of Microsoft Word (.docx) documents using the python-docx library. Create professional documents with proper formatting, styles, tables, and images without manual editing.

Is docx-manipulation good?

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

What agent does docx-manipulation work with?

docx-manipulation currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to docx-manipulation?

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

How do I install docx-manipulation?

npx skills add https://github.com/claude-office-skills/skills --skill docx-manipulation

Related skills

More from claude-office-skills/skills

Related skills

Alternatives in Software Engineering