Agent skill · Data & Analytics

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.2
Path: skills/api/auto-dev-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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:/

What's inside
Steps it walks through
  1. Authentication
  2. API Reference — Copy These URLs
  3. V1 Supplemental (No V2 Equivalent)
  4. Parameters That Do NOT Exist (Will Return 400)
  5. Plans & Pricing
  6. Important Rules
  7. Deep Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going