
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 -y skills add nomadamas/k-skill --skill k-dart --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 k-dart
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 k-dart
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/k-dart/instruction.md.