auto-dev
Use when working with Auto.dev APIs, vehicle data, VIN decoding, car listings, vehicle photos, specs, recalls, payments, interest rates, taxes, OEM build data, plate-to-VIN, or any automotive data API calls
npx skills add majiayu000/claude-skill-registry --skill auto-dev-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Auto.dev API V2 is the primary API. V1 provides supplemental endpoints with no V2 equivalent. ## Authentication Check for `AUTODEV_API_KEY` environment variable first. If not set, ask: "Do you have an Auto.dev API key?" - **If yes:** Ask them to paste it or set it with `export AUTODEV_API_KEY="your-key-here"` - **If no:** Direct them to https://www.auto.dev/pricing to sign up (free Starter plan available) **V2** (base: `https://api.auto.dev`): `Authorization: Bearer {key}` or `?apiKey={key}` **V1** (base: `https://auto.dev/api`): `?apikey={key}` (query string only) ## API Reference — Copy These URLs Use these exact URL patterns. Do NOT guess parameter names — wrong params return 400. **Search Listings** (Starter) ``` GET https://api.auto.dev/listings?vehicle.make=Audi&vehicle.model=R8&retailListing.price=1-60000&retailListing.state=FL&limit=100&page=1&apiKey={key} ``` More filters: `vehicle.year=2022-2024`, `vehicle.bodyStyle=SUV`, `vehicle.drivetrain=AWD`, `retailListing.miles=1-50000`, `zip=33132&distance=50`. See v2-listings-api.md for all filters. **Single Listing** (Starter) ``` GET https://api.auto.dev/listings/{vin}?apiKey={key} ``` **VIN Decode** (Starter) ``` GET https:/
- Authentication
- API Reference — Copy These URLs
- V1 Supplemental (No V2 Equivalent)
- Parameters That Do NOT Exist (Will Return 400)
- Plans & Pricing
- Important Rules
- Deep Reference
What does the auto-dev skill do?
Use when working with Auto.dev APIs, vehicle data, VIN decoding, car listings, vehicle photos, specs, recalls, payments, interest rates, taxes, OEM build data, plate-to-VIN, or any automotive data API calls
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill auto-dev-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
