Word文档助手

Automate Word document editing with tracked changes, comments, and formatting.

77|8|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/laborany/laborany --skill word-laborany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Word文档助手
Source: https://github.com/laborany/laborany/tree/main/skills/docx
Command: npx skills add https://github.com/laborany/laborany --skill word-laborany

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word文档编辑与协作往往伴随重复性操作、排版不一致和多轮修改的复杂性。本技能提供结构化写作、修订追踪与格式优化的集成方案,帮助用户提升文档质量并减少人工重复劳动。

Core Features & Use Cases

  • 支持结构化写作、多轮修订、格式调整与参考学习,确保文档一致性与高效迭代。
  • 适用于从初稿到终稿的完整编辑流程,包括需求理解、版本控制、注释管理与导出共享版本。
  • Use Case: 当团队需要对一份技术文档进行多轮修改并保持修订历史完整时,技能将自动应用修订、管理注释并导出规范化版本。

Quick Start

用自然语言描述你的需求,系统将创建或修改 Word 文档并应用结构化写作、修订追踪与排版格式。

Frequently Asked Questions about Word文档助手

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

FAQPage Schema
How do I automate Word document editing and apply tracked changes across multiple revisions?

You can automate Word document editing by applying deterministic tracked changes and managing comments through multi-round revisions. This Skill handles structure-aware formatting to maintain revision history automatically.

What is structure-aware formatting and how does it work for docx files?

Structure-aware formatting processes docx files by recognizing document hierarchy to apply consistent styling. It ensures formatting changes respect structural elements during drafting and revising workflows.

Can I use Python scripts with lxml to manage comments and revision tracking in Word documents?

Yes, you can manage comments and revision tracking in Word documents using Python scripts powered by lxml and defusedxml. These dependencies enable deterministic tracked changes within the docx format.

Does this approach support collaboration workflows where a team needs to maintain a complete revision history?

This approach supports collaboration workflows by maintaining complete revision history through deterministic tracked changes. Teams can perform multi-round document modifications while preserving all comments and structural edits.

What is the best way to handle multi-round formatting adjustments without losing previous comments?

The best way to handle multi-round formatting adjustments without losing comments is through structure-aware formatting combined with deterministic revision tracking. This ensures previous annotations remain intact across iterative editing cycles.

Are there limitations when processing heavily corrupted docx files with lxml for automated formatting?

Processing heavily corrupted docx files with lxml may fail if the underlying XML structure is invalid. The Skill relies on well-formed XML documents to apply deterministic tracked changes and structure-aware formatting.