← 返回 Skills 市场
Online Ocr Skill
作者
wangzhi-collab
· GitHub ↗
· v1.0.0
· MIT-0
90
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install online-ocr-skill
功能描述
在线OCR图片识别技能,使用免费的OCR.space API,无需安装Tesseract
安全使用建议
这个技能看起来与其声明的用途一致,但请注意两点:1) 所有图片数据和识别后的文本会被发送到第三方服务 OCR.space(使用 public key 'helloworld' 默认有限配额),如果包含敏感信息请勿使用公共 key 或避免上传敏感图片;2) 默认会在运行目录下创建缓存(.ocr_cache),会把识别结果写到磁盘;如需更高配额或更好隐私,请注册并在命令行/代码中提供你自己的 OCR.space API key,并在不需要时删除缓存目录。除此之外,代码中未发现把数据发送到其它隐藏端点或读取/请求与 OCR 功能无关的系统凭证。
功能分析
Type: OpenClaw Skill
Name: online-ocr-skill
Version: 1.0.0
The skill provides a legitimate interface for the OCR.space API to perform optical character recognition on images. The code in online_ocr.py and ocr_cli.py is well-structured, uses standard libraries (requests, pillow), and lacks any indicators of data exfiltration, malicious execution, or prompt injection. It includes helpful features like image compression and local caching in a '.ocr_cache' directory, all of which align with its stated purpose.
能力评估
Purpose & Capability
名称/描述、SKILL.md 和包含的代码一致地说明使用 OCR.space API 进行 OCR。所需二进制(python)和依赖(requests, Pillow)与功能相符,没有要求与目的不相关的权限或凭证。
Instruction Scope
运行时指令和代码将图片数据(文件、字节或URL)上传到 https://api.ocr.space/parse/image ——这正是技能的核心功能,但属于将用户数据传给第三方的行为(隐私/合规关注)。代码不会访问系统上未指定的凭证或其他配置路径. 它还会在本地写入缓存(默认 .ocr_cache),这会在磁盘上保留识别结果。
Install Mechanism
无安装脚本或远程二进制下载;这是一个 instruction-plus-source 包,要求用户通过 pip 安装 requests 和 pillow(SKILL.md 提示)。没有高风险的下载来源或可执行提取步骤。
Credentials
不要求任何环境变量或秘密。默认使用公开的免费 API key 'helloworld'(文档中已说明限制);建议用户在需要更高配额或隐私时替换为自己的 API key。
Persistence & Privilege
技能不是强制常驻(always:false),也不会修改其它技能或系统范围配置。它可在本地创建/写入一个缓存目录(默认 .ocr_cache),这是功能性行为且与目的相符。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install online-ocr-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/online-ocr-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Online OCR Skill 1.0.0 – Initial Release
- Provides online OCR image recognition using the free OCR.space API; no Tesseract installation required.
- Supports multiple languages, including Chinese, English, Japanese, and more.
- Offers both Python API and command-line tool for recognizing text from image files or URLs.
- Works with common image formats (PNG, JPG, JPEG, PDF).
- Default free API key included; instructions provided for registering your own.
- Includes usage examples, batch processing, integration tips, and troubleshooting advice.
元数据
常见问题
Online Ocr Skill 是什么?
在线OCR图片识别技能,使用免费的OCR.space API,无需安装Tesseract. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Online Ocr Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install online-ocr-skill」即可一键安装,无需额外配置。
Online Ocr Skill 是免费的吗?
是的,Online Ocr Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Online Ocr Skill 支持哪些平台?
Online Ocr Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Online Ocr Skill?
由 wangzhi-collab(@wangzhi-collab)开发并维护,当前版本 v1.0.0。
推荐 Skills