A localized Japanese OCR solution for high-accuracy text extraction from vertical and horizontal printed documents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jpocr
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 jpocr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
jpocr is a specialized Japanese Optical Character Recognition (OCR) skill built for the Openclaw Skills ecosystem. It utilizes NDLOCR-Lite, a lightweight version of the National Diet Library's OCR engine, to provide industry-leading accuracy for printed Japanese text without the need for a GPU or external API keys. This skill is a vital component for developers needing to process sensitive documents locally while maintaining high performance on modern CPU architectures like Apple Silicon.
By prioritizing local execution, jpocr ensures data privacy and eliminates latency issues associated with cloud-based OCR services. It is particularly effective at handling complex layouts, including traditional vertical Japanese text (tategaki), making it a versatile choice for archival and digitization projects within the Openclaw Skills environment.
To integrate this skill into your local Openclaw Skills workflow, navigate to the skill directory and use the provided shell scripts. Ensure you have a functional bash environment on macOS or Linux.
# Basic text extraction from an image
<SKILL_ROOT>/scripts/ocr-cli.sh path/to/image.jpg
# Advanced usage with JSON output for data processing
<SKILL_ROOT>/scripts/ocr-cli.sh path/to/image.jpg --json
The skill organizes its output into structured formats designed for easy ingestion by other Openclaw Skills.
| Property | Type | Description |
|---|---|---|
| text | String | The recognized characters from the detected region. |
| boundingBox | Array | Four [x, y] coordinates defining the text area. |
| confidence | Float | The model's certainty score for the recognized text. |
| isVertical | Boolean | Indicates if the text region is vertically oriented. |
The JSON output also includes an imginfo object containing the original dimensions (width and height) of the processed file for spatial context.
Loading
A specialized AI agent skill for sourcing and managing TikTok creators to execute viral marketing campaigns and trending challenges.

A programmatic interface for AI agents to hire authentic TikTok creators for high-trust user-generated content and testimonials.

An AI agent skill designed to identify and hire TikTok creators for participation in viral trends and hashtag challenges to maximize algorithmic reach.

A powerful AI agent skill for sourcing and managing TikTok influencers to create high-impact product reviews, unboxing videos, and conversion-driven campaigns.

An automated browser-based scraper specifically designed to extract dynamic documentation content from Zoomin Software portals.

A comprehensive control suite for managing the VisuoSpatial Sketchpad dashboard, including server management, kiosk browser deployment, and agent state updates.








































