docx
仓库创建 2025年2月14日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
适合处理正式文档与自动化编辑的场景。
▸ 风险提示
处理上传文件可能包含敏感信息,请注意隐私。
这个 Skill 做什么
创建、编辑和分析 .docx 文件,支持修订、批注与格式保留。
处理 .docx 文档的创建、修改和分析,支持保留格式、修订(tracked changes)和批注,能做文本抽取或生成带样式的专业文档。碰到需要保留修订记录、批量编辑或精细控制样式与注释的场景最合适;底层以 ZIP+XML 方式操作,能精确修改内容和资源。
▸ 展开 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
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/docx/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/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 公开信息 · 原文版权归作者所有