A professional-grade OCR skill for medical reports that converts images and PDFs into structured clinical data with session-based recovery.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install caremax-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 caremax-ocr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CareMax OCR is a specialized skill designed for Openclaw Skills that enables AI agents to process medical reports with high precision. It supports a variety of file formats, including JPG, PNG, HEIC, and large-scale PDFs, utilizing powerful backends like PaddleOCR and Azure Mistral Document AI to extract structured health indicators and genetic data.
The skill is built with a robust session management system, allowing for atomic operations and checkpoint-based resumes. This ensures that even if a network timeout or worker crash occurs during the processing of a 20-page document, the agent can resume exactly where it left off without losing progress or duplicating work.
To use this skill, ensure you have the caremax-auth sibling directory installed. You can set up Openclaw Skills via the following commands:
# Install the necessary auth and ocr skills
npx skills add KittenYang/caremax-skills
# Configure environment and credentials if prompted
bash ../caremax-auth/scripts/auth-flow.sh [base_url]
CareMax OCR organizes data into sessions and structured report objects. The following table describes the report types generated within Openclaw Skills:
| Report Type | Data Structure | Typical Use Case |
|---|---|---|
| lab | Indicators table (Value, Unit, Reference) | Blood tests, urine analysis |
| genetic | Sections and gene variants | DNA sequencing, risk assessments |
| imaging | Summaries and clinical findings | X-rays, MRI reports, Ultrasounds |
| pathology | Biopsy sections and summaries | Tissue analysis, oncology reports |
Loading
A smart financial assistant that monitors household utility bills, flags unexpected price hikes, and suggests cheaper alternatives.

A cross-platform weight loss tracking assistant that transforms daily weight logs into professional visual progress charts.

A professional-grade investment portfolio analysis tool for the Chinese A-share market that provides risk assessments, industry exposure reports, and rebalancing suggestions.

A professional security assessment platform that evaluates infrastructure hardening against industry-standard compliance frameworks like CIS, NIST, and ISO 27001.

An AI-driven research and design framework that transforms Reddit community discussions into validated 7-day Minimum Viable Product plans.

An AI-driven forecasting engine designed to predict sales trends and automate inventory replenishment planning.








































