document-skills:docx

Create and modify Word documents (.docx using python-docx library) with formatting, tables, headers, footers, images, tracked changes, and text extraction via python-docx library.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/tankygranny05/agent-box --skill document-skills-docx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-skills:docx
Source: https://github.com/tankygranny05/agent-box/tree/main/agent-box/seed/codex-skills/document-skills-docx
Command: npx skills add https://github.com/tankygranny05/agent-box --skill document-skills-docx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation, modification, and analysis of Word documents, streamlining document-based workflows.

Core Features & Use Cases

  • Document Creation: Generate new Word documents from scratch.
  • Content Editing: Modify existing text, add formatting, and insert tables.
  • Advanced Features: Manage tracked changes, add comments, and extract text.
  • Use Case: Quickly generate a new project proposal document, format it with specific headings and fonts, and add a table of contents.

Quick Start

Use the document-skills:docx skill to create a new document named 'my_report.docx' with a title and a paragraph.

Frequently Asked Questions about document-skills:docx

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

FAQPage Schema
How do I create a Word document and add formatting using python-docx?

To create a Word document with python-docx, generate new files from scratch and apply formatting to text, headings, and tables. This Skill handles document structure including paragraphs, headers, footers, and images.

Can I extract text and read existing docx files with python?

Yes, you can extract text from existing Word documents. This Skill provides capabilities to read and modify docx files, including handling tracked changes, comments, paragraphs, and tables.

Does python-docx support adding tracked changes and comments to a Word document?

Yes, this Skill supports managing tracked changes and adding comments to Word documents. It enables advanced document manipulation, allowing you to handle revisions and annotations programmatically using python-docx.

What is the best way to generate a project proposal document with a table of contents?

To generate a project proposal document, create a new docx file, format it with specific headings and fonts, and add a table of contents. This Skill streamlines creating structured documents like proposals from scratch.

Can I insert tables and images into a Word document using python?

Yes, you can insert tables and images into a Word document using python. This Skill handles document structure manipulation, supporting the addition and formatting of tables, headers, footers, and images.