An AI-powered skill for extracting, parsing, and analyzing text from terminal and command-line interface screenshots.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install terminal-ocr
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install terminal-ocr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Terminal OCR is a specialized tool designed to bridge the gap between visual terminal outputs and actionable data. By utilizing advanced image preprocessing and multi-engine OCR capabilities, this skill allows AI agents to interpret CLI environments with high precision. It is a vital component of the Openclaw Skills ecosystem, enabling developers to process complex logs and command outputs directly from screenshots without manual typing.
The skill goes beyond simple character recognition by offering terminal-specific optimizations. It can reconstruct table structures, detect character encodings, and perform syntax highlighting for commands and paths. Whether you are troubleshooting remote server logs or explaining complex CLI outputs, Terminal OCR provides the technical accuracy required for professional development workflows.
To integrate this into your Openclaw Skills environment, follow these steps:
# Navigate to the skills directory
cd ~/.openclaw/workspace/skills/terminal-ocr
# Execute the installation script
bash install.sh
Ensure you have Python 3.8+, OpenCV, and Pillow installed. For optimal local performance, installing Tesseract OCR and its language packs is highly recommended.
The skill organizes its operations and outputs within a structured directory to ensure consistency across Openclaw Skills.
| File/Folder | Purpose |
|---|---|
/config/ocr-config.json |
Configuration for OCR engines and image processing parameters. |
/scripts/terminal-ocr.sh |
The primary entry point for processing terminal screenshots. |
/scripts/preprocess-image.py |
Python script handling binarization and contrast enhancement. |
/data/processed/ |
Internal storage for processed image segments and text results. |
package.json |
Defines the technical metadata and dependencies for the skill. |
Loading
An intelligent model selection engine that automatically routes prompts to the optimal LLM based on task complexity and file types.

An active memory management system for AI agents that prevents context loss through real-time monitoring and triple-repository synchronization.

A comprehensive three-in-one memory management solution that automatically synchronizes AI session data, updates QMD knowledge bases, and commits changes to Git.

Quote Reader enables AI agents to intelligently detect, retrieve, and understand quoted or replied-to messages from various communication platforms.

A comprehensive skill for AI agents to perform cross-platform system operations and deep data intelligence.

A high-performance local image search utility for macOS leveraging Spotlight and fd to locate media by advanced metadata.








































