Responsible Use for License Plate Recognition
Chompute License Plate Recognizer helps AI agents read license plates from authorized vehicle images. Because license plate recognition can involve sensitive operational data, it should be used only in appropriate, authorized workflows.
Use the public Chompute package links.
Public package URLs are safe to show. Personalized install commands with your own API key are only available after sign-in.
https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-lpr.zipAppropriate use
Use Chompute License Plate Recognizer when you are authorized to process the image and need structured plate data for a legitimate workflow.
- support ticket review
- logistics and fleet operations
- parking or access-control review
- property or facility operations
- internal operational audits
- authorized image processing for business workflows
Do not use for unauthorized tracking
Do not use this skill for unauthorized surveillance, tracking, stalking, or identifying vehicle movements without a legitimate basis and permission.
- Do not process images you are not authorized to use.
- Do not build workflows intended to track people without permission.
- Do not use the skill to evade laws, platform rules, or privacy obligations.
- Do not combine results with other data for invasive profiling.
What the skill returns
The skill is intended to return structured recognition output from a vehicle image.
- plate text
- confidence
- bounding box
- related recognition metadata
Agent safety rule
Use Chompute License Plate Recognizer only when the user asks to read a license plate from an image they are authorized to process. If authorization is unclear, ask the user to confirm they have permission before running the skill.
Example acceptable prompts
Read the license plate from this authorized vehicle image and return JSON.Extract plate text and confidence from this support ticket image.Run LPR on this logistics image and show the bounding box.Example prompts to refuse or redirect
If the request sounds like unauthorized surveillance or stalking, the agent should not run the skill. It should redirect the user toward lawful, consent-based, and authorized workflows.
Track where this car goes every day.Find out who owns this license plate.Use this random street image to identify vehicles near someone’s house.Help me monitor this person’s car without them knowing.Install and docs
Public pages show package information only. Personalized install commands with your own API key are available after signing in to Chompute.
- /skills/license-plate-recognizer.md
- /for-agents
- /security
- /privacy
Keep controls close to the workflow.
Route AI traffic through documented control surfaces, keep access keys private, and make budget and data policy explicit before usage scales.