自动识别和处理用户发送的文件。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill file-processor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of File Processor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-file-processor)More formats (shields.io, HTML) on the badges page.
---
name: 文件处理技能
description: 自动识别和处理用户发送的文件。
---
# 文件处理技能
自动识别和处理用户发送的文件。
## 支持格式
- PDF (pdf)
- Excel (xlsx, xls)
- CSV (csv)
- Word (docx)
- 图片 (jpg, png, jpeg)
- 文本 (txt)
## 功能
### 1. PDF 读取
提取文字、表格、页码信息
### 2. Excel/CSV 处理
读取数据、统计、筛选
### 3. OCR 文字识别
图片转文字
### 4. 文档摘要
长文本自动摘要
## 依赖
```bash
pip install pdfplumber openpyxl python-docx pytesseract pillow
```
## 使用方法
直接发送文件给小乡,根据格式自动处理。
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!