Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Plate Image Recognition

Extract a license plate number from an image URL using the CarsXE Plate Recognition API. Use this when a user shares a photo of a vehicle or license plate and wants to identify the plate number.

thedixitjain abaf3c7 1.1 KB Updated 2 repo stars

File contents

When the user shares an image containing a license plate and wants to extract the plate number:

  1. Make an HTTP POST request to the CarsXE Plate Recognition API:
    • URL: https://api.carsxe.com/platerecognition?key={CARSXE_API_KEY}&source=codex_plugin
    • Headers: Content-Type: application/json
    • Body:
      {
        "image": "{IMAGE_URL}"
      }
      
  2. Display the extracted plate number and confidence score.
  3. Offer to immediately decode the plate using the plate-decoder skill.
  4. If the image is unclear, suggest the user retry with a better photo.
  5. If the API key is missing, tell the user to set the CARSXE_API_KEY environment variable (see AGENTS.md).

Source: hashgraph-online/awesome-codex-pluginsplugins/carsxe/carsxe-codex-plugin/skills/plate-image-recognition/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/media-and-creative/plate-image-recognition commit abaf3c7121

Frequently asked questions

npx skillmds add thedixitjain/plate-image-recognition