Back to Registry View Author Profile
Official Verified
File Processor
Skill by ly5201314gjx
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ly5201314gjx/file-processorOr
文件处理技能
自动识别和处理用户发送的文件。
支持格式
- PDF (pdf)
- Excel (xlsx, xls)
- CSV (csv)
- Word (docx)
- 图片 (jpg, png, jpeg)
- 文本 (txt)
功能
1. PDF 读取
提取文字、表格、页码信息
2. Excel/CSV 处理
读取数据、统计、筛选
3. OCR 文字识别
图片转文字
4. 文档摘要
长文本自动摘要
依赖
pip install pdfplumber openpyxl python-docx pytesseract pillow
使用方法
直接发送文件给小乡,根据格式自动处理。
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ly5201314gjx-file-processor": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.