word-editing

Create, edit, and convert Word documents into finished DOCX files.

195|12|Updated Jul 19, 2026
One-click install
npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill word-editing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: word-editing
Source: https://github.com/ZJU-REAL/HugAgentOS/tree/main/src/backend/skill_bundles/default/word-editing
Command: npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill word-editing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the complexity and formatting risk of creating, editing, templating, validating, and converting Word documents, while ensuring that requested document work produces a proper DOCX deliverable.

Core Features & Use Cases

  • Document Creation: Generate new DOCX files from Markdown or structured content with professional Chinese document formatting.
  • Document Editing: Replace text, fill placeholders, rewrite sections, insert images and tables, update metadata, delete content, and apply targeted formatting in existing DOCX files.
  • Templates and Conversion: Apply formatting from a template, validate and repair document structure, compare document versions, and convert DOCX files to PDF or legacy formats to DOCX.
  • Use Case: Update a contract template with new party names, fill its placeholders, preserve the original layout, validate the result, and export the completed document as both DOCX and PDF.

Quick Start

Use the word-editing skill to create or revise the attached Word document and deliver the completed DOCX file.

Frequently Asked Questions about word-editing

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

FAQPage Schema
How do I automate filling placeholders in a Word document template?

To fill placeholders in a Word document, this Skill replaces text, updates metadata, and preserves the original DOCX layout while applying template formatting to produce a completed file.

Can I convert a DOCX file to PDF while keeping the original formatting?

Yes, you can convert a DOCX file to PDF while preserving structure. This Skill uses LibreOffice for file conversion to export your finalized Word document as a properly formatted PDF.

What is the best way to generate a formatted report from Markdown to DOCX?

Generating a formatted report from Markdown to DOCX involves creating new files from structured content. This Skill applies professional formatting and validates the structure to deliver a polished Word document.

Does this Word editing workflow require .NET 8 runtime and Python document tooling?

Yes, this Word editing workflow requires the .NET 8 runtime for structural operations and Python document tooling like python-docx to create, edit, and validate DOCX files properly.

How do I insert tables or images into an existing Word document without breaking the layout?

To insert tables or images into an existing Word document safely, this Skill modifies DOCX files by applying targeted formatting and validating structure, ensuring the original layout remains intact.