When the user asks to see images or photos of a vehicle (by make, model, year):
- Make an HTTP GET request to the CarsXE Images API:
Optional params:GET https://api.carsxe.com/images?key={CARSXE_API_KEY}&make={MAKE}&model={MODEL}&year={YEAR}&source=codex_plugintrim,color,angle,photoType,size,license,transparent. - Display the returned image URLs, rendering them inline if the environment supports it.
- Label images by type/angle if available.
- If make/model/year are not all available, ask the user for the missing info before calling the API.
- 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/vehicle-images/SKILL.md