What problem does it solve?
Finding long-term care facilities or health checkup centers in Korea requires navigating the National Health Insurance Service portals manually. This Skill queries the official NHIS open data services (data.go.kr 15059029 and 15154419) through the k-skill-proxy so an AI agent can return institution names, addresses, phone numbers, and service types without the user holding any API key.
Core Features & Use Cases
- Long-term care institution search: Query nursing homes and care facilities by name, sido/sigungu region code, or service type via the /v1/nhis/long-term-care route.
- Health checkup institution search: Find checkup centers by region, checkup type, or holiday availability using the /v1/nhis/checkup list, by-region, by-checkup-type, and holiday routes.
- No user credentials required: The DATA_GO_KR_API_KEY lives only on the proxy server; users just call the hosted endpoint.
- Use Case: Ask "서울 강남 건강검진기관 찾아줘" and receive a summarized list of candidate centers with addresses and phone numbers, plus guidance to confirm booking directly with the institution.
Quick Start
Ask the agent to find health checkup centers in Seoul Gangnam using the nhis-care-checkup-search skill and summarize their names, addresses, and phone numbers.