用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/open-claw-skills --skill hira-hospital命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Connect your AI assistant to GoHighLevel CRM via the official API v2. Manage contacts, conversations, calendars, pipelines, invoices, payments, workflows, and 30+ endpoint groups through natural language. Includes interactive setup wizard and 100+ pre-built, safe API commands. Python 3.6+ stdlib only — zero external dependencies.
Manage Cloudflare DNS records, Tunnels (cloudflared), and Zero Trust policies. Use for pointing domains, exposing local services via tunnels, and updating ingress rules.
Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.
基于 SOC 职业分类
正在显示 SKILL.md
| name | hira-hospital |
| description | HIRA hospital information search API |
| version | 3.2.0 |
| author | chumjibot |
| created | 2026-02-10T00:00:00.000Z |
| updated | 2026-02-19T00:00:00.000Z |
| tags | ["hospital","medical","korea","openapi","data.go.kr"] |
| connectors | ["~~hospital","~~search","~~notify"] |
HIRA (Health Insurance Review & Assessment Service) hospital search + detail lookup.
| Service | ID | Endpoint | Purpose |
|---|---|---|---|
| Hospital Info | 15001698 | hospInfoServicev2 | Hospital list search |
| Detail Info | 15001699 | MadmDtlInfoService2.7 | Departments, hours, transport |
| Key | Value |
|---|---|
| Auth | ~/.config/data-go-kr/api_key |
| Base URL | https://apis.data.go.kr/B551182/ |
| Legal basis | National Health Insurance Act §43 |
scripts/
├── hospital_search.sh → Search hospitals (name/region/type/dept)
└── hospital_detail.sh → Hospital detail (parallel API calls)
hospital_search.sh [criteria]hospital_detail.sh [institution_code]## 🏥 [Query] Hospital Results
| Hospital | Type | Address | Phone | Departments |
|----------|------|---------|-------|-------------|
### [Hospital Name] Detail (on request)
- 📍 Address: ...
- ☎️ Phone: ...
- 🕐 Hours: ...
- 🚗 Transport: ...
| Placeholder | Purpose | Current Tool |
|---|---|---|
~~hospital | Hospital API | HIRA data.go.kr |
~~search | Name/location supplement | Brave Search |
~~notify | Alerts | Telegram |
| Intent | Trigger Examples | Strategy |
|---|---|---|
| Quick Search | "근처 이비인후과", "강남 피부과", "소아과 찾아줘" | hospital_search.sh → 지역+진료과목 검색 → 목록 |
| Detail Lookup | "이 병원 정보 자세히", "진료시간 알려줘", "주차 되나?" | hospital_detail.sh → 진료시간, 교통, 진료과목 상세 |
Routing logic: 검색/찾기/추천 → Quick Search, 특정 병원 + 상세/시간/교통 → Detail Lookup
| Trigger | Target Skill | Integration |
|---|---|---|
| 병원 검색 결과 보충 | web_search (Brave) | 병원 리뷰·평판·홈페이지 보충 검색 |
| 외출 시 참고 | kma-weather | 비/추위 예보 시 "따뜻하게 입고 가세요" 팁 |
Cowork architecture v3.2 — 🦞 chumjibot (2026-02-19)
mkdir -p ~/.config/data-go-kr
echo "YOUR_API_KEY" > ~/.config/data-go-kr/api_key