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.
Primarily CLI/python-capable agents; useful for agents that can call on-host Python helpers or delegate to a proxy-backed HTTP helper.
KOSIS Stats is a read-only Python skill for querying Korea's official statistics API via a hosted proxy. The script uses stdlib only (no external deps), has clean argparse subcommands, and good error handling with Korean-localized hints. It requires a subcommand to run (exited with usage error when called bare). No security concerns — read-only, no hardcoded secrets, no network calls to suspicious hosts.
Clean, well-structured skill. Read-only by design. SKILL.md is exceptionally detailed with failure modes and recovery scenarios. Niche but well-executed.