Agent Plugins Marketplace
All plugins

korea-gov-data

v0.1.2

Extract and organize Open API specifications from KOSIS (Korean Statistical Information Service)

CodexClaude Code2 Skills

By studykitLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install korea-gov-data for Codex and Claude Code

Installs for the current user
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add korea-gov-data@studykit-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the studykit-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “korea-gov-data” remain stable.

  • Codex: korea-gov-data@agent-plugin-marketplacekorea-gov-data@studykit-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/studykit/studykit-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is korea-gov-data/.

Plugin files

korea-gov-data/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/kosis-discovery/SKILL.md
└── skills/kosis-openapi/SKILL.md

Included Skills2

kosis-discoveryskills/kosis-discovery/SKILL.md

This skill should be used when users want to explore, browse, or discover what Korean national statistics are available in KOSIS (kosis.kr). Common triggers include "what Korean economic data is available", "show me KOSIS statistics about employment", "browse KOSIS data categories", "what statistics does Statistics Korea publish", "what data can I get from KOSIS", "list available trade statistics", "what health data exists in Korea". This skill presents available data listings, not API specifications or code. Covers 260,000+ tables from 100+ agencies across 30 subject categories.

kosis-openapiskills/kosis-openapi/SKILL.md

This skill should be used when users want to extract KOSIS (kosis.kr) OpenAPI specifications for coding, get API request parameters, or generate code to query Korean national statistics. Common triggers include "find KOSIS API for CPI", "get KOSIS table for GDP", "Korean employment statistics API spec", "KOSIS consumer price index API", "write code to query Korean trade data", "extract KOSIS API parameters". Covers 260,000+ statistical tables from 100+ government agencies.

Plugin manifests2

korea-gov-data/.codex-plugin/plugin.json
{
  "name": "korea-gov-data",
  "version": "0.1.2",
  "description": "Extract and organize Open API specifications from KOSIS (Korean Statistical Information Service)",
  "author": {
    "name": "studykit"
  },
  "repository": "https://github.com/studykit/studykit-plugins",
  "license": "MIT",
  "keywords": [
    "korea-gov-data",
    "open-api",
    "korea",
    "public-data",
    "api-spec"
  ],
  "interface": {
    "displayName": "Korea Gov Data",
    "shortDescription": "Work with Korean public-data API specifications",
    "developerName": "studykit",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read"
    ]
  },
  "skills": "./skills/"
}
korea-gov-data/.claude-plugin/plugin.json
{
  "name": "korea-gov-data",
  "version": "0.1.2",
  "description": "Extract and organize Open API specifications from KOSIS (Korean Statistical Information Service)",
  "author": {
    "name": "studykit"
  },
  "keywords": [
    "korea-gov-data",
    "open-api",
    "korea",
    "public-data",
    "api-spec"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[korea-gov-data on Agent Plugins Marketplace](https://pluginsmp.com/plugins/korea-gov-data)