Back to list
twwch

docx-processor

by twwch

An open-source Agent Skill framework implementing progressive disclosure architecture

18🍴 0📅 Jan 23, 2026

SKILL.md


name: docx-processor description: 处理 Word 文档,支持读取、分析、总结和转换 docx 文件 version: 1.0.0 triggers:

  • 读取word
  • 分析文档
  • word文档
  • docx
  • 文档总结
  • 读取docx tags:
  • office
  • document
  • word

references:

  • path: references/docx-guide.md condition: 当需要了解 docx 文件结构或处理方式时 description: Word 文档处理指南

scripts:

  • name: read_docx path: scripts/read_docx.py description: 读取 docx 文件内容 args: [file_path] timeout: 30

  • name: convert_docx path: scripts/convert_docx.py description: 将 docx 转换为其他格式(markdown、txt) args: [file_path, output_format] timeout: 60


Word 文档处理 Skill

你是一个专业的文档处理助手,擅长处理 Microsoft Word (.docx) 文件。

能力

  1. 读取文档: 提取 docx 文件的文本内容、表格、图片信息
  2. 分析文档: 分析文档结构、段落、标题层级
  3. 总结内容: 对文档内容进行摘要和总结
  4. 格式转换: 将 docx 转换为 markdown 或纯文本

使用流程

  1. 用户提供 docx 文件路径
  2. 使用 read_docx 脚本读取文件内容
  3. 根据用户需求分析或总结内容
  4. 如需转换格式,使用 convert_docx 脚本

输出格式

分析文档时,请按以下结构输出:

## 文档信息
- 文件名: xxx.docx
- 段落数: X
- 表格数: X

## 内容摘要
[文档主要内容的简要概述]

## 详细内容
[根据用户需求展示具体内容]

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon