An intelligent OCR integration for Openclaw Skills that automatically selects between Tesseract and PaddleOCR based on document complexity and language.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install super-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 super-ocr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Super OCR is a production-grade optical character recognition tool designed to integrate seamlessly with Openclaw Skills. It solves the common trade-off between speed and accuracy by providing an intelligent selection layer that chooses the best engine for the task. Whether you need the lightweight speed of Tesseract for simple English text or the deep-learning precision of PaddleOCR for complex Chinese documents, this skill manages the complexity for you.
By adding Super OCR to your collection of Openclaw Skills, you gain the ability to process mixed-language documents with over 98% accuracy. The system includes built-in image preprocessing via OpenCV to ensure high-quality inputs, and it provides detailed confidence scores to guarantee the reliability of extracted data for downstream AI agent workflows.
Ensure you have the necessary system dependencies installed before integrating this with your Openclaw Skills environment.
# Install Python dependencies
pip install paddleocr paddlepaddle pytesseract pillow opencv-python numpy
# Ubuntu/Debian Tesseract installation
sudo apt update && sudo apt install tesseract-ocr
# Verify and auto-configure dependencies
python scripts/dependencies.py --check --install
The skill produces structured data that can be consumed by other Openclaw Skills.
| Format | Description | Content |
|---|---|---|
| Text Only | Simple string output | Clean extracted text for logs or search |
| Structured | Text + Geometry | Bounding boxes and positional data |
| JSON | Full Metadata | Comprehensive output including engine used and confidence scores |
Loading
A secure automation tool for GitHub that handles SSH configuration, remote setup, and conflict resolution with built-in anti-ban mechanisms.

A professional-grade financial analysis tool for Openclaw Skills that provides real-time technical indicators, portfolio tracking, and automated data export using the Yahoo Finance API.

A powerful tool for analyzing Twitter influence scores and tracking account growth via the TwitterScore.io API.

A Python-based automation tool for scanning, booking, and managing Urban Sports Club fitness classes.

An AI agent skill for analyzing Yandex Direct advertising campaigns to improve ROI and performance.

A professional AI agent skill for retrieving and analyzing website performance data directly from the Yandex Metrika API.








































