con un clic
image-ocr
Extract text from images using Tesseract OCR
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Extract text from images using Tesseract OCR
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Drive a headed Chromium via the agent-browser CLI — open/click/type/hover/scroll/screenshot/snapshot/eval/pdf/network-route. Use this for any web interaction; no native browser tool is exposed.
Search, install, and verify Debian or Ubuntu packages with apt-get in the container.
Search the web using DuckDuckGo. No API key required. Supports instant answers and HTML scraping modes. Privacy-focused search alternative.
Control the Linux desktop GUI using xdotool, wmctrl, dogtail, and scrot. Provides a window list, an accessibility-tree viewer (with coordinates) for finding buttons and text fields, a thin xdotool wrapper for actuating them, and a launcher helper that enables accessibility for Electron/Chromium apps.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Placeholder task skill.
Basado en la clasificación ocupacional SOC
| name | image-ocr |
| description | Extract text from images using Tesseract OCR |
| metadata | {"openclaw":{"emoji":"👁️","requires":{"bins":["tesseract"]}}} |
Extract text from images using Tesseract OCR. Supports multiple languages and image formats including PNG, JPEG, TIFF, and BMP.
# Extract text from an image (default: English)
tesseract "screenshot.png" stdout -l eng
# Extract text with a specific language
tesseract "document.jpg" stdout -l deu+eng --psm 6
The task workspace provides tesseract during setup. If it is unavailable,
report the missing command as an environment problem instead of installing
packages during the user task.