
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.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct korean-patent-search
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files korean-patent-search
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/korean-patent-search/instruction.md.