korean-patent-search

Search Korean patent records via KIPRIS Plus Open API and return JSON.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill korean-patent-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korean-patent-search
Source: https://github.com/NomaDamas/k-skill/tree/main/korean-patent-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill korean-patent-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locating relevant Korean patent or utility-model publication data is slow when you must manually search and then separately look up bibliographic details for each application number.

Core Features & Use Cases

  • Keyword search (KIPRIS Plus Open API): Search published/announced patent and utility-model records by keyword, optionally filtered by year and paginated.
  • Application-number detail lookup: Fetch structured bibliographic details using an application number, including core metadata such as invention title, applicant, dates, IPC, and abstract.
  • Structured JSON output + helper script: Returns clean, structured JSON suitable for downstream analysis or summarization.
  • Use case: When you need “battery-related Korean patents,” you can run keyword search to get candidate application numbers and then run detail lookup for the specific application numbers to get abstracts and applicant information.

Quick Start

Ask to search patents with the keyword 배터리 and return the results as JSON.

Frequently Asked Questions about korean-patent-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Korean patents by keyword and get structured JSON results?

Use the KIPRIS Plus Open API keyword search to retrieve Korean patent and utility-model publication records, parsing XML responses into structured JSON payloads with application numbers for downstream analysis.

How do I retrieve bibliographic details for a specific Korean patent application number?

Use the application-number detail lookup to fetch structured bibliographic details from the KIPRIS Plus Open API, retrieving invention title, applicant, dates, IPC codes, and abstract as JSON.

Do I need a ServiceKey to access the KIPRIS Open API for patent searches?

Yes, a valid ServiceKey is required to access the KIPRIS Plus Open API for Korean patent and utility-model searches, as the API surfaces error responses without suppression when authentication credentials are missing or invalid.

What filters are supported when searching Korean utility-model and patent publications?

The KIPRIS Plus Open API search supports query, year, page, and rows filters for locating Korean patent and utility-model records, returning candidate application numbers for subsequent bibliographic detail retrieval.

How does XML to JSON conversion work for KIPRIS patent API responses?

The Skill parses raw XML responses from the KIPRIS Plus Open API into structured JSON payloads, converting keyword search candidates and bibliographic detail fields into clean formats ready for analysis or summarization workflows.

Why am I getting API error responses when searching Korean patent records?

The KIPRIS Plus Open API surfaces error responses without suppression, meaning invalid ServiceKeys, missing query parameters, or rate limits will return explicit errors rather than empty results during Korean patent and utility-model searches.