When the user shares an image containing a license plate and wants to extract the plate number:
- 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}" }
- URL:
- Display the extracted plate number and confidence score.
- Offer to immediately decode the plate using the plate-decoder skill.
- If the image is unclear, suggest the user retry with a better photo.
- If the API key is missing, tell the user to set the
CARSXE_API_KEYenvironment variable (see AGENTS.md).
Source: hashgraph-online/awesome-codex-plugins → plugins/carsxe/carsxe-codex-plugin/skills/plate-image-recognition/SKILL.md