← 返回 Skills 市场
2476
总下载
0
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install screenshot-ocr
功能描述
截图 OCR 识别工具。截图→自动识别文字→复制/保存,适合提取图片内容、表格数据、验证码。
安全使用建议
This skill appears internally consistent and runs locally: it uses Tesseract (you must install tesseract-ocr and pip packages pytesseract/pillow) and clipboard utilities (xclip on Linux, pbcopy/pbpaste on macOS) to read images and optionally copy/save recognized text. Before installing, consider: 1) The script reads any file path you pass to it and may write output files where you tell it to — avoid running it on sensitive system files. 2) Clipboard access uses platform tools and writes a temporary file (/tmp/clipboard.png) when attempting to read the clipboard; on some systems the clipboard-handling code may be buggy. 3) There are no network calls or credential requests, so it does not exfiltrate data by design. 4) If you need Windows support, the SKILL.md/script does not provide Windows clipboard handling (you will need to verify behavior). If you want added assurance, inspect or run the script locally in a sandbox before granting it wider use.
功能分析
Type: OpenClaw Skill
Name: screenshot-ocr
Version: 1.0.0
The skill bundle provides a legitimate OCR utility using Tesseract and Pytesseract. The code in scripts/ocr.py handles clipboard interactions and file processing as described, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (Screenshot OCR) matches the included files and requirements. The skill only needs Python, Tesseract, and optional clipboard utilities to perform OCR; nothing requested is unrelated to OCR.
Instruction Scope
SKILL.md instructs the agent to run the included scripts/ocr.py for clipboard or file OCR and to install Tesseract/pytesseract/pillow. The runtime instructions and script operate on local images, the clipboard, and write optional output files — all within the stated purpose.
Install Mechanism
There is no install spec (instruction-only with a bundled script). No remote downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill requests no environment variables or credentials. The _meta.json lists python3 and tesseract as required binaries, which is appropriate for OCR. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify other skills or persist credentials; it only writes output files when explicitly asked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install screenshot-ocr - 安装完成后,直接呼叫该 Skill 的名称或使用
/screenshot-ocr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of screenshot-ocr.
- Enables screenshot and image file OCR for text and tables.
- Supports Chinese, English, and numeric character recognition.
- Provides one-click copy to clipboard and save as TXT.
- Offers easy command-line usage for image and clipboard input.
- Requires Python 3, Tesseract, pytesseract, and pillow.
元数据
常见问题
Screenshot Ocr 是什么?
截图 OCR 识别工具。截图→自动识别文字→复制/保存,适合提取图片内容、表格数据、验证码。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2476 次。
如何安装 Screenshot Ocr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install screenshot-ocr」即可一键安装,无需额外配置。
Screenshot Ocr 是免费的吗?
是的,Screenshot Ocr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Screenshot Ocr 支持哪些平台?
Screenshot Ocr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Screenshot Ocr?
由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.0。
推荐 Skills