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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/carsxe:market-valueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about a vehicle's price, worth, or market value and has a VIN:
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.npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
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.