public-data-finder

Search data.go.kr public datasets and open APIs with keyword filters.

8|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/mouseco/k-gov-skills --skill public-data-finder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: public-data-finder
Source: https://github.com/mouseco/k-gov-skills/tree/main/skills/public-data-finder
Command: npx skills add https://github.com/mouseco/k-gov-skills --skill public-data-finder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

공공데이터포털에서 기관이 공개한 데이터셋과 오픈API를 수작업으로 찾아 정리하는 데 드는 시간과 누락을 줄여줍니다.

Core Features & Use Cases

  • Public dataset listing search: data.go.kr의 공공데이터활용지원센터_공공데이터포털 목록개방현황 Open API를 키워드/제공기관/분류체계 기준으로 조회합니다.
  • Curated, decision-ready summaries: 목록명, 제공기관, 목록유형(API/FILE/STANDARD), API 유형, 갱신주기, 조회수, 목록 URL, 설명을 출처 정보와 함께 정리합니다.
  • Most-relevant shortlisting: 후보가 넓을 때는 조회수와 설명 적합도를 기준으로 5~10개만 추려 다음 단계로 넘기게 설계되어 있습니다.

Quick Start

Use the public-data-finder skill to search data.go.kr listings for 청년 관련 공공데이터 APIs by asking: "청년 키워드로 공공데이터 API를 찾아서 목록 URL과 제공기관을 정리해줘."

Frequently Asked Questions about public-data-finder

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

FAQPage Schema
How do I find public datasets and open APIs on data.go.kr by keyword and provider organization?

This Skill queries the data.go.kr public listing status Open API to discover Korean public-sector datasets and open APIs using keyword search with optional filters for provider organization, classification system, and list type (FILE, API, STANDARD). It returns structured results including list URL, update cycle, and descriptions.

Can I filter open API search results by list type like FILE or STANDARD?

Yes, you can filter data.go.kr open API search results by list type using FILE, API, or STANDARD parameters. This refines evidence research for Korean public-sector projects by returning only matching dataset formats alongside provider organization and classification system filters.

Do I need a DATA_GO_KR_API_KEY to search Korean public sector datasets?

Yes, you need a DATA_GO_KR_API_KEY for serviceKey authentication to query the data.go.kr public listing status Open API. This key is required to retrieve dataset and API metadata for Korean public-sector evidence research.

What metadata fields are available when discovering public datasets through data.go.kr listings?

Discovering public datasets through data.go.kr listings returns structured fields including list name, provider organization, list type, API type, update cycle, view count, list URL, and descriptions with source information.

What's the best way to shortlist relevant open APIs for policy report evidence gathering?

The best way to shortlist relevant open APIs is filtering by view count and description suitability, narrowing candidates to 5-10 decision-ready summaries with list URL and provider organization for policy report evidence gathering.

Why does my data.go.kr Open API endpoint discovery fail and how is it handled?

Endpoint discovery failures are handled through a fallback path after the latest OAS-based discovery attempt. This ensures the data.go.kr listing query still returns structured public dataset metadata even when the primary endpoint route encounters issues.