
Wraps Korea's K-Startup Open API to search government funded startup programs, announcements, content, and reports. You point it at one of four endpoints (business info, announcements, contents, statistics) with filters like region, recruiting status, or application target, and it returns JSON or text summaries. Goes through a k-skill-proxy by default so you don't need your own data.go.kr key, though direct mode is there if you want it. The announcements endpoint is the most useful one, letting you find active calls filtered by Seoul, age range, or startup stage. Watch out: some filters like region don't work server side, so the helper re-filters client side and tells you when it does. Data refreshes once daily according to the spec, so check the actual K-Startup page before applying.
npx -y skills add nomadamas/k-skill --skill kstartup-search --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 kstartup-search
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 kstartup-search
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/kstartup-search/instruction.md.