docx
Word文書の作成と編集
Également disponible depuis: ArtemisAI,Cam10001110101,K-Dense-AI,ComposioHQ,sickn33,anthropics,ZhanlinCui,DYAI2025,7Spade,7Spade,Azeem-2
変更履歴、コメント、書式設定の完全サポートにより、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". タイトル、異なる配置の3つの段落、5項目の箇条書きリストを含むWord文書を作成してください。
Résultat attendu:
- document.docxを作成しました:
- • 中央揃えのタイトル「Project Report」
- • 左揃えの導入段落
- • 間隔200/200の両端揃えのメインコンテンツ
- • 右揃えの結論
- • Symbolフォントの箇条書き記号を使用した5項目のリスト
Utilisation de "docx". report.docxをすべての変更履歴を表示するmarkdownに変換し、削除されたテキスト「old value」と挿入されたテキスト「new value」をgrepしてください。
Résultat attendu:
- 変換完了: report_with_changes.md
- 「new value」(挿入)を3箇所発見
- 「old value」(削除)を3箇所発見
- 変更履歴合計: 6件(挿入3件、削除3件)
Audit de sécurité
Risque faibleThe docx skill is a legitimate document processing tool. Static findings are false positives triggered by documentation examples and standard XML schema files. The actual Python code uses defusedxml for secure parsing and performs no network requests, cryptography, or credential handling. Minor concern: dependency installation commands in documentation require user review before execution.
Problèmes à risque moyen (1)
Problèmes à risque faible (1)
Facteurs de risque
📁 Accès au système de fichiers (3)
⚙️ Commandes externes (2)
⚡ Contient des scripts (2)
Score de qualité
Ce que vous pouvez construire
法的文書の変更履歴
適切なRSID処理とバッチ処理により、契約書や法的文書に変更履歴を適用します。
文書変換パイプライン
Word文書をmarkdownに変換し、構造を分析し、書式を保持したままエクスポートします。
レポート生成
自動分析から表、画像、書式設定を含むプロフェッショナルなWord文書を作成します。
Essayez ces prompts
document.docxからすべてのテキストコンテンツを抽出し、pandocを使用して変更履歴を保持したままoutput.mdに保存してください。
report.docxという名前の新しいWord文書を作成し、タイトル段落、2つの見出し、3行4列の表を含めてください。
contract.docxをレビューし、次の変更履歴を付けてください:セクション2の「30 days」を「45 days」に置換、署名日の形式を更新、更新条項についてコメントを追加。
inputディレクトリ内のすべてのDOCXファイルを解凍し、テキストコンテンツを抽出し、batch_review.mdの修正を各ファイルに適用し、変更履歴付きで再パックしてください。
Bonnes pratiques
- 編集前に必ずDOCXファイルを解凍し、変更後に再パックしてOOXML構造を維持する。
- 外部文書へのすべての編集には変更履歴を使用する - これは法的、学術的、ビジネス文書で必須です。
- デバッグと段階的な進行を容易にするため、関連する変更を3〜10件のバッチにグループ化する。
Éviter
- DOCXファイルに対して生の文字列置換を使用しない - 常に解凍、XML編集、再パックを行う。
- バッチごとにテストせずに単一スクリプトで複数のXML要素を変更しない。
- 複雑な文書操作を開始する前に、完全なドキュメントファイルの読み取りをスキップしない。
Foire aux questions
このスキルに必要な依存関係は何ですか?
ゼロから新しいWord文書を作成するにはどうすればよいですか?
他人の文書を変更履歴付きで編集できますか?
文書を編集する際に書式設定を保持するにはどうすればよいですか?
DOCXファイルで安全なファイル操作は何ですか?
編集後に文書を検証するにはどうすればよいですか?
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