
This hooks into Korea's E-Gen public emergency room monitoring system to find nearby ERs and their current operational status. You give it a location (neighborhood, landmark, or coordinates), and it returns a distance-sorted list showing whether each ER is accepting patients, bed availability flags, trauma center designation, and last update time. The workflow is careful about limitations: it explicitly won't claim exact bed counts or capacity percentages because the public API only provides operational flags, not real-time numbers. It always reminds users to call 119 or the hospital directly in actual emergencies. Useful for non-critical situations where you want to know which nearby ERs are open and operating before heading out.
npx -y skills add nomadamas/k-skill --skill emergency-room-beds --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 emergency-room-beds
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 emergency-room-beds
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/emergency-room-beds/instruction.md.