
Pulls official Korean government statistics from KOSIS (the national statistics portal) via their Open API. You get search, metadata inspection, and data retrieval for population, household, employment, and price index tables. Most queries run through a hosted proxy so you don't need your own API key, but bulk downloads require registering a userStatsId on KOSIS first. The main gotcha is that many tables need explicit dimension filters beyond the default, and responses cap at 40,000 cells, so you'll be slicing large requests by period or region. Useful if you're building something that needs authoritative Korean demographic or economic data and you'd rather script it than click through their web portal.
npx -y skills add nomadamas/k-skill --skill kosis-stats --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct kosis-stats
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files kosis-stats
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/kosis-stats/instruction.md.