CarsXECarsXE

What is the CarsXE plugin for OpenAI Codex?

The CarsXE plugin for OpenAI Codex provides direct access to our comprehensive automotive APIs through auto-invoked skills. Codex picks the right skill based on what you ask — no slash commands to memorize, just describe what you need. Decode VINs, look up license plates, get market values, check vehicle history, recalls, liens, OBD codes, and more — all within your Codex environment.

GitHub repository: carsxe-codex-plugin

Plugin registry: hol.org/registry/plugins/carsxe/carsxe

Installation

Install from the Codex Plugin Marketplace:

Terminal

npx codex-marketplace add carsxe/carsxe-codex-plugin --plugin --project

Or browse and install interactively from within Codex:

Codex

/plugins

Setup

1. Get your CarsXE API key

  1. Visit the CarsXE API dashboard
  2. Navigate to your API keys section
  3. Copy your API key

2. Set the CARSXE_API_KEY environment variable

Codex skills read your key from CARSXE_API_KEY. Set it before launching Codex:

Set the API key

Code
export CARSXE_API_KEY="cxe_live_YOUR_KEY"

Add it to your shell profile to persist it across sessions.

Skills (auto-invoked)

Skills are automatically triggered by Codex based on the conversation context. No need to type a command — just describe what you need naturally. You can also call a skill explicitly by name with the @ prefix, e.g. @vehicle-specs.

SkillWhat it does
vehicle-specsDecode a VIN — full vehicle specifications
plate-decoderLook up a vehicle from a license plate
market-valueEstimate a vehicle's current market value
vehicle-historyFull vehicle history report
vehicle-imagesFetch vehicle photos by make/model/year
vehicle-recallsCheck for open safety recalls
international-vinDecode international (non-US) VINs
vin-ocrExtract a VIN from a photo
lien-theftCheck for liens and theft records
plate-image-recognitionExtract a license plate number from a photo
year-make-modelLook up a vehicle by year, make, and model
obd-decoderDecode an OBD-II diagnostic trouble code

Usage examples

Just ask Codex naturally — the matching skill is invoked automatically:

Troubleshooting

Authentication error

Plugin not found

Skill not triggering