Pulls disclosure filings, financials, and major event reports straight from Korea's Financial Supervisory Service DART API. You feed it a company name like "삼성전자" and it first downloads the full corp_code registry to map that to the 8-digit identifier DART actually wants, then fetches whatever you asked for: quarterly statements, dividend history, auditor opinions, lawsuits, convertible bond issuances. It's direct API calls using your API_K_DART env var, no proxy. The corp_code lookup is a 30MB XML download cached locally, which is clunky but unavoidable since DART won't take stock codes or names directly. Covers most of the common endpoints but won't help with real-time pricing or overseas filings.
npx skills add https://github.com/nomadamas/k-skill --skill k-dart