CareMax OCR for Openclaw

A professional-grade OCR skill for medical reports that converts images and PDFs into structured clinical data with session-based recovery.

kittenyang
v1.0.0
Mar 29, 2026
0
560
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install caremax-ocr

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is CareMax OCR?

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.

CareMax OCR Use Cases

  • Scanning physical lab results to track health indicators over time.
  • Extracting complex data from multi-page genetic testing or pathology reports.
  • Resuming interrupted medical document uploads or processing sessions.
  • Organizing disparate medical files into a unified, reviewable digital format before final database confirmation.

How CareMax OCR Works

  1. The user provides medical files which the agent uploads to create a unique session ID.
  2. The agent automatically initiates the OCR stream to normalize images and extract text.
  3. The system groups text into clinical reports and standardizes health indicators.
  4. Real-time progress is streamed via SSE, allowing the user to monitor each stage of the pipeline.
  5. Upon completion, the agent presents a formatted summary for user review.
  6. Once the user approves the data, the agent performs a final POST to confirm and save the records atomically.

CareMax OCR Setup

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 Data Schema & Taxonomy

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

CareMax OCR Advanced Features

  • Intelligent Checkpointing: Automatically saves progress at every pipeline step (normalize, ocr, structure) to allow seamless recovery from failures.
  • SSE Progress Streaming: Provides real-time feedback to users as the AI processes each page of a document.
  • Session Polling: Lightweight status endpoints to check on background processing if a connection is dropped.
  • Multi-format Support: Seamless handling of both simple mobile photos and complex, high-resolution PDF documents.
  • Atomic Confirmation: Ensures data integrity by saving all reports in a session only after explicit user validation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*