← 返回 Skills 市场
Image Reader
作者
rendaixue-byte
· GitHub ↗
· v1.0.0
· MIT-0
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rapid-ocr-reader
功能描述
Extract text from images using OCR (Optical Character Recognition). Use this skill when you need to read text content from images, screenshots, photos, or an...
安全使用建议
This skill appears to be what it claims: a local OCR reader. Before installing, consider: (1) the pip packages (rapidocr, onnxruntime) will be installed and may download model files from the internet on first run—review the package source and where it pulls models from if you need to trust the host; (2) run the tool in a virtual environment or isolated environment if you are concerned about third-party packages; (3) the script processes images locally and does not itself transmit images to external services, but verify network activity of the rapidocr package if you need to ensure full offline operation; (4) avoid feeding sensitive images until you confirm where model assets come from and whether any telemetry is enabled by the upstream packages.
功能分析
Type: OpenClaw Skill
Name: rapid-ocr-reader
Version: 1.0.0
The skill provides standard OCR (Optical Character Recognition) functionality using the legitimate RapidOCR library. The Python script `scripts/read_image.py` processes local image files to extract text and metadata, returning the results in a structured JSON format. No evidence of data exfiltration, malicious execution, or prompt injection was found; the documented behavior of downloading OCR models on the first run is a standard feature of the underlying library.
能力评估
Purpose & Capability
Name/description match the included code and SKILL.md. The script performs image OCR using RapidOCR and Pillow, which is consistent with an 'Image Reader' skill. No unrelated binaries, config paths, or credentials are requested.
Instruction Scope
SKILL.md and the script only operate on the provided image path and return structured JSON. The README notes that the first run will download OCR model files (~50MB); that implies network access to fetch model weights, which is expected for many ML packages but worth being aware of (the code itself does not upload images to external APIs).
Install Mechanism
There is no packaged install spec; SKILL.md instructs users to pip install rapidocr, onnxruntime, and pillow. Installing from PyPI is normal for Python tools, but third-party packages may download additional runtime assets (the models). Verify the upstream package sources and signatures if you require higher assurance.
Credentials
The skill requires no environment variables, credentials, or config paths, and the code does not read environment variables or access unrelated system files.
Persistence & Privilege
The skill is not configured as always-on and does not request persistent agent-wide configuration or elevated privileges. It only runs when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rapid-ocr-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/rapid-ocr-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of rapid-ocr-reader:
- Extracts text from images using OCR with high accuracy for both Chinese and English.
- Outputs structured JSON with extracted text, confidence scores, bounding boxes, and image metadata.
- Supports screenshots, document photos, diagrams, receipts, and more.
- Fast and CPU-only; no GPU required.
- Easy setup and automatic model download on first run.
元数据
常见问题
Image Reader 是什么?
Extract text from images using OCR (Optical Character Recognition). Use this skill when you need to read text content from images, screenshots, photos, or an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 Image Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rapid-ocr-reader」即可一键安装,无需额外配置。
Image Reader 是免费的吗?
是的,Image Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image Reader 支持哪些平台?
Image Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image Reader?
由 rendaixue-byte(@rendaixue-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills