docx
Microsoft Word文書の操作
こちらからも入手できます: 7Spade,davila7,7Spade,DYAI2025,ArtemisAI,Azeem-2,anthropics,ComposioHQ,Cam10001110101,K-Dense-AI
このスキルにより、ClaudeはMicrosoft Word文書の作成、編集、分析が可能になります。変更履歴、コメント、高度な書式設定を完全にサポートし、PythonとJavaScriptライブラリを使用した文書操作ワークフローを提供します。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「docx」を使用しています。 Create a simple welcome letter document
期待される結果:
タイトル「ようこそ手紙」、書式設定された本文、適切なビジネスレタースタイリングを含むWord文書
「docx」を使用しています。 Edit contract.docx to update payment terms from Net 30 to Net 60 with tracked changes enabled
期待される結果:
文書には変更履歴が有効화된状態で「Net 60」(「Net 30」の削除、「Net 60」の挿入)が表示され、クライアントレビュー готов
セキュリティ監査
安全This is a legitimate document manipulation skill for creating and editing Microsoft Word (.docx) files. Static scanner flagged external commands (pandoc, Python scripts), network URLs (XML namespace references in schema files), and filesystem operations (document read/write) - all are expected functionality for this skill. The cryptographic algorithm references in XSD schemas are standard XML schema definitions, not actual implementations. No malicious intent detected.
品質スコア
作れるもの
プロフェッショナルなビジネス文書の生成
適切な書式設定、ヘッダー、フッター、スタイルを含む契約書、レポート、ビジネスレターを作成
変更履歴付きで文書をレビューおよび編集
受信した文書をレビューしコメントを追加、変更履歴を完全に記録して法的または編集レビュー用に編集
文書変換のバッチ処理
複数の文書をmarkdownに変換したり、コンテンツを抽出したり、文書セットに一貫した書式設定を適用
これらのプロンプトを試す
Create using the docx skill. a new Word document Include a title heading, 3 paragraphs of body text with bold and italic formatting, and a simple table with 3 rows.
Use the redlining workflow to edit document.docx. Replace all instances of 'company' with 'Acme Corp' and add a comment explaining the change. Use tracked changes so the client can review.
Extract all text content from report.docx and convert it to markdown format using pandoc with --track-changes=all to preserve any edits.
Unpack the document to access raw XML. Identify all comments, track changes (insertions and deletions), and embedded images. Provide a summary of the document structure.
ベストプラクティス
- 複雑な文書操作を開始する前に、必ず完全なドキュメントファイル(docx-js.mdとooxml.md)を読んでください
- 所有していない文書を編集する場合は、監査証跡を維持するためにリライニングワークフローを使用してください
- 複数の編集を行う場合は、各変更が正しく動作することを確認するためにバッチでテストしてください
回避
- 複雑な文書操作でドキュメント読み取りステップをスキップすることは避けてください
- 法的またはビジネス文書で所有していない文書を編集する場合は、変更履歴を使用しないでください
- 一度にすべての変更を加えることは避け、バッチで incrementallyテストしてください