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 skills add https://github.com/nomadamas/k-skill --skill korean-patent-search