← 返回 Skills 市场
342
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ocr-skill-test
功能描述
Extract text from images using Tesseract.js OCR. Supports Chinese (simplified/traditional) and English.
安全使用建议
This skill appears to do only local OCR and needs only Node plus the tesseract.js npm package. Before installing: (1) be aware first run will download Tesseract language data (~20MB per language) from upstream/CDN — ensure network access and trust the source; (2) images are processed locally, but do not feed it sensitive images unless you trust the host machine; (3) you can inspect package.json and scripts/ocr.js (included) to confirm no unexpected network endpoints or secret usage; (4) if you require air-gapped operation, block network access or pre-provision the traineddata files.
功能分析
Type: OpenClaw Skill
Name: ocr-skill-test
Version: 1.0.0
The skill provides legitimate OCR functionality using the well-known 'tesseract.js' library. The implementation in 'scripts/ocr.js' is straightforward, handling file paths and arguments safely without any use of dangerous functions like eval() or shell execution. No evidence of data exfiltration, persistence mechanisms, or malicious prompt injection was found across the documentation or code.
能力评估
Purpose & Capability
Name/description match the provided files: a Node script that calls tesseract.js to OCR local images. Required binary (node) and the dependency (tesseract.js) are appropriate and proportionate.
Instruction Scope
SKILL.md and scripts/ocr.js restrict activity to reading a user-supplied image file and running Tesseract locally. The README/SKILL.md correctly note first-run language-data downloads (~20MB/lang). There is no code that reads unrelated files or accesses environment variables. Note: traineddata will be fetched from upstream/CDN by tesseract.js on first run (download-only); this is expected but does involve network access.
Install Mechanism
No custom install script is bundled; package.json depends on tesseract.js from npm which is a normal, auditable source. No arbitrary URL downloads or archive extraction in the skill itself.
Credentials
The skill requests no environment variables or credentials. The lack of secrets is proportionate to the stated purpose.
Persistence & Privilege
always is false; the skill does not modify other skills or require persistent elevated privileges. It will cache downloaded language data locally (expected behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ocr-skill-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/ocr-skill-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
OCR Test 是什么?
Extract text from images using Tesseract.js OCR. Supports Chinese (simplified/traditional) and English. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。
如何安装 OCR Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ocr-skill-test」即可一键安装,无需额外配置。
OCR Test 是免费的吗?
是的,OCR Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OCR Test 支持哪些平台?
OCR Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OCR Test?
由 shaw555(@shaw555)开发并维护,当前版本 v1.0.0。
推荐 Skills