You paste in a Korean business registration number and this pulls six different government databases at once: national tax status, pension enrollment, tax delinquency lists, corporate filings, procurement sanctions, and local business permits. It reuses six single-purpose helpers from the same repo and presents the facts side by side without calculating risk scores or health grades. That restraint is the point. If one API fails, the others still run and the report just marks that section unavailable. Useful when you need to vet a vendor or client quickly and want the raw public record in one place instead of toggling between ministry websites. Most checks run through a proxy with a shared API key, two hit public endpoints directly.
npx -y skills add nomadamas/k-skill --skill biz-health-check --agent claude-codeInstalls into .claude/skills of the current project.
사업자등록번호(+상호/지역)를 입력하면 무료 공공 데이터 6종을 한 번에 교차 조회해 실사 리포트 한 장을 만든다. 같은 레포의 단품 스킬 helper를 그대로 재사용한다(단일 진실원천).
| 섹션 | 데이터 | 단품 스킬 | 경로 |
|---|---|---|---|
| 국세청 상태 | 계속/휴업/폐업·과세유형 | nts-business-registration | proxy |
| 국민연금 | 가입자수·당월 고지금액·월별 | national-pension-workplace | proxy |
| 체납 명단 | 고액·상습체납자 명단공개 대조 | nts-tax-delinquency | 직접(무인증) |
| 금융위 | 대표자·설립일·업종 법인개요 | fsc-corporate-info | proxy |
| 부정당제재 | 조회시점 유효 제재 | g2b-sanctioned-supplier | proxy |
| 인허가 영업상태 | 동네 사업장(208업종) 영업/폐업·업력 | localdata-business-status | 직접(무인증) |
공시 유무는 기존 k-dart 스킬을 함께 쓰면 된다.
unavailable + 사유).python3k-skill-proxy 접근 가능DATA_GO_KR_API_KEY로 동작한다. 활용신청 항목은 각 단품 스킬 문서를 따른다.b_no: 사업자등록번호 10자리(하이픈 허용) — 상태조회·부정당제재에 필요--name: 상호·법인명 — 국민연금·금융위·체납·인허가에 필요--region: 시군구 — 인허가(동네 사업장) 조회에 필요 (예: 제주제주시)--industry: 인허가 업종(여러 번 지정 가능). 생략 시 음식점·카페·숙박python3 biz-health-check/scripts/biz_health_check.py 124-81-00998 --name "삼성전자"
# 동네 사업장까지 포함
python3 biz-health-check/scripts/biz_health_check.py --name "호텔샬롬" --region 제주제주시 --industry 숙박업
sections: 6개 섹션 각각의 data(단품 응답 원문) 또는 status: unavailable + note--name 없으면 국민연금/금융위/체납 생략).503/502면 운영 서버 키·활용신청 문제 — 각 단품 스킬 문서 참고.docs/features/<skill>.md)의 공식 출처를 따른다.juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills