将 PDF 文件转换为 Word 文档(.docx)
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill pdf-to-word --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pdf To Word?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-pdf-to-word)More formats (shields.io, HTML) on the badges page.
---
name: pdf-to-word
description: 将 PDF 文件转换为 Word 文档(.docx)
version: 1.0.0
author: YourName
parameters:
- name: file
description: 要转换的 PDF 文件(支持上传或提供路径)
required: true
type: file
- name: output_format
description: 输出格式,目前仅支持 docx
required: false
type: string
default: docx
---
# PDF 转 Word 技能
## 功能
接收用户上传的 PDF 文件,将其转换为可编辑的 Word 文档(.docx),并返回转换后的文件。
## 使用方式
1. 用户在聊天中发送 PDF 文件,并附上指令:“把这个 PDF 转成 Word” 或 “将这份文件转换为 Word 格式”。
2. 技能自动调用后台脚本进行转换。
3. 转换完成后,返回 Word 文件的下载链接或直接以文件形式发送给用户。
## 注意事项
- 需要 Python 环境,并安装 `pdf2docx` 库。
- 转换大型 PDF 可能需要几秒钟,请耐心等待。
- 如果 PDF 包含复杂表格或扫描图片,转换效果可能受限(建议配合 OCR 技能使用)。
## 示例
用户:`请把这个合同 PDF 转成 Word 文件`(并上传文件)
AI:调用技能 → 返回转换后的 Word 文件。Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!