Help us improve
Share bugs, ideas, or general feedback.
From carsxe
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.
npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeHow this skill is triggered — by the user, by Claude, or both
Slash command
/carsxe:international-vinThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user provides a VIN that appears to be from a non-US vehicle (European, Asian, etc.):
Queries public CarJam NZ vehicle info (plate, VIN, chassis) via a no-login CLI. Returns make/model/year/colour/odometer snippets with structured JSON output.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
Share bugs, ideas, or general feedback.
When the user provides a VIN that appears to be from a non-US vehicle (European, Asian, etc.):
GET https://api.carsxe.com/v1/international-vin-decoder?key={CARSXE_API_KEY}&vin={VIN}&source=claude_plugin
CARSXE_API_KEY environment variable.