docx
Word文書の作成と編集
Também disponível em: ArtemisAI,K-Dense-AI,ComposioHQ,sickn33,anthropics,ZhanlinCui,davila7,DYAI2025,7Spade,7Spade,Azeem-2
プロフェッショナルなWord文書の作業が必要です。このスキルは、新規文書の作成、変更履歴付きでの既存ファイル編集、コメント追加、すべての操作での書式保持を可能にする完全なツールを提供します。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "docx". Create a simple Word document with a title and two paragraphs
Resultado esperado:
- Created document.docx with:
- - Title: 'Project Proposal'
- - Paragraph 1: Introduction text
- - Paragraph 2: Scope description
A utilizar "docx". Edit a contract with tracked changes
Resultado esperado:
- Modified contract.docx with tracked changes:
- - Changed '30 days' to '45 days' (3 occurrences)
- - Updated termination notice period
- - All changes tracked with author 'Claude'
Auditoria de Segurança
Baixo RiscoLegitimate document manipulation skill using secure XML parsing with defusedxml library. No network calls, no credential access, no persistence mechanisms. All 1143 static findings are false positives triggered by documentation code blocks, XML schema namespace URIs, and legitimate OOXML element names. The skill processes user-provided DOCX files in temporary directories using trusted external tools with hardcoded commands.
Problemas de Alto Risco (1)
Fatores de risco
⚡ Contém scripts (4)
📁 Acesso ao sistema de arquivos (3)
⚙️ Comandos externos (2)
🌐 Acesso à rede (1)
Pontuação de qualidade
O Que Você Pode Construir
変更履歴付きで契約書をレビュー
Wordの変更履歴機能を使って監査証跡のためにすべての変更を保持しながら法的文書を編集
書式付きドキュメントの作成
表、画像、ヘッダー、統一されたスタイルを備えたプロフェッショナルなWord文書を生成
レポートの共同作業
文書にコメントを追加し、チームレビューのプロセス向けにすべての変更を追跡
Tente Estes Prompts
Create a new Word document named report.docx with a title 'Quarterly Review', a subtitle with the date, and three sections with headings
Edit the contract at /path/to/contract.docx to change all occurrences of '30 days' to '45 days' using tracked changes
Add comments to the document at /path/to/proposal.docx explaining the changes needed in each section
Review /path/to/agreement.docx and implement these specific changes with tracked changes: (1) Update party name on page 2, (2) Change termination clause on page 5, (3) Add comment about liability cap
Melhores Práticas
- 複雑な文書操作を始める前に、全文書(ooxml.md と docx-js.md)を読む
- 他者がレビューする文書の編集には変更履歴を使用する
- 変更後は必ず文書を検証し、XML構造の問題を早期に検出する
Evitar
- 他の著者の変更履歴内のテキストは変更しないでください。代わりに入れ子の削除を使用します
- スタンドアロンのPageBreak要素は使用しないでください。必ずParagraphで包みます
- unicode bulletsは避け、LevelFormat.BULLETで適切な番号付け設定を使用します
Perguntas Frequentes
対応するファイル形式は?
サイズ制限はありますか?
他のツールと連携できますか?
データは安全ですか?
なぜ検証に失敗するのですか?
python-docxと何が違いますか?
Detalhes do Desenvolvedor
Estrutura de arquivos
📁 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