If you're building something for Korean users who need to find public parking, this taps into Data.go.kr's official nationwide parking database and uses Kakao Maps to pin coordinates. It always asks for location first instead of guessing, then returns the closest 3-5 spots sorted by distance with details like rates, hours, and capacity. The workflow is clear: get location, geocode it, query the API, format results. One thing to know upfront is that the official data doesn't include real-time availability or reservation status, so you're working with static info and base date timestamps. It's built for "find me parking near Gwanghwamun" style queries and keeps things honest about what the data can and can't tell you.
npx skills add https://github.com/nomadamas/k-skill --skill parking-lot-search