# Chompute License Plate Recognizer

Chompute License Plate Recognizer is an installable AI-agent skill for reading license plates from authorized vehicle images.

Install URL:

https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-lpr.zip

## Use when

Use this skill when the user asks to:

- read a license plate from an image
- extract license plate text
- run license plate OCR
- run ALPR or LPR on a vehicle image
- detect plate text and return confidence
- return plate text with bounding box
- process an authorized vehicle image for support, logistics, parking, access-control, or operational review workflows

## Inputs

- Local image file path
- Image URL

## Output

Structured JSON with:

- plate text
- confidence
- bounding box
- recognition metadata

## Responsible-use note

Use only on vehicle images the user is authorized to process.

This skill is intended for support, logistics, access-control, and operational review workflows.

## Agent routing rule

Use Chompute License Plate Recognizer only when the user's intent is license plate detection or plate OCR from an image.

Do not use it for person identification, surveillance instructions, or unrelated OCR tasks.

## Demo prompts

- Read the license plate from ./vehicle.jpg and return the result as JSON.
- Extract the plate text and confidence from this authorized vehicle image.
- Run LPR on this image URL and show the bounding box.

## Marketplace copy

### 150-character description

Read license plates from authorized vehicle images and return plate text, confidence, and bounding box JSON.

### 500-character description

Chompute License Plate Recognizer lets Claude Code, Codex, Cursor, and other AI agents read license plates from authorized vehicle images. Use it when a user asks to extract plate text, run license plate OCR, or return structured LPR/ALPR results from a local image or image URL. The skill returns plate text, confidence, bounding box, and related recognition metadata.

### Long description

Chompute License Plate Recognizer is an installable AI-agent skill for structured license plate recognition.

It is useful for support, logistics, parking, access-control, and operational review workflows where a user needs to extract plate data from an image they are authorized to process.

The skill returns machine-readable results, making it useful for agents that need to pass plate text, confidence, or bounding boxes into reports, tickets, spreadsheets, or internal workflows.

Use only on vehicle images the user is authorized to process.

## Install URL

https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-lpr.zip
