{
  "markdown": "[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blue)](https://claude.com/plugins)\n\n# CarsXE Plugin for Claude Code\n\nAccess 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.\n\n## Features\n\n| Command                                    | Description                               |\n| ------------------------------------------ | ----------------------------------------- |\n| `/carsxe:auth <API_KEY>`                   | Validate and set your CarsXE API key      |\n| `/carsxe:specs <VIN>`                      | Decode a VIN — full vehicle specs         |\n| `/carsxe:plate <PLATE> <COUNTRY> [STATE]`  | Look up vehicle from license plate        |\n| `/carsxe:value <VIN> [STATE] [MILEAGE] [CONDITION]` | Get current market value         |\n| `/carsxe:history <VIN>`                    | Full vehicle history report               |\n| `/carsxe:images <MAKE> <MODEL> [YEAR]`     | Fetch vehicle photos                      |\n| `/carsxe:recalls <VIN>`                    | Check for open safety recalls             |\n| `/carsxe:intvin <VIN>`                     | Decode international (non-US) VINs        |\n| `/carsxe:ocr <IMAGE_URL>`                  | Extract VIN from a photo (POST)           |\n| `/carsxe:lien <VIN>`                       | Check for liens and theft records         |\n| `/carsxe:plateocr <IMAGE_URL>`             | Extract license plate from a photo (POST) |\n| `/carsxe:ymm <YEAR> <MAKE> <MODEL> [TRIM]` | Look up vehicle by Year/Make/Model        |\n| `/carsxe:obd <CODE>`                       | Decode an OBD diagnostic trouble code     |\n\nAll commands also have corresponding **skills** that Claude auto-invokes based on context — no need to type a command, just describe what you need naturally.\n\n## Installation\n\n**Step 1: Add the CarsXE marketplace**\n\n```bash\n/plugin marketplace add carsxe/carsxe-claude-plugin\n```\n\n**Step 2: Install the plugin**\n\n```bash\n/plugin install carsxe\n```\n\n## Setup\n\n### 1. Get your CarsXE API key\n\nSign up at [api.carsxe.com](https://api.carsxe.com) and grab your API key.\n\n### 2. Set your API key\n\nGet your API key from [Here](https://api.carsxe.com/dashboard/developer).\n\nRun the auth command — it validates your key against the CarsXE API and sets it for the current session automatically:\n\n```\n/carsxe:auth your_api_key_here\n```\n\n## Usage Examples\n\n**Decode a VIN:**\n\n```\n/carsxe:specs WBAFR7C57CC811956\n```\n\n**Look up a California plate:**\n\n```\n/carsxe:plate 7XER187 US CA\n```\n\n**Check market value:**\n\n```\n/carsxe:value WBAFR7C57CC811956 CA 45000 clean\n```\n\nOptional params: state (e.g. `CA`), mileage, condition (`excellent` | `clean` | `average` | `rough`)\n\n**Get vehicle history:**\n\n```\n/carsxe:history WBAFR7C57CC811956\n```\n\n**Find vehicle images:**\n\n```\n/carsxe:images BMW X5 2019\n```\n\n**Check recalls:**\n\n```\n/carsxe:recalls WBAFR7C57CC811956\n```\n\n**Decode an international VIN:**\n\n```\n/carsxe:intvin WF0MXXGBWM8R43240\n```\n\n**Extract VIN from a photo:**\n\n```\n/carsxe:ocr https://example.com/vin-photo.jpg\n```\n\n**Check liens and theft:**\n\n```\n/carsxe:lien WBAFR7C57CC811956\n```\n\n**Extract plate from a photo:**\n\n```\n/carsxe:plateocr https://example.com/plate-photo.jpg\n```\n\n**Look up by Year/Make/Model:**\n\n```\n/carsxe:ymm 2020 Toyota Camry LE\n```\n\n**Decode an OBD code:**\n\n```\n/carsxe:obd P0300\n```\n\n## Skills (Auto-invoked)\n\nSkills are automatically triggered by Claude based on the conversation context. For example:\n\n- _\"What are the specs of VIN WBAFR7C57CC811956?\"_ → triggers `vehicle-specs`\n- _\"Does this car have any recalls?\"_ → triggers `vehicle-recalls`\n- _\"What does the check engine code P0300 mean?\"_ → triggers `obd-decoder`\n\n## API Documentation\n\nFull CarsXE API docs: [api.carsxe.com/docs](https://api.carsxe.com/docs)\n",
  "bytes": 3849,
  "sha": "bf996f953205ae2246751097e4275250e0193563e2e31943a700a319d58984af",
  "repo_slug": "carsxe/carsxe-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_carsxe_carsxe_claude_plugin_carsxe_599f851b/readme"
}