# Send Health Guide 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": "health-guide",
    "name": "Health Guide",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sw326/health-guide",
    "canonicalUrl": "https://clawhub.ai/sw326/health-guide",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/health-guide",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=health-guide",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "domain_config.yaml",
      "playbook.md",
      "references/intent_router.md",
      "references/output_templates.md",
      "references/source_tiers.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "health-guide",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T03:06:30.628Z",
      "expiresAt": "2026-05-11T03:06:30.628Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=health-guide",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=health-guide",
        "contentDisposition": "attachment; filename=\"health-guide-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "health-guide"
      },
      "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/health-guide"
    },
    "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/health-guide",
    "downloadUrl": "https://openagent3.xyz/downloads/health-guide",
    "agentUrl": "https://openagent3.xyz/skills/health-guide/agent",
    "manifestUrl": "https://openagent3.xyz/skills/health-guide/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/health-guide/agent.md"
  }
}
```
## Documentation

### 🏥 Health Guide (의료/건강) 스킬

건강·의료 질문을 10개 인텐트로 분류하고, hira-hospital + 국가건강정보포털 + 식약처 API 기반으로 리포트를 생성한다.

### ⚠️ 최우선 안전 규칙

응급 징후 감지 시 즉시 119 안내 — 다른 모든 처리보다 우선
징후: 흉통, 호흡 곤란, 의식 저하, 마비, 심한 출혈, 고열(39°C↑) + 경련

### 인텐트 라우터

#인텐트사용자 표현 예시기본 산출물1Symptom Check"머리가 아파" "어디 가야 해?"증상 → 진료과 + 병원 연계2Find Hospital"근처 병원 찾아줘"hira-hospital 호출3Disease Info"당뇨가 뭐야?" "고혈압 원인"질환 정보 Flash4Drug Info"타이레놀 용법" "이 약 뭐야?"의약품 용법·부작용5Emergency Guide"응급인지 모르겠어" "119 불러야 해?"응급 판단 + 즉시 안내6Health Checkup"건강검진 언제 받아?"검진 종류·주기·대상7Vaccination"독감 예방접종" "필수 접종"접종 일정·대상·방법8Healthy Living"혈압 낮추는 법" "건강한 식단"생활 습관 가이드9Mental Health"번아웃인 것 같아" "우울해"정신건강 정보 + 상담 연계10Beginner Guide"병원 처음인데" "진료과 뭐가 있어?"의료 시스템 입문

상세: references/intent_router.md

### 도구

도구용도상태hira-hospital 스킬병원 검색 + 진료과·운영시간✅ 동작국가건강정보포털 API질환·증상·건강 정보 669건⏳ 승인 대기 (키 저장위치: ~/.config/kdca/api_key)식약처 의약품개요정보 API의약품 용법·효능·부작용⏳ 승인 대기 (data.go.kr 기존 키)web_searchAPI 미승인 기간 대체 + 최신 정보 보강✅ 동작

### 출력 구조

Flash Layer: 항상 출력 (20~40줄)
Deep-Dive Layer: 명시 요청 시, 또는 Disease Info / Drug Info / Mental Health 인텐트

상세: references/output_templates.md

### ⚠️ 면책

본 내용은 일반 건강 정보 제공 목적이며, 의학적 진단·처방이 아닙니다.
증상이 지속되거나 악화되면 반드시 의사 진료를 받으시기 바랍니다.
응급 상황 시 즉시 119에 연락하세요.

### 국가건강정보포털 API (질환·증상 정보)

health.kdca.go.kr → 오픈API 신청
키 저장: mkdir -p ~/.config/kdca && echo "YOUR_KEY" > ~/.config/kdca/api_key

### 식약처 의약품 API (의약품 정보)

data.go.kr/15075057 활용신청 (자동승인)
키 저장: mkdir -p ~/.config/data-go-kr && echo "YOUR_KEY" > ~/.config/data-go-kr/api_key

API 미승인 상태에서도 web_search 폴백으로 기본 동작합니다.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sw326
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T03:06:30.628Z
- Expires at: 2026-05-11T03:06:30.628Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/health-guide)
- [Send to Agent page](https://openagent3.xyz/skills/health-guide/agent)
- [JSON manifest](https://openagent3.xyz/skills/health-guide/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/health-guide/agent.md)
- [Download page](https://openagent3.xyz/downloads/health-guide)