word-processor

Generate and edit Microsoft Word .docx documents using python-docx.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill word-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: word-processor
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/word-processor
Command: npx skills add https://github.com/malue-ai/dazee-small --skill word-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and modification of Word documents, eliminating the need for manual formatting and content entry.

Core Features & Use Cases

  • Document Generation: Create new .docx files with headings, paragraphs, lists, and tables.
  • Document Editing: Modify existing Word documents by replacing text or updating content.
  • Template-Based Generation: Supports generating documents based on predefined structures.
  • Use Case: Generate a monthly report with standardized sections, tables, and formatting, or update an existing proposal document with new client information.

Quick Start

Use the word-processor skill to create a new document named 'project_proposal.docx' in the /tmp directory.

Frequently Asked Questions about word-processor

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

FAQPage Schema
How do I automate Word document generation with Python?

Python-docx supports modifying existing .docx files by replacing text or updating content, allowing you to edit Word documents programmatically without manual formatting.

Can I generate a Word document from a predefined template?

This Skill relies on the python-docx library, so you need a Python environment with that dependency installed to handle document creation, editing, and saving operations.

How do I save a generated .docx file to a specific file path?

The Skill handles document saving to specified paths, allowing you to programmatically output the generated .docx file to any directory defined in your execution environment.

Does python-docx support adding tables and images to a .docx file?

Yes, python-docx supports inserting tables, images, headers, formatted text, and lists into a .docx file, enabling rich document generation through automated scripts.