
Pulls business operating status directly from South Korea's Local Government Permit Data system without needing API credentials. You give it a business name and a city district (like 제주제주시 or 서울종로구), and it downloads the regional CSV to check if a restaurant, hotel, pharmacy, or any of 208 licensed business types is operating, suspended, or closed, plus when they got their permit and their last update. It caches files locally for a day since the national datasets are hundreds of megabytes per industry. No business registration numbers in this dataset, so you get name string matches only. Useful when you need to verify if a local shop is still open or how long they've been around, based on permit records that update daily with a two day lag.
npx -y skills add nomadamas/k-skill --skill localdata-business-status --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 localdata-business-status
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 localdata-business-status
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/localdata-business-status/instruction.md.