docx

仓库创建 2025年10月22日最近提交 13 天前SkillHot 收录 20 天前
▸ 精选理由

适合自动化办公场景,保留格式与批注支持。

这个 Skill 做什么

对 .docx 文件进行创建、修改、注释和内容解析。

.docx 文档的创建、修改、注释和内容解析工具,能保留格式、批注和 tracked changes。做合同、方案或多人协作编辑且要保留修改痕迹时非常适合。还能提取正文、插入评论、合并版本并保持样式一致,便于产出可交付的专业文档。

▸ 展开 SKILL.md 英文原文

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks

办公文档文档处理.docx编辑解析通用
1.4k
Stars
245
Forks
31
仓库内 Skill
+46
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/document-skills/docx/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/document-skills/docx/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# DOCX creation, editing, and analysis

## Overview

A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.

## Workflow Decision Tree

### Reading/Analyzing Content
Use "Text extraction" or "Raw XML access" sections below

### Creating New Document
Use "Creating a new Word document" workflow

### Editing Existing Document
- **Your own document + simple changes**
  Use "Basic OOXML editing" workflow

- **Someone else's document**
  Use **"Redlining workflow"** (recommended default)

- **Legal,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有