
Emergency Room Beds
- 1.8k installs
- 7k repo stars
- Updated August 2, 2026
- nomadamas/k-skill
emergency-room-beds is an agent skill that finds nearby Korean emergency rooms and public E-Gen operating flags from a user-provided location query.
About
The emergency-room-beds skill locates nearby Korean emergency rooms using a user-supplied location anchor rather than automatic geolocation. It geocodes location strings through Kakao Map search, then queries the public E-Gen retrieve_emergency_room_list.do nearby endpoint via the emergency-room-beds npm package helper searchNearbyEmergencyRoomsByLocationQuery. Results summarize hospital name, distance, emergency care grade, ER and inpatient bed operating flags, trauma or pediatric specialty flags, address, phone, update time, and map links for roughly three to five closest facilities. The skill never states exact real-time vacant bed counts or occupancy rates because the public nearby list exposes operating flags only. If no location is given, it asks for neighborhood, station, landmark, or lat-long input first. Responses include disclaimers about public data limits and advise calling 119 or the hospital during urgent situations.
- Requires explicit user location before searching; no automatic position inference.
- Uses Kakao Map anchoring plus E-Gen public nearby emergency room list data.
- Reports ER and inpatient operating flags, trauma center, and pediatric specialty markers.
- States clearly that exact vacant bed counts and utilization rates are unavailable.
- Includes urgent-care guidance to call 119 or confirm by phone when needed.
Emergency Room Beds by the numbers
- 1,764 all-time installs (skills.sh)
- +249 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #89 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
emergency-room-beds capabilities & compatibility
- Capabilities
- user location gated er search · kakao map anchor geocoding · e gen nearby facility listing · operating flag summarization with data limits · urgent care phone and 119 guidance
- Use cases
- research · orchestration
What emergency-room-beds says it does
위치는 자동 추정하지 않는다.
정확한 실시간 잔여 병상 수나 병상 가동률을 확정해서 말하지 않는다.
npx skills add https://github.com/nomadamas/k-skill --skill emergency-room-bedsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.8k |
|---|---|
| repo stars | ★ 7k |
| Last updated | August 2, 2026 |
| Repository | nomadamas/k-skill ↗ |
Where are the nearest Korean emergency rooms and what public operating flags are available for ER and inpatient beds near my location?
Find nearby Korean emergency rooms and public E-Gen operating flags from a user-provided location without guessing coordinates.
Who is it for?
Agents answering Korean ER lookup questions when the user can supply a neighborhood, landmark, or coordinates.
Skip if: Skip for exact real-time vacant bed counts, automated triage decisions, or locations outside the supported public feeds.
When should I use this skill?
User asks for nearby emergency rooms, ER bed status, or 응급실 information near a Korean location.
What you get
A short ranked list of nearby ER facilities with distance, operating flags, contact details, update time, and public data limitations.
Files
Emergency Room Beds
What this skill does
사용자가 알려준 현재 위치를 기준으로 근처 응급실과 공개 E-Gen 응급실 상태 플래그를 찾는다.
- 위치는 자동 추정하지 않는다.
- 위치가 없으면 먼저 현재 위치를 묻는다.
- 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡는다.
- 응급실 목록은 E-Gen 공개 응급실 찾기 표면을 사용한다.
- 응급실 운영 여부, 입원실/병상 운영 플래그, 권역외상센터/소아전문 여부, 데이터 갱신시각을 보여준다.
- 정확한 실시간 잔여 병상 수나 병상 가동률을 확정해서 말하지 않는다. 공개 E-Gen nearby 목록은 병상 수치가 아니라 운영 플래그를 제공한다.
When to use
- "근처 응급실 찾아줘"
- "응급실 병상 상태 확인해줘"
- "광화문 주변 응급실 어디가 가까워?"
- "현재 위치 근처 응급실 운영 여부 알려줘"
Mandatory first question
위치 정보가 없으면 먼저 물어본다.
현재 위치를 알려주세요. 동네/역명/랜드마크/위도·경도 중 편한 형식으로 보내주시면 근처 응급실 상태를 찾아볼게요.
Official/public surfaces
- NEMC 모니터링:
https://dw.nemc.or.kr/nemcMonitoring/mainmgr/Main.do - E-Gen 응급실 찾기:
https://www.e-gen.or.kr/egen/search_emergency_room.do - E-Gen nearby list endpoint:
https://www.e-gen.or.kr/egen/retrieve_emergency_room_list.do - Kakao Map 모바일 검색:
https://m.map.kakao.com/actions/searchView?q=<query> - Kakao Map 장소 패널 JSON:
https://place-api.map.kakao.com/places/panel3/<confirmId>
Workflow
1. 사용자의 현재 위치를 확보한다. 2. emergency-room-beds 패키지의 searchNearbyEmergencyRoomsByLocationQuery()를 사용한다. 3. 보통 3~5개 이내로 거리순 결과를 정리한다. 4. 반드시 "공개 E-Gen nearby 목록 기준이며 정확한 잔여 병상 수/가동률은 제공되지 않는다"고 밝힌다. 5. 긴급 상황이면 119 또는 병원 전화 확인을 권한다.
Responding
결과는 짧고 실용적으로 정리한다.
- 병원명 / 거리
- 응급의료기관 등급 / 병원 유형
- 응급실 운영 여부
- 입원실/병상 운영 플래그
- 권역외상센터/소아전문 여부
- 주소 / 대표전화
- 갱신시각
- 지도 링크
Node.js example
const { searchNearbyEmergencyRoomsByLocationQuery } = require("emergency-room-beds");
async function main() {
const result = await searchNearbyEmergencyRoomsByLocationQuery("광화문", {
limit: 3,
radius: 5
});
console.log(result.anchor);
console.log(result.items);
}
main().catch((error) => {
console.error(error);
process.exitCode = 1;
});Done when
- 위치 기준 anchor를 확인했다.
- 가까운 응급실을 찾았거나, 못 찾은 이유와 다음 검색 범위를 제시했다.
- 공개 데이터의 한계(정확한 잔여 병상 수/가동률 미제공)를 명확히 밝혔다.
- 긴급 상황에서는 119/전화 확인 안내를 포함했다.
Related skills
FAQ
Does emergency-room-beds provide exact vacant bed counts?
No. Public E-Gen nearby data exposes operating flags, not precise remaining bed numbers or utilization rates.
What location input is required?
The user must provide neighborhood, station, landmark, or latitude-longitude text; the skill does not auto-detect location.
Which public sources does it use?
Kakao Map anchoring and the E-Gen retrieve_emergency_room_list.do nearby endpoint via emergency-room-beds helpers.