docx
建立和編輯 Word 文件
也可从以下获取: 7Spade,K-Dense-AI,anthropics,ArtemisAI,Azeem-2,sickn33,davila7,Cam10001110101,7Spade,ZhanlinCui,ComposioHQ
手動執行專業的 Word 文件任務非常耗時。此技能提供結構化的工作流程,可建立、編輯和審閱 DOCX 文件,並保留追蹤修訂、註解和格式。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“docx”。 Create a Word document with a title Project Proposal and three sections: Introduction, Scope, and Timeline.
预期结果:
- Created project-proposal.docx with:
- - Title heading (centered, 24pt Arial bold)
- - Section 1: Introduction (two paragraphs)
- - Section 2: Scope (bullet points with custom style)
- - Section 3: Timeline (table with two columns: Milestone and Date)
- Ready for review and additional edits.
安全审计
低风险This is a legitimate document manipulation skill. The extensive static findings are overwhelmingly false positives: markdown documentation files showing command examples (backticks), standard OOXML schema definitions, and safe external commands with hardcoded arguments. The skill uses defusedxml for secure XML parsing and creates temporary directories for isolation. No credential access, data exfiltration, or malicious behavior was detected.
低风险问题 (1)
风险因素
📁 文件系统访问 (1)
⚙️ 外部命令 (1)
质量评分
你能构建什么
合約修訂追蹤
使用追蹤修訂審閱和標記法律文件,同時保留原始格式和註解。
文件更新
為技術指南建立具有表格、圖片和適當標題結構的專業文件。
報告編輯
編輯多位作者的商业報告,新增註解和建議,而不變更來源內容。
试试这些提示
Create a Word document with a title Quarterly Report and a paragraph of summary text about our department achievements.
Create a Word document with a two-column table showing Q1 and Q2 metrics. Add a heading with bold text and a bulleted list of key findings.
Unpack the document at path/to/contract.docx and make these changes with tracked revisions: update the date from January to March, change Client to Customer throughout, and add a new section after paragraph 3.
Add comments to the document explaining the changes I made. Use the tracked changes workflow to review and suggest additional edits where the language could be clearer.
最佳实践
- 始終在編輯前解開文件包裝,以保留原始結構並正確追蹤修訂
- 對所有修改使用追蹤修訂,以維護稽核軌跡並實現輕鬆審閱
- 在共享前編輯後驗證文件,確保符合 OOXML 結構描述
- 將相關變更分批處理,每批 3-10 個編輯以便於審閱
避免
- 避免直接修改其他作者的追蹤修訂 - 使用巢狀插入或刪除
- 重新封裝文件時不要跳過驗證步驟,因為損壞可能無法肉眼看到
- 永遠不要為項���符號使用 unicode 字元 - Word 需要正確的編號設定
常见问题
此技能支援哪些文件格式?
文件大小有限制嗎?
我可以將此技能與 Google Docs 或雲端文件搭配使用嗎?
使用此技能時我的文件資料安全嗎?
為什麼我的編輯後驗證失敗?
此技能與其他文件工具有何不同?
开发者详情
文件结构
📁 ooxml/
📁 schemas/
📁 ecma/
📄 dml-wordprocessingDrawing.xsd
📄 pml.xsd
📄 shared-additionalCharacteristics.xsd
📄 shared-commonSimpleTypes.xsd
📄 shared-customXmlDataProperties.xsd
📄 shared-customXmlSchemaProperties.xsd
📄 shared-documentPropertiesCustom.xsd
📄 shared-documentPropertiesExtended.xsd
📄 shared-documentPropertiesVariantTypes.xsd
📄 shared-relationshipReference.xsd
📄 sml.xsd
📄 vml-wordprocessingDrawing.xsd
📄 wml.xsd
📄 xml.xsd
📁 mce/
📄 mc.xsd
📁 scripts/
📄 base.py
📄 docx.py
📄 pptx.py
📄 pack.py
📁 scripts/
📄 ooxml.md
📄 SKILL.md