AgentSkillsCN

international-vin

使用CarsXE API解码国际(非美国)车辆识别代号(VIN)。当用户提供了来自欧洲、亚洲或其他非美国车辆的VIN,并希望对其进行解码时使用。

SKILL.md
--- frontmatter
name: international-vin
description: Decode an international (non-US) VIN using the CarsXE API. Use this when a user provides a VIN from a European, Asian, or other non-US vehicle and wants to decode it.

When the user provides a VIN that appears to be from a non-US vehicle (European, Asian, etc.):

  1. Call the CarsXE International VIN Decoder API:
    code
    GET https://api.carsxe.com/v1/international-vin-decoder?key={CARSXE_API_KEY}&vin={VIN}
    
  2. Present the decoded data: country of manufacture, make, model, year, engine, transmission, body style.
  3. Note this endpoint is optimized for international VINs outside the US market.
  4. If the API key is missing, tell the user to set the CARSXE_API_KEY environment variable.