
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 -y skills add nomadamas/k-skill --skill parking-lot-search --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct parking-lot-search
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files parking-lot-search
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/parking-lot-search/instruction.md.