截图 OCR 识别工具。截图→自动识别文字→复制/保存,适合提取图片内容、表格数据、验证码。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill screenshot-ocr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Screenshot Ocr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-screenshot-ocr)More formats (shields.io, HTML) on the badges page.
---
name: screenshot-ocr
version: 1.0.0
description: 截图 OCR 识别工具。截图→自动识别文字→复制/保存,适合提取图片内容、表格数据、验证码。
author: 你的名字
triggers:
- "截图识别"
- "OCR"
- "图片转文字"
- "截图文字"
- "屏幕识别"
---
# Screenshot OCR 📷
截图自动识别文字,支持中文、英文、数字。
## 功能
- 📷 截图识别(截屏或粘贴图片)
- 🔤 高精度 OCR 识别
- 📋 一键复制到剪贴板
- 💾 保存为 TXT 文件
- 📊 支持表格识别
## 使用方法
### 识别剪贴板图片
```bash
python3 scripts/ocr.py clipboard
```
### 识别图片文件
```bash
python3 scripts/ocr.py file screenshot.png
```
### 识别并保存
```bash
python3 scripts/ocr.py file screenshot.png --save result.txt
```
### 识别并复制
```bash
python3 scripts/ocr.py file screenshot.png --copy
```
## 依赖安装
```bash
# 安装 Tesseract(Linux)
sudo apt install tesseract-ocr tesseract-ocr-chi-sim
# macOS
brew install tesseract
# Windows
# 下载安装 https://github.com/UB-Mannheim/tesseract/wiki
```
## 示例
```bash
# 识别截图
python3 scripts/ocr.py clipboard
# 识别图片并复制
python3 scripts/ocr.py file ~/Desktop/1.png --copy
```
## 环境要求
- Python 3
- tesseract-ocr
- pytesseract
- pillow
```bash
pip install 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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...