What it does
Automates querying the Korean government KOSIS Open API (kosis.kr) to search statistical tables, read table metadata (dimensions, items, units), and fetch data slices or large pre-registered datasets. It is intentionally read-only: it does not create or modify KOSIS records, dashboards, or user registrations.
When to use it
- When a user asks for official Korean statistics (population, households, CPI, employment) by table ID or keyword.
- To inspect table metadata before extracting data (dimensions, units, available periods).
- To fetch bounded slices of historical data or retrieve large datasets via pre-registered userStatsId.
What's included
- Scripts: helper scripts and a run_kosis_stats.py CLI for search/meta/data/bigdata operations (has_scripts=true).
- References: a KOSIS OpenAPI guide and usage notes (has_references=true).
- Instructions: step-by-step guidance on credential resolution, how to choose org_id/tbl_id, narrowing queries to avoid size limits, and safety notes about read-only operation.
Compatible agents
Primarily CLI/python-capable agents; useful for agents that can call on-host Python helpers or delegate to a proxy-backed HTTP helper.
Not yet audited
This skill has not been reviewed by our automated audit pipeline yet.