docx
変更履歴付きでWord文書を作成・編集
Également disponible depuis: ArtemisAI,Cam10001110101,K-Dense-AI,sickn33,anthropics,ZhanlinCui,davila7,DYAI2025,7Spade,7Spade,Azeem-2
このスキルにより、ClaudeはWord文書の作成、編集、分析が可能になります。変更履歴、コメント、書式の保持に対応し、プロフェッショナルな文書ワークフローを実現します。法律文書のレビュー、学術論文の編集、ビジネス文書の自動化に最適です。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "docx". Create a new Word document with a title 'Project Proposal' and three bullet points about main deliverables
Résultat attendu:
- タイトル書式設定で文書を作成しました
- 箇条書き付きの3つの段落を追加しました
- output.docxとして文書を保存しました
Utilisation de "docx". Change 'client' to 'customer' throughout proposal.docx using tracked changes
Résultat attendu:
- 'client'を12箇所で見つけました
- 変更履歴を使ってすべて'customer'に置換しました
- すべての改訂に作成者とタイムスタンプを追加しました
Utilisation de "docx". Extract text from the document and convert to markdown
Résultat attendu:
- 文書から1500語を抽出しました
- 見出し構造を保持しました
- --track-changes=rejectでmarkdownファイルを生成しました
Audit de sécurité
Risque faibleAll 1122 static findings are FALSE POSITIVES. The detected patterns are: (1) Code examples in markdown documentation, (2) Standard OOXML schema namespace declarations, (3) XML element names coincidentally matching security tool names, and (4) Legitimate document processing operations with hardcoded arguments. The skill safely processes DOCX files using the Document library, defusedxml for secure XML parsing, and subprocess calls to soffice and git diff for document validation and comparison.
Facteurs de risque
⚙️ Commandes externes (2)
🌐 Accès réseau (2)
📁 Accès au système de fichiers (2)
Score de qualité
Ce que vous pouvez construire
変更履歴付きで契約書をレビュー
コンプライアンスと監査証跡のために改訂履歴を保持しながら法律文書を編集
編集内容を含めて論文を共同作業
共同執筆のために変更追跡を明確にしながら研究論文をレビュー・編集
文書更新を自動化
一貫した書式設定と変更記録でビジネス文書を一括更新
Essayez ces prompts
Create a new Word document with a title, three paragraphs of introduction text, and a numbered list with three items
Review the contract in contract.docx and change all occurrences of '30 days' to '60 days' using tracked changes
Extract all text from quarterly_report.docx and convert it to markdown format
Review and edit the entire policy document using the redlining workflow. Make date corrections in batch 1, party name updates in batch 2, and terminology changes in batch 3
Bonnes pratiques
- 自分で作成していない文書には、適切な改訂追跡を確保するため常にredliningワークフローを使用してください
- デバッグとレビューを容易にするため、関連する変更を3〜10編集のバッチにグループ化してください
- 展開された文書からRSID値を抽出し、文書の整合性を維持するために編集時に使用してください
Éviter
- markdownの行番号を使ってテキストを検索しないでください - XML構造にマッピングされません
- 未変更のテキストを削除済みとしてマークして再挿入しないでください - 不要な改訂履歴が作成されます
- 展開ステップをスキップしないでください - 信頼性の高い編集のために常に展開されたXMLを使用してください
Foire aux questions
どのファイル形式に対応していますか?
変更履歴はどのように実装されていますか?
どのような依存関係が必要ですか?
暗号化された文書を編集できますか?
redliningワークフローはどのように機能しますか?
どのRSID値を使用すべきですか?
Détails du développeur
Structure de fichiers
📁 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