office-docx-skills

Create, edit, and convert Word .docx documents to Markdown and PDF.

4|2|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/lazygophers/ccplugin --skill office-docx-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-docx-skills
Source: https://github.com/lazygophers/ccplugin/tree/main/plugins/office/docx/skills/office-docx-skills
Command: npx skills add https://github.com/lazygophers/ccplugin --skill office-docx-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, conversion, and analysis of Microsoft Word (.docx) documents, eliminating manual formatting and repetitive tasks.

Core Features & Use Cases

  • Document Creation & Editing: Create new documents, add headings, paragraphs, tables, images, and lists with precise formatting.
  • Format Conversion: Convert between DOCX, Markdown, and PDF formats.
  • Batch Processing: Apply operations to multiple documents simultaneously.
  • Template Generation: Create and utilize document templates for consistent output.
  • Intelligent Analysis: Extract structure, statistics, and key information from documents.
  • Use Case: Automatically generate a monthly project report by filling a template with data, converting it to PDF, and then analyzing its structure for key takeaways.

Quick Start

Convert the attached document 'report.docx' to markdown format.

Frequently Asked Questions about office-docx-skills

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

FAQPage Schema
How do I convert a Word document to Markdown or PDF?

To convert a Word document to Markdown or PDF, use the Python-based wrapper script to process the .docx file and output the desired format. It handles document conversion directly without manual reformatting.

Can I batch process multiple Word documents at once?

Yes, you can batch process multiple Word documents simultaneously. The tool applies operations like formatting, editing, or conversion across several .docx files to eliminate repetitive manual tasks.

Do I need Python to create and edit DOCX files?

Yes, Python is required as a dependency to create and edit DOCX files. The Skill operates through a Python-based wrapper script and MCP tools to manage document operations like adding headings, paragraphs, and tables.

What is the best way to generate a Word document from a template?

The best way to generate a Word document from a template is to use the template generation feature to create a base structure, then automatically fill it with data. This ensures consistent output for recurring documents like monthly reports.

How do I extract structure and key information from a DOCX file?

To extract structure and key information from a DOCX file, use the intelligent analysis feature to scan the document. It automatically extracts statistics, structural elements, and key takeaways from the Word document.

Can I add tables and images to a Word document programmatically?

Yes, you can add tables and images to a Word document programmatically. The tool supports precise content editing, allowing you to insert headings, paragraphs, lists, tables, and images into your .docx files directly.