docx

Create, read, and edit Word documents with tables, headings, and images.

3|Updated Jul 30, 2024
One-click install
npx skills add https://github.com/nounder/dotfiles --skill docx-nounder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/nounder/dotfiles/tree/main/claude/skills/docx
Command: npx skills add https://github.com/nounder/dotfiles --skill docx-nounder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, lxml, and includes scripts (resource) components.

What problem does it solve?

Manually creating and formatting Word documents (.docx) is time-consuming and error-prone; this skill automates generation, editing, and formatting to produce polished Word outputs, saving hours of labor.

Core Features & Use Cases

  • Create new .docx documents with consistent styling (headers, footers, tables, images) from natural language prompts.
  • Read, edit, and reorganize existing Word content, including images, tables, and tracked changes, while preserving formatting.
  • Convert or extract content to deliver professional Word documents (reports, letters, templates) quickly and reliably.

Quick Start

Describe your desired Word document and the AI will generate or modify the .docx accordingly.

Frequently Asked Questions about docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate and format Word documents from natural language?

You can automatically generate and format Word documents by providing natural language prompts that specify your desired content and styling, which produces polished .docx files with consistent headers, tables, and images.

Can I edit existing .docx files and preserve tracked changes and formatting?

Yes, you can edit existing .docx files while preserving tracked changes and formatting, allowing you to reorganize content, insert images, and apply find-and-replace actions without breaking the original layout.

What is the best way to automate find-and-replace and image insertion across Word templates?

Automating find-and-replace and image insertion across Word templates is best handled by using natural language commands to target specific text and structural elements, ensuring formatting is maintained while content is updated.

Does this approach support creating complex .docx files with tables and headings for reports and resumes?

Yes, this approach supports creating complex .docx files with tables and headings for reports and resumes, applying consistent styling to headers, footers, and structural elements to deliver professional documents.

Why does my Word document formatting break when reorganizing content and images?

Word document formatting often breaks during content reorganization when structural XML is altered, but this skill uses lxml and defusedxml to safely manipulate elements and ensure formatting is preserved during edits.