# Send 건강보험심사평가원 병원 검색 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hira-hospital",
    "name": "건강보험심사평가원 병원 검색",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sw326/hira-hospital",
    "canonicalUrl": "https://clawhub.ai/sw326/hira-hospital",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/hira-hospital",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hira-hospital",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/hospital.sh",
      "scripts/hospital_detail.sh",
      "scripts/hospital_search.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/hira-hospital"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hira-hospital",
    "downloadUrl": "https://openagent3.xyz/downloads/hira-hospital",
    "agentUrl": "https://openagent3.xyz/skills/hira-hospital/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hira-hospital/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hira-hospital/agent.md"
  }
}
```
## Documentation

### Hospital Info Skill

HIRA (Health Insurance Review & Assessment Service) hospital search + detail lookup.

### Overview

ServiceIDEndpointPurposeHospital Info15001698hospInfoServicev2Hospital list searchDetail Info15001699MadmDtlInfoService2.7Departments, hours, transport

KeyValueAuth~/.config/data-go-kr/api_keyBase URLhttps://apis.data.go.kr/B551182/Legal basisNational Health Insurance Act §43

### Scripts

scripts/
├── hospital_search.sh  → Search hospitals (name/region/type/dept)
└── hospital_detail.sh  → Hospital detail (parallel API calls)

### Step 1: Parse search criteria

"근처 이비인후과" → region + department search
"서울대병원 진료시간" → specific hospital detail
~~search to supplement hospital name/location

### Step 2: Search hospitals

hospital_search.sh [criteria]

### Step 3: Detail lookup (if needed)

hospital_detail.sh [institution_code]

### Output Template

## 🏥 [Query] Hospital Results

| Hospital | Type | Address | Phone | Departments |
|----------|------|---------|-------|-------------|

### [Hospital Name] Detail (on request)
- 📍 Address: ...
- ☎️ Phone: ...
- 🕐 Hours: ...
- 🚗 Transport: ...

### Connectors

PlaceholderPurposeCurrent Tool~~hospitalHospital APIHIRA data.go.kr~~searchName/location supplementBrave Search~~notifyAlertsTelegram

### Intent Router

IntentTrigger ExamplesStrategyQuick Search"근처 이비인후과", "강남 피부과", "소아과 찾아줘"hospital_search.sh → 지역+진료과목 검색 → 목록Detail Lookup"이 병원 정보 자세히", "진료시간 알려줘", "주차 되나?"hospital_detail.sh → 진료시간, 교통, 진료과목 상세

Routing logic: 검색/찾기/추천 → Quick Search, 특정 병원 + 상세/시간/교통 → Detail Lookup

### Cross-Skill Integration

TriggerTarget SkillIntegration병원 검색 결과 보충web_search (Brave)병원 리뷰·평판·홈페이지 보충 검색외출 시 참고kma-weather비/추위 예보 시 "따뜻하게 입고 가세요" 팁

Cowork architecture v3.2 — 🦞 chumjibot (2026-02-19)

### 🔧 Setup (공공데이터 포털 API)

data.go.kr 회원가입
로그인 → 마이페이지 → 일반 인증키(Decoding) 복사
API 키 저장:
mkdir -p ~/.config/data-go-kr
echo "YOUR_API_KEY" > ~/.config/data-go-kr/api_key


아래 서비스 활용신청 후 사용 (자동승인)

심평원 병원 정보 (15001698)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sw326
- Version: 3.2.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/hira-hospital)
- [Send to Agent page](https://openagent3.xyz/skills/hira-hospital/agent)
- [JSON manifest](https://openagent3.xyz/skills/hira-hospital/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hira-hospital/agent.md)
- [Download page](https://openagent3.xyz/downloads/hira-hospital)