By carsxe
CarsXE vehicle data APIs — decode VINs, look up license plates, get market values, history, recalls, lien and theft, OBD codes, and more.
npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeValidate the API key provided in $ARGUMENTS using the CarsXE Auth API. If valid, set it as the `CARSXE_API_KEY` environment variable for the current session automatically — no manual `export` or `set` required.
Retrieve the history report for a vehicle using the VIN provided in $ARGUMENTS.
Retrieve images for a vehicle using the CarsXE Images API.
Decode an international VIN provided in $ARGUMENTS using the CarsXE International VIN Decoder API.
Check for active liens and theft records on a vehicle using the VIN provided in $ARGUMENTS.
Decode an OBD diagnostic trouble code (DTC) provided in $ARGUMENTS using the CarsXE OBD Codes Decoder API.
Extract a VIN from an image using the CarsXE VIN OCR API.
Decode the license plate provided in $ARGUMENTS using the CarsXE Plate Decoder API.
Extract a license plate number from an image using the CarsXE Plate Recognition API.
Check for active recalls on a vehicle using the VIN provided in $ARGUMENTS.
Decode the VIN provided in $ARGUMENTS using the CarsXE Specifications API.
Get the current market value of a vehicle using the VIN provided in $ARGUMENTS.
Look up vehicle data by Year, Make, and Model using the CarsXE YMM API.
Decode an international (non-US) VIN using the CarsXE API. Use this when a user provides a VIN from a European, Asian, or other non-US vehicle and wants to decode it.
Check for active liens and theft records on a vehicle by VIN using the CarsXE API. Use this when a user asks whether a car has a lien, is stolen, or wants to verify ownership is clean before buying.
Get the current market value of a vehicle from its VIN using the CarsXE API. Use this when a user asks how much a car is worth, wants to know its value, or is thinking about buying/selling a vehicle.
Decode an OBD-II diagnostic trouble code (DTC) using the CarsXE API. Use this when a user mentions a check engine light code, DTC, or OBD code like P0300, C1234, B0001, or U0100.
Look up vehicle information from a license plate number using the CarsXE API. Use this when a user mentions a license plate and wants to know what vehicle it belongs to.
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.
Retrieve a vehicle history report from a VIN using the CarsXE API. Use this when a user wants to know a car's history — past owners, accidents, title status, odometer readings, or whether it's been in a crash.
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.
Check for open safety recalls on a vehicle using the CarsXE API. Use this when a user asks whether a car has any recalls, safety issues, or wants to know if their vehicle needs a recall repair.
Fetch full vehicle specifications from a VIN using the CarsXE API. Use this when the user provides a VIN and wants to know details about a vehicle (make, model, year, engine, trim, equipment, etc.).
Extract a VIN from a photo or image URL using the CarsXE VIN OCR API. Use this when a user shares an image of a vehicle or VIN plate and wants to identify the VIN.
Look up vehicle data by Year, Make, and Model using the CarsXE YMM API. Use this when a user doesn't have a VIN but knows the year, make, and model of a vehicle and wants specs, trims, or features.
Access the full suite of CarsXE vehicle data APIs directly from Claude Code — decode VINs, look up license plates, get market values, check history, recalls, liens, OBD codes, and more.
| Command | Description |
|---|---|
/carsxe:auth <API_KEY> | Validate and set your CarsXE API key |
/carsxe:specs <VIN> | Decode a VIN — full vehicle specs |
/carsxe:plate <PLATE> <COUNTRY> [STATE] | Look up vehicle from license plate |
/carsxe:value <VIN> [STATE] [MILEAGE] [CONDITION] | Get current market value |
/carsxe:history <VIN> | Full vehicle history report |
/carsxe:images <MAKE> <MODEL> [YEAR] | Fetch vehicle photos |
/carsxe:recalls <VIN> | Check for open safety recalls |
/carsxe:intvin <VIN> | Decode international (non-US) VINs |
/carsxe:ocr <IMAGE_URL> | Extract VIN from a photo (POST) |
/carsxe:lien <VIN> | Check for liens and theft records |
/carsxe:plateocr <IMAGE_URL> | Extract license plate from a photo (POST) |
/carsxe:ymm <YEAR> <MAKE> <MODEL> [TRIM] | Look up vehicle by Year/Make/Model |
/carsxe:obd <CODE> | Decode an OBD diagnostic trouble code |
All commands also have corresponding skills that Claude auto-invokes based on context — no need to type a command, just describe what you need naturally.
Step 1: Add the CarsXE marketplace
/plugin marketplace add carsxe/carsxe-claude-plugin
Step 2: Install the plugin
/plugin install carsxe
Sign up at api.carsxe.com and grab your API key.
Get your API key from Here.
Run the auth command — it validates your key against the CarsXE API and sets it for the current session automatically:
/carsxe:auth your_api_key_here
Decode a VIN:
/carsxe:specs WBAFR7C57CC811956
Look up a California plate:
/carsxe:plate 7XER187 US CA
Check market value:
/carsxe:value WBAFR7C57CC811956 CA 45000 clean
Optional params: state (e.g. CA), mileage, condition (excellent | clean | average | rough)
Get vehicle history:
/carsxe:history WBAFR7C57CC811956
Find vehicle images:
/carsxe:images BMW X5 2019
Check recalls:
/carsxe:recalls WBAFR7C57CC811956
Decode an international VIN:
/carsxe:intvin WF0MXXGBWM8R43240
Extract VIN from a photo:
/carsxe:ocr https://example.com/vin-photo.jpg
Check liens and theft:
/carsxe:lien WBAFR7C57CC811956
Extract plate from a photo:
/carsxe:plateocr https://example.com/plate-photo.jpg
Look up by Year/Make/Model:
/carsxe:ymm 2020 Toyota Camry LE
Decode an OBD code:
/carsxe:obd P0300
Skills are automatically triggered by Claude based on the conversation context. For example:
vehicle-specsvehicle-recallsobd-decoderFull CarsXE API docs: api.carsxe.com/docs
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Comprehensive real estate investment analysis plugin with financial modeling, market data APIs, deal analysis agents, and tax-aware structuring. Covers all property types: residential, commercial, multifamily, short-term rentals, and land development.