Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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 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.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Expert in vision models, OCR systems, barcode detection, and visual AI. Stays current with latest models (GPT-4V, Claude Vision, Mistral-OCR, etc.), optimization techniques, and specialized libraries. Use PROACTIVELY for image processing, document analysis, or visual AI tasks.
Computer vision image processing and analysis
Community-contributed AI skills for New Zealand public data — LINZ, Stats NZ, Auckland Transport, GeoNet, weather, fuel prices, electricity, retail pricing, transport, and more. Drop-in read-only connectors to real NZ infrastructure and datasets.
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.
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.
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.
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