← 返回 Skills 市场
nvoicejacob

Ocr Local 1.0.0

作者 NVoiceJacob · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ocr-local-1-0-0
功能描述
Extract text from images using Tesseract.js OCR (100% local, no API key required). Supports Chinese (simplified/traditional) and English.
安全使用建议
This skill appears coherent and does what it claims: it runs Tesseract.js locally on a provided image. Before installing, be aware that (1) npm install will download tesseract.js and its dependencies from the public registry and may run package lifecycle scripts (opencollective-postinstall is present in deps) — run npm install in a controlled environment or inspect dependencies if you are cautious; (2) Tesseract language data will be downloaded on first run (~20MB/language) so the process needs network access unless you pre-provision the traineddata files; (3) there is no credential or secret access requested. If you want maximum safety, audit the tesseract.js package and its postinstall behavior, or vendor the dependency and the language files yourself and run the script offline. Additionally, note a minor metadata inconsistency (ownerId differs between registry metadata and _meta.json) — likely benign but worth noticing.
功能分析
Type: OpenClaw Skill Name: ocr-local-1-0-0 Version: 1.0.0 The skill provides local OCR functionality using the legitimate Tesseract.js library. The implementation in scripts/ocr.js is straightforward, handling image path resolution and language selection without any signs of data exfiltration, malicious execution, or prompt injection. All files, including SKILL.md and the NPM configuration, align perfectly with the stated purpose of providing a local text recognition tool.
能力评估
Purpose & Capability
Name/description (local OCR with Tesseract.js) match the code, package.json dependency, and SKILL.md. The single script calls Tesseract.recognize on a local file and outputs text/JSON; requiring node and tesseract.js is expected.
Instruction Scope
SKILL.md instructs running the included Node script with expected CLI flags. The runtime instructions do not ask the agent to read unrelated files, access secrets, modify system settings, or call external endpoints beyond the expected language-data download noted in the docs.
Install Mechanism
No custom install spec in the registry, but SKILL.md and package.json expect npm install (tesseract.js). Installing via npm will fetch packages from the public registry and run any package lifecycle scripts (tesseract.js and its deps include an install script/opencollective-postinstall). This is normal for Node packages but means code from the npm registry will be written to disk and run during install.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or broad system access.
Persistence & Privilege
always is false, the skill is user-invocable and does not request permanent or system-wide privileges. It does not modify other skills or agent-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ocr-local-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ocr-local-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of local OCR skill using Tesseract.js. - Extracts text from images in Simplified Chinese, Traditional Chinese, and English. - Runs 100% locally with no API key required. - Supports output as plain text or JSON. - Simple CLI with language selection and caching of downloaded data for efficiency.
元数据
Slug ocr-local-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ocr Local 1.0.0 是什么?

Extract text from images using Tesseract.js OCR (100% local, no API key required). Supports Chinese (simplified/traditional) and English. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Ocr Local 1.0.0?

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

Ocr Local 1.0.0 是免费的吗?

是的,Ocr Local 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ocr Local 1.0.0 支持哪些平台?

Ocr Local 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ocr Local 1.0.0?

由 NVoiceJacob(@nvoicejacob)开发并维护,当前版本 v1.0.0。

💬 留言讨论