This queries the Financial Services Commission's corporate basic information API through the k-skill-proxy to get company profiles by name. You pass in a Korean corporation name and get back the CEO, establishment date, industry classification, and other official registry data. If you include a business registration number (bzno), it cross-checks against the response for validation, though the API itself only searches by corporate registration number (crno) or company name. The skill is designed for the Korean market and returns raw upstream data without adding scores or interpretations. Useful when you need verified corporate fundamentals from an official government source rather than web-scraped profiles.
npx -y skills add nomadamas/k-skill --skill fsc-corporate-info --agent claude-codeInstalls into .claude/skills of the current project.
공공데이터포털의 금융위원회_기업기본정보 서비스(data.go.kr 15043184, getCorpOutline_V2)를 k-skill-proxy 경유로 호출해 법인 개요를 조회한다.
corpNm) 기준 후보 목록: 대표자·설립일·업종 등 upstream 필드 원문bzno가 있으면 입력 사업자번호와 정확 일치하는 후보를 분리한다 (bzno가 없으면 교차검증 불가 사실을 그대로 표기)이 API의 검색 파라미터는 crno(법인등록번호 13자리)/corpNm(법인명)뿐이라 사업자번호 단독 조회가 불가하다. 법인명으로 조회한다.
crno(법인등록번호)는 사업자등록번호와 별개 번호임을 혼동하지 않는다.python3scripts/fsc_corporate_info.py helperk-skill-proxy의 /v1/fsc/corp-outline route 접근 가능KSKILL_PROXY_BASE_URL — self-host 프록시를 쓸 때만 설정. 비우면 hosted https://k-skill-proxy.nomadamas.org 사용.DATA_GO_KR_API_KEY 는 프록시 운영 서버 환경에만 둔다. 공공데이터포털에서 금융위원회_기업기본정보 활용신청이 되어 있어야 한다.--name: 법인명(corpNm) — 필수--b-no: 사업자등록번호. 응답에 bzno가 있을 때 교차검증에만 쓰인다.python3 fsc-corporate-info/scripts/fsc_corporate_info.py \
--name "삼성전자" --b-no 124-81-00998
400 bad_request: 법인명을 주지 않음.503 upstream_not_configured: 프록시 서버에 DATA_GO_KR_API_KEY 없음.502 upstream_forbidden: 프록시 키가 15043184에 활용신청되지 않음.https://apis.data.go.kr/1160100/service/GetCorpBasicInfoService_V2/getCorpOutline_V2GET /v1/fsc/corp-outlinejuliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills