Retrieve images of a vehicle by make, model, and year using the CarsXE API. Use this when a user wants to see what a vehicle looks like or asks for photos of a specific car.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill vehicle-images --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vehicle Images?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-vehicle-images)More formats (shields.io, HTML) on the badges page.
---
name: vehicle-images
description: "Retrieve images of a vehicle by make, model, and year using the CarsXE API. Use this when a user wants to see what a vehicle looks like or asks for photos of a specific car."
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/carsxe/carsxe-codex-plugin/skills/vehicle-images/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/carsxe/carsxe-codex-plugin/skills/vehicle-images/SKILL.md
---
When the user asks to see images or photos of a vehicle (by make, model, year):
1. Make an HTTP GET request to the CarsXE Images API:
```
GET https://api.carsxe.com/images?key={CARSXE_API_KEY}&make={MAKE}&model={MODEL}&year={YEAR}&source=codex_plugin
```
Optional params: `trim`, `color`, `angle`, `photoType`, `size`, `license`, `transparent`.
2. Display the returned image URLs, rendering them inline if the environment supports it.
3. Label images by type/angle if available.
4. If make/model/year are not all available, ask the user for the missing info before calling the API.
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-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/carsxe/carsxe-codex-plugin/skills/vehicle-images/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!