skills$openclaw/image-ocr
xejrax3.9k

by xejrax

image-ocr – OpenClaw Skill

image-ocr is an OpenClaw Skills integration for data analytics workflows. Extract text from images using Tesseract OCR

3.9k stars5.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameimage-ocr
descriptionExtract text from images using Tesseract OCR OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/image-ocr
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/image-ocr
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains image-ocr in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
270 B
SKILL.md
828 B
SKILL.md

name: image-ocr description: "Extract text from images using Tesseract OCR" metadata: { "openclaw": { "emoji": "👁️", "requires": { "bins": ["tesseract"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "tesseract", "bins": ["tesseract"], "label": "Install via dnf", }, ], }, }

Image OCR

Extract text from images using Tesseract OCR. Supports multiple languages and image formats including PNG, JPEG, TIFF, and BMP.

Commands

# Extract text from an image (default: English)
image-ocr "screenshot.png"

# Extract text with a specific language
image-ocr "document.jpg" --lang eng

Install

sudo dnf install tesseract
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install image-ocr?

Run openclaw add @xejrax/image-ocr in your terminal. This installs image-ocr into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/image-ocr. Review commits and README documentation before installing.