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.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill market-value --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Market Value?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-market-value)More formats (shields.io, HTML) on the badges page.
---
name: market-value
description: "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."
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/carsxe/carsxe-codex-plugin/skills/market-value/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/carsxe/carsxe-codex-plugin/skills/market-value/SKILL.md
---
When the user asks about a vehicle's price, worth, or market value and has a VIN:
1. Optionally refine the estimate with these parameters if the user mentions them:
- `state` — US state code (e.g., `CA`, `TX`) for regional pricing
- `mileage` — current mileage to adjust the value
- `condition` — vehicle condition: `excellent`, `clean`, `average`, or `rough`
2. Make an HTTP GET request to the CarsXE Market Value API:
```
GET https://api.carsxe.com/v2/marketvalue?key={CARSXE_API_KEY}&vin={VIN}&source=codex_plugin
```
Append `&state=<STATE>`, `&mileage=<MILEAGE>`, and/or `&condition=<CONDITION>` if provided.
3. Present the estimated market value clearly, including:
- Current value estimate
- Low / average / high range if available
- Historical trend if available
4. Provide helpful context (e.g., whether the value is strong for its age/mileage).
5. If the API key is missing, tell the user to set the `CARSXE_API_KEY` environment variable (see AGENTS.md).
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/carsxe/carsxe-codex-plugin/skills/market-value/SKILL.md`
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!