From carsxe
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.
npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeThis skill uses the workspace's default tool permissions.
When the user asks about a vehicle by year, make, and model (without 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 by year, make, and model (without a VIN):
GET https://api.carsxe.com/v1/ymm?key={CARSXE_API_KEY}&year={YEAR}&make={MAKE}&model={MODEL}&source=claude_plugin[&trim={TRIM}]
Only include trim if the user specified one.CARSXE_API_KEY environment variable.