📄

docx

低リスク ⚡ スクリプトを含む📁 ファイルシステムへのアクセス⚙️ 外部コマンド

创建和编辑Word文档

こちらからも入手できます: K-Dense-AI,anthropics,ArtemisAI,Azeem-2,sickn33,davila7,Cam10001110101,DYAI2025,7Spade,ZhanlinCui,ComposioHQ

此技能使Claude能够创建、编辑和分析Word文档(.docx文件)。它处理文档结构、跟踪更改、批注和格式保留,适用于专业的文档工作流程。

対応: Claude Codex Code(CC)
📊 70 十分
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「docx」を使用しています。 Create a new Word document with a title, heading, and paragraph

期待される結果:

  • Created document with title 'Project Proposal'
  • Added heading 'Executive Summary'
  • Paragraph describes project goals
  • Document saved to /workspace/project.docx

「docx」を使用しています。 Edit contract to change payment terms from Net 30 to Net 45

期待される結果:

  • Unpacked document to /workspace/contract_unpacked
  • Created 3 tracked changes updating payment terms
  • Repacked to /workspace/contract_updated.docx
  • Tracked changes show 'Net 30' replaced with 'Net 45'

「docx」を使用しています。 Extract text from annual report

期待される結果:

  • Converted report.docx to markdown
  • Extracted 15 paragraphs across 5 sections
  • Text content preserved with heading hierarchy

セキュリティ監査

低リスク
v3 • 1/16/2026

This is a legitimate document processing skill. The static scanner produced many false positives due to misinterpretation of documentation code examples as shell commands, XML namespace declarations as network calls, and schema definitions as cryptographic usage. The skill uses secure libraries (defusedxml) for XML parsing, file operations are scoped to user-specified directories, and external commands are limited to document tools (pandoc, soffice) with controlled arguments.

60
スキャンされたファイル
25,302
解析された行数
3
検出結果
3
総監査数

リスク要因

⚡ スクリプトを含む (2)
📁 ファイルシステムへのアクセス (2)
⚙️ 外部コマンド (1)
監査者: claude 監査履歴を表示 →

品質スコア

45
アーキテクチャ
100
保守性
87
コンテンツ
21
コミュニティ
90
セキュリティ
91
仕様準拠

作れるもの

使用跟踪更改审阅合同

在编辑法律文档的同时保留修订历史记录,以便合规性文档记录。

自动化文档更新

批量更新文档文件,同时保持格式和跟踪更改记录。

标准化文档格式

在多个Word文档中应用一致的样式和格式。

これらのプロンプトを試す

创建简单文档
Create a new Word document named report.docx with a title 'Quarterly Report', a subtitle with today's date, and three paragraphs of placeholder text about Q1 results.
使用跟踪更改编辑
Edit the document at /workspace/contract.docx to change '30 days' to '45 days' throughout. Use the redlining workflow to create tracked changes visible in Word.
提取文档内容
Extract all text content from the document at /workspace/proposal.docx and output it as markdown. Include tracked changes (accepted).
添加批注
Open the document at /workspace/draft.docx and add comments to the first paragraph suggesting improvements to the language and structure.

ベストプラクティス

  • 在编辑非自己创建的文档时,始终使用修订标记工作流以保留修订历史
  • 将相关编辑分组为3-10个更改的批次,以便更轻松地调试和审查
  • 使用pandoc和--track-changes=all查看包含所有修订的完整文档状态

回避

  • 不要在文本内容中使用原始换行符(\n)- 使用独立的段落元素
  • 避免在跟踪更改中重复未更改的文本 - 保留原始的运行RSID值
  • 重新打包文档时不要跳过验证 - 可能会产生损坏的文件

よくある質問

此技能可以处理受密码保护的文档吗?
不行,加密或受密码保护的文档需要凭据才能打开。
跟踪更改是如何工作的?
编辑内容使用<w:ins>(插入)和<w:del>(删除)标记,在Word中可见。
需要哪些工具?
pandoc用于文本提取,libreoffice用于PDF转换,defusedxml用于安全的XML解析。
我可以编辑文档中的图像吗?
该技能可以提取和替换图像,但无法直接修改图像内容。
支持哪些文件格式?
支持.docx、.pptx和.xlsx文件的解包和重新打包。
如何验证文档更改?
根据OOXML模式验证更改,以确保文档结构保持合规。

開発者の詳細

作成者

7Spade

ライセンス

Proprietary. LICENSE.txt has complete terms

参照

main