📄

docx

Baixo Risco ⚡ Contém scripts📁 Acesso ao sistema de arquivos⚙️ Comandos externos🌐 Acesso à rede

Word文書の作成と編集

Também disponível em: ArtemisAI,K-Dense-AI,ComposioHQ,sickn33,anthropics,ZhanlinCui,davila7,DYAI2025,7Spade,7Spade,Azeem-2

プロフェッショナルなWord文書の作業が必要です。このスキルは、新規文書の作成、変更履歴付きでの既存ファイル編集、コメント追加、すべての操作での書式保持を可能にする完全なツールを提供します。

Suporta: Claude Codex Code(CC)
⚠️ 68 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

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 Risco
v5 • 1/16/2026

Legitimate 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.

61
Arquivos analisados
25,541
Linhas analisadas
5
achados
5
Total de auditorias

Problemas de Alto Risco (1)

Archive extraction without path validation (zip slip risk)
ooxml/scripts/unpack.py:17 uses zipfile.ZipFile.extractall() without validating entry paths. While this is a theoretical risk, the skill processes known Office document formats and users should exercise caution with untrusted files.
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

45
Arquitetura
100
Manutenibilidade
87
Conteúdo
21
Comunidade
80
Segurança
91
Conformidade com especificações

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

対応するファイル形式は?
.docx(Word)、.pptx(PowerPoint)、.xlsx(Excel)に対応しています。PDF変換にはLibreOfficeが必要です。
サイズ制限はありますか?
明示的な制限はありません。大きな文書はより多くのメモリと処理時間が必要になる場合があります。XML検証はファイルサイズに比例します。
他のツールと連携できますか?
はい。テキスト抽出はpandoc、PDF変換はLibreOffice、差分比較はgitと連携します。
データは安全ですか?
はい。すべての操作はローカルで行われます。文書は一時ディレクトリで処理されます。ネットワーク呼び出しや資格情報へのアクセスはありません。
なぜ検証に失敗するのですか?
一般的な原因は、XML構造の問題、リレーションシップ参照の欠落、要素順序の不正、または空白保持エラーです。
python-docxと何が違いますか?
このスキルは、変更履歴、コメント、複雑な書式を高精度に制御するための直接的なOOXML操作を提供し、高レベルのライブラリでは扱えない部分に対応します。

Detalhes do Desenvolvedor

Licença

Proprietary. LICENSE.txt has complete terms

Referência

main