From carsxe
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.
npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeThis skill uses the workspace's default tool permissions.
When the user asks about a vehicle's price, worth, or market value and has a VIN:
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
When the user asks about a vehicle's price, worth, or market value and has a VIN:
state — US state code (e.g., CA, TX) for regional pricingmileage — current mileage to adjust the valuecondition — vehicle condition: excellent, clean, average, or roughGET https://api.carsxe.com/v2/marketvalue?key={CARSXE_API_KEY}&vin={VIN}&source=claude_plugin
Append &state=<STATE>, &mileage=<MILEAGE>, and/or &condition=<CONDITION> if provided.CARSXE_API_KEY environment variable.