Searches Korean patent and utility model publications through the official KIPRIS Plus Open API. You pass keywords or an application number, get back structured JSON with bibliographic data including applicant names, abstracts, and publication metadata. The Python helper handles both the getWordSearch endpoint for keyword queries and getBibliographyDetailInfoSearch for detailed lookups by application number. You'll need an API key from the Korea public data portal, which the script reads from KIPRIS_PLUS_API_KEY. Useful if you're doing IP research in Korea and want programmatic access to patent filings without scraping the web interface. The v1 scope is intentionally narrow, covering the two most common search patterns.
npx -y skills add nomadamas/k-skill --skill korean-patent-search --agent claude-codeInstalls into .claude/skills of the current project.
KIPRIS Plus(키프리스 플러스) 공식 Open API로 한국 특허/실용신안 공개·공고 데이터를 검색한다.
v1 범위:
getWordSearch)getBibliographyDetailInfoSearch)python3 helper 동봉python3KIPRIS_PLUS_API_KEYServiceKeyscripts/patent_search.py helper 포함--query--year--page-no--num-rows--exclude-patent--exclude-utility--application-numberKIPRIS_PLUS_API_KEY 또는 --service-key 로 ServiceKey를 확보한다. 공공데이터포털에서 복사한 percent-encoded 값도 helper가 한 번 정규화해서 그대로 받을 수 있다.getWordSearch endpoint를 호출한다.getBibliographyDetailInfoSearch endpoint를 호출한다.export KIPRIS_PLUS_API_KEY=your-service-key
python3 scripts/patent_search.py --query "배터리"
python3 scripts/patent_search.py --query "배터리" --year 2024 --num-rows 5
python3 scripts/patent_search.py --application-number 1020240001234
KIPRIS_PLUS_API_KEY 또는 --service-key 를 정확히 안내한다.getBibliographyDetailInfoSearch 기준으로 공개/공고/등록 메타데이터를 함께 정리한다.getWordSearch 또는 getBibliographyDetailInfoSearch 호출이 가능하다.KIPRIS_PLUS_API_KEY / ServiceKey 관련 안내가 분명하다.https://plus.kipris.or.kr/portal/data/service/List.do?subTab=SC001&entYn=N&menuNo=200100https://www.data.go.kr/data/15058788/openapi.dogetWordSearch, getBibliographyDetailInfoSearch 두 operation에 집중한다.juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills