← 返回 Skills 市场
juguangyuan520-dotcom

OCR Space: Free OCR API

作者 Juguangyuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1258
总下载
2
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install ocr-space
功能描述
调用 OCR.space 免费 API 识别图片中的文字
安全使用建议
This skill appears to do what it says: it reads images and uploads them to OCR.space using the free test key. Before installing, consider: (1) it will transmit image data to a third-party server — don't send sensitive images unless you accept that. (2) You need Python packages 'requests' and 'Pillow' installed; SKILL.md doesn't list them, so install them (pip install requests pillow) or run the script in a controlled environment. (3) If you plan to use a paid API key, remove the hardcoded 'helloworld' and provide your key securely (avoid committing it into the file). (4) Test the script locally to confirm behavior and network calls before allowing any agent to invoke it autonomously.
功能分析
Type: OpenClaw Skill Name: ocr-space Version: 1.0.0 The skill bundle provides legitimate OCR functionality by interfacing with the OCR.space API. The Python script (ocr_space.py) uses the service's documented 'helloworld' test key and performs standard image processing and network requests to extract text from images. No evidence of malicious intent, data exfiltration, or prompt injection was found; the code logic aligns perfectly with the stated purpose in SKILL.md.
能力评估
Purpose & Capability
Name/description match implementation: the script posts images to https://api.ocr.space/parse/image using the free test key ('helloworld') and returns parsed text. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and the script confine actions to reading the provided image path (or accepting base64), optionally compressing it, and POSTing it to the OCR.space API. There are no instructions to read other system files, environment secrets, or to exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only) and no network downloads, which is low risk. However the included Python script requires third-party packages ('requests' and Pillow) that are not declared in the metadata or SKILL.md; the skill will fail or raise import errors unless those are installed.
Credentials
No environment variables or credentials are required. The script hardcodes API_KEY='helloworld' (the documented free test key) which matches the SKILL.md. If a user wants to use a private paid key they would need to change the script or add a mechanism to supply it.
Persistence & Privilege
Skill is not always-enabled, does not request persistent platform-wide privileges, and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ocr-space
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ocr-space 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release with OCR.text recognition for images. - Supports 20+ languages including Chinese, English, Japanese, and Korean. - Uses the free OCR.space API—no registration or API key required for testing. - Daily limit: 500 requests, 5 MB per file (auto-compression). - Usable via command line or Python import.
元数据
Slug ocr-space
版本 1.0.0
许可证 MIT-0
累计安装 10
当前安装数 10
历史版本数 1
常见问题

OCR Space: Free OCR API 是什么?

调用 OCR.space 免费 API 识别图片中的文字. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1258 次。

如何安装 OCR Space: Free OCR API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ocr-space」即可一键安装,无需额外配置。

OCR Space: Free OCR API 是免费的吗?

是的,OCR Space: Free OCR API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OCR Space: Free OCR API 支持哪些平台?

OCR Space: Free OCR API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OCR Space: Free OCR API?

由 Juguangyuan(@juguangyuan520-dotcom)开发并维护,当前版本 v1.0.0。

💬 留言讨论