
This pulls bar listings from Kakao Map based on a Korean location query like "서울역" or "강남" and always asks for your location first instead of guessing. It hits the mobile search endpoint and the place panel API to grab operating hours, menus, seating options like 단체석 or bar tables, and phone numbers, then sorts open bars to the top. Built for Korean users asking "근처 술집" with station names or neighborhood landmarks. The workflow is deliberate: ask location, anchor it through Kakao search, append "술집" to the query, fetch panel JSON for the top candidates, then show 3 to 5 results with real details. It won't run a search until you give it something concrete to work with.
npx -y skills add nomadamas/k-skill --skill kakao-bar-nearby --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 kakao-bar-nearby
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 kakao-bar-nearby
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/kakao-bar-nearby/instruction.md.
This skill is not an official feature of, officially supported by, affiliated with, sponsored by, approved by, or developed in collaboration with any third-party trademark owner or service operator it identifies. Third-party names are used only to describe the skill's function, lookup target, or compatibility.
Any automated collection of publicly accessible information must be limited to personal, non-organizational lookup. Do not use this skill for systematic or bulk crawling, database building, access-control or block circumvention, or conduct that interferes with a third party's business or service.
Read the full Korean legal disclaimer, including the cited Korean Supreme Court precedents and statutory limits, before use:
npx -y @nomadamas/k-skill@0 read kakao-bar-nearby references/DISCLAIMER.md