📄

docx

Risque faible ⚙️ Commandes externes🌐 Accès réseau📁 Accès au système de fichiers

変更履歴付きでWord文書を作成・編集

Également disponible depuis: ArtemisAI,Cam10001110101,K-Dense-AI,sickn33,anthropics,ZhanlinCui,davila7,DYAI2025,7Spade,7Spade,Azeem-2

このスキルにより、ClaudeはWord文書の作成、編集、分析が可能になります。変更履歴、コメント、書式の保持に対応し、プロフェッショナルな文書ワークフローを実現します。法律文書のレビュー、学術論文の編集、ビジネス文書の自動化に最適です。

Prend en charge: Claude Codex Code(CC)
📊 69 Adéquat
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

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 faible
v4 • 1/16/2026

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

60
Fichiers analysés
25,343
Lignes analysées
3
résultats
4
Total des audits

Score de qualité

45
Architecture
100
Maintenabilité
87
Contenu
20
Communauté
90
Sécurité
91
Conformité aux spécifications

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

どのファイル形式に対応していますか?
DOCX、PPTX、XLSXファイルが読み取り、編集、検証に対応しています。
変更履歴はどのように実装されていますか?
変更履歴は、追跡のためにRSID値を持つOOXML w:ins(挿入)とw:del(削除)タグを使用します。
どのような依存関係が必要ですか?
テキスト抽出用のPandoc、検証用のLibreOffice、安全なXML解析用のdefusedxmlが必要です。
暗号化された文書を編集できますか?
いいえ、暗号化の制約により、パスワード保護された文書は編集できません。
redliningワークフローはどのように機能しますか?
markdownに変換し、変更をバッチで計画し、文書を展開し、Pythonで編集を実装してから再パックします。
どのRSID値を使用すべきですか?
展開スクリプトで提案されたRSIDを使用するか、文書内の既存要素からRSIDをコピーしてください。

Détails du développeur

Auteur

ComposioHQ

Licence

Proprietary. LICENSE.txt has complete terms

Réf

master