pilot-service-agents-vehicles

Decode VINs and fetch recalls and complaints from NHTSA vehicle records.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-service-agents-vehicles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-service-agents-vehicles
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-service-agents-vehicles
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-service-agents-vehicles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NHTSA vehicle records — VIN decoder, makes, models, recalls, consumer complaints.

Core Features & Use Cases

  • VIN decoding to authoritative manufacturer, model, year, and trim data.
  • Retrieve recalls and consumer complaints by make/model/year from US data sources.
  • Enumerate available models for a given make to support cataloging and QA.

Quick Start

Decode a VIN to view its make, model, year, and specs, or look up recalls and complaints for a given make/model/year.

Frequently Asked Questions about pilot-service-agents-vehicles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decode a VIN to get vehicle manufacturer and model year data?

To decode a VIN, submit the 17-character string to retrieve authoritative manufacturer, model, year, and trim specifications. VIN decoding extracts built-in vehicle data to identify exact production details and configurations.

How do I look up NHTSA recalls and consumer complaints for a specific make and model?

You can retrieve NHTSA recalls and consumer complaints by querying with the vehicle's make, model, and year. This fetches historical recall notices and submitted complaint records directly from US data sources.

Can I enumerate all available vehicle models for a specific manufacturer?

Yes, you can enumerate available models for a given make to support cataloging and QA tasks. Model enumeration lists all valid models associated with a manufacturer to validate vehicle database entries.

What vehicle data sources are used for VIN decoding and recall tracking?

The vehicle data is sourced from NHTSA records, providing authoritative US vehicle information. NHTSA data ensures recalls and consumer complaints reflect official safety standards and reported incidents.

Does this VIN decoder work with international vehicles outside the US?

No, the VIN decoder and recall data specifically rely on NHTSA records, limiting coverage to US vehicles. Recall tracking and consumer complaint data are sourced from US regulatory bodies.