
This pulls used car prices from SK Rent-a-Car's public inventory page in Korea by scraping the __NEXT_DATA__ JSON blob. It checks SK, Lotte, and Redcap rental companies and picks SK because the others either return 404s or hide their inventory behind business portals. You get both purchase price and monthly lease rates for models like Avante or K3, filtered by keyword. It's read-only and conservative: no VIN lookups, no multi-provider comparison, just a snapshot of what's publicly listed right now. Works without login and tested for at least ten repeat queries, but the inventory refreshes on their schedule, not yours.
npx -y skills add nomadamas/k-skill --skill used-car-price-search --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.