En

adeu

A bridge connecting LLMs with Microsoft Word, enabling lossless document editing and review.

文档写作 审查合同内容修改课件讲义撰写技术文档撰写学术论文 claudecursor通用 Updated 2026-08-02

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: adeu.
It is used for: A bridge connecting LLMs with Microsoft Word, enabling lossless document editing and review.
Full Skill content: https://321skill.com/skills/adeu/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This Skill addresses the challenge where AI models (like Claude and GPT) struggle to directly and losslessly edit and review complex Microsoft Word documents. In practical work—whether drafting technical documentation, reviewing contract content, or modifying course materials—developers, legal professionals, and content creators often need AI's suggested edits to be presented in Word's "Track Changes" mode. However, traditional libraries tend to corrupt the original formatting and complex structure. Adeu, as an MCP server, acts as an intelligent translation layer between LLMs and Word.

Usage is straightforward: you can install it as an MCP server via the Claude Code plugin marketplace, using the npx command, or with the uvx tool. Afterwards, when you ask an AI assistant (like Claude) to edit a Word document, it will automatically invoke Adeu. Adeu converts the .docx file into an LLM-friendly CriticMarkup format. After the AI makes edits at the Markdown level, Adeu precisely applies those changes back to the original document, perfectly preserving all formatting and comments, and presenting them as "tracked changes."

It is particularly well-suited for teams or individuals who frequently handle Word documents, especially those already using AI assistants like Claude or Cursor for content creation, contract review, or technical writing. Adeu is an ideal tool for product managers drafting requirement documents, legal professionals reviewing contracts, academic researchers revising papers, and any scenario requiring seamless integration of AI's text editing capabilities into existing Word workflows.

We recommend using this tool uniformly for team collaboration on document reviews or when a complete edit history needs to be preserved. Note that it primarily handles text content and structure; editing of extremely complex graphics, charts, or macros may be limited, and it requires the Word document itself to be in a valid .docx format.

Key Features

Unlike libraries such as python-docx, which are primarily adept at generating new documents, Adeu focuses on non-destructive "redline" editing. It can accurately translate AI's text modifications into Word's native "Track Changes," perfectly preserving all original formatting, layout, and comments.

Limitations

Requires a Python 3.8+ or Node.js environment. It primarily handles text and basic formatting; support for complex embedded objects within documents (such as ActiveX controls or specific macros) is limited.

FAQ

Can Adeu handle Chinese documents?

Yes, it supports Unicode and handles multilingual documents, including Chinese, very well.

Does it require Microsoft Word to be installed?

No. Adeu directly parses the .docx file format and does not require the Word application to be running.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/adeu/raw/index.md to read the original Skill definition (Markdown format) for adeu, and install it according to the instructions.