{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hira-hospital",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hira-hospital",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/hospital.sh",
      "scripts/hospital_detail.sh",
      "scripts/hospital_search.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "hira-hospital",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-13T02:46:42.561Z",
      "expiresAt": "2026-05-20T02:46:42.561Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hira-hospital",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hira-hospital",
        "contentDisposition": "attachment; filename=\"hira-hospital-3.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "hira-hospital"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/hira-hospital",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Hospital Info Skill",
        "body": "HIRA (Health Insurance Review & Assessment Service) hospital search + detail lookup."
      },
      {
        "title": "Overview",
        "body": "ServiceIDEndpointPurposeHospital Info15001698hospInfoServicev2Hospital list searchDetail Info15001699MadmDtlInfoService2.7Departments, hours, transport\n\nKeyValueAuth~/.config/data-go-kr/api_keyBase URLhttps://apis.data.go.kr/B551182/Legal basisNational Health Insurance Act §43"
      },
      {
        "title": "Scripts",
        "body": "scripts/\n├── hospital_search.sh  → Search hospitals (name/region/type/dept)\n└── hospital_detail.sh  → Hospital detail (parallel API calls)"
      },
      {
        "title": "Step 1: Parse search criteria",
        "body": "\"근처 이비인후과\" → region + department search\n\"서울대병원 진료시간\" → specific hospital detail\n~~search to supplement hospital name/location"
      },
      {
        "title": "Step 2: Search hospitals",
        "body": "hospital_search.sh [criteria]"
      },
      {
        "title": "Step 3: Detail lookup (if needed)",
        "body": "hospital_detail.sh [institution_code]"
      },
      {
        "title": "Output Template",
        "body": "## 🏥 [Query] Hospital Results\n\n| Hospital | Type | Address | Phone | Departments |\n|----------|------|---------|-------|-------------|\n\n### [Hospital Name] Detail (on request)\n- 📍 Address: ...\n- ☎️ Phone: ...\n- 🕐 Hours: ...\n- 🚗 Transport: ..."
      },
      {
        "title": "Connectors",
        "body": "PlaceholderPurposeCurrent Tool~~hospitalHospital APIHIRA data.go.kr~~searchName/location supplementBrave Search~~notifyAlertsTelegram"
      },
      {
        "title": "Intent Router",
        "body": "IntentTrigger ExamplesStrategyQuick Search\"근처 이비인후과\", \"강남 피부과\", \"소아과 찾아줘\"hospital_search.sh → 지역+진료과목 검색 → 목록Detail Lookup\"이 병원 정보 자세히\", \"진료시간 알려줘\", \"주차 되나?\"hospital_detail.sh → 진료시간, 교통, 진료과목 상세\n\nRouting logic: 검색/찾기/추천 → Quick Search, 특정 병원 + 상세/시간/교통 → Detail Lookup"
      },
      {
        "title": "Cross-Skill Integration",
        "body": "TriggerTarget SkillIntegration병원 검색 결과 보충web_search (Brave)병원 리뷰·평판·홈페이지 보충 검색외출 시 참고kma-weather비/추위 예보 시 \"따뜻하게 입고 가세요\" 팁\n\nCowork architecture v3.2 — 🦞 chumjibot (2026-02-19)"
      },
      {
        "title": "🔧 Setup (공공데이터 포털 API)",
        "body": "data.go.kr 회원가입\n로그인 → 마이페이지 → 일반 인증키(Decoding) 복사\nAPI 키 저장:\nmkdir -p ~/.config/data-go-kr\necho \"YOUR_API_KEY\" > ~/.config/data-go-kr/api_key\n\n\n아래 서비스 활용신청 후 사용 (자동승인)\n\n심평원 병원 정보 (15001698)"
      }
    ],
    "body": "Hospital Info Skill\n\nHIRA (Health Insurance Review & Assessment Service) hospital search + detail lookup.\n\nOverview\nService\tID\tEndpoint\tPurpose\nHospital Info\t15001698\thospInfoServicev2\tHospital list search\nDetail Info\t15001699\tMadmDtlInfoService2.7\tDepartments, hours, transport\nKey\tValue\nAuth\t~/.config/data-go-kr/api_key\nBase URL\thttps://apis.data.go.kr/B551182/\nLegal basis\tNational Health Insurance Act §43\nScripts\nscripts/\n├── hospital_search.sh  → Search hospitals (name/region/type/dept)\n└── hospital_detail.sh  → Hospital detail (parallel API calls)\n\nWorkflow\nStep 1: Parse search criteria\n\"근처 이비인후과\" → region + department search\n\"서울대병원 진료시간\" → specific hospital detail\n~~search to supplement hospital name/location\nStep 2: Search hospitals\nhospital_search.sh [criteria]\nStep 3: Detail lookup (if needed)\nhospital_detail.sh [institution_code]\nStep 4: Structured response\nOutput Template\n## 🏥 [Query] Hospital Results\n\n| Hospital | Type | Address | Phone | Departments |\n|----------|------|---------|-------|-------------|\n\n### [Hospital Name] Detail (on request)\n- 📍 Address: ...\n- ☎️ Phone: ...\n- 🕐 Hours: ...\n- 🚗 Transport: ...\n\nConnectors\nPlaceholder\tPurpose\tCurrent Tool\n~~hospital\tHospital API\tHIRA data.go.kr\n~~search\tName/location supplement\tBrave Search\n~~notify\tAlerts\tTelegram\nIntent Router\nIntent\tTrigger Examples\tStrategy\nQuick Search\t\"근처 이비인후과\", \"강남 피부과\", \"소아과 찾아줘\"\thospital_search.sh → 지역+진료과목 검색 → 목록\nDetail Lookup\t\"이 병원 정보 자세히\", \"진료시간 알려줘\", \"주차 되나?\"\thospital_detail.sh → 진료시간, 교통, 진료과목 상세\n\nRouting logic: 검색/찾기/추천 → Quick Search, 특정 병원 + 상세/시간/교통 → Detail Lookup\n\nCross-Skill Integration\nTrigger\tTarget Skill\tIntegration\n병원 검색 결과 보충\tweb_search (Brave)\t병원 리뷰·평판·홈페이지 보충 검색\n외출 시 참고\tkma-weather\t비/추위 예보 시 \"따뜻하게 입고 가세요\" 팁\n\nCowork architecture v3.2 — 🦞 chumjibot (2026-02-19)\n\n🔧 Setup (공공데이터 포털 API)\ndata.go.kr 회원가입\n로그인 → 마이페이지 → 일반 인증키(Decoding) 복사\nAPI 키 저장:\nmkdir -p ~/.config/data-go-kr\necho \"YOUR_API_KEY\" > ~/.config/data-go-kr/api_key\n\n아래 서비스 활용신청 후 사용 (자동승인)\n심평원 병원 정보 (15001698)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sw326/hira-hospital",
    "publisherUrl": "https://clawhub.ai/sw326/hira-hospital",
    "owner": "sw326",
    "version": "3.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}