
This one searches Korean scholarship announcements across KOSAF, universities, foundations, and public institutions, then filters by income band, school, amount, and organization type. It prioritizes official sources and can do deep sweeps of specific universities by crawling student affairs pages, departments, and grad school notices. Comes with Python helpers to filter results and check eligibility against your profile (GPA, income bracket, student level). The workflow is thorough: it converts relative dates to absolute ones, cross-verifies unofficial blog posts against official announcements, and outputs compact reports sorted by deadline status in KST. Useful if you're navigating Korea's fragmented scholarship landscape and need structured data with direct links instead of manually checking dozens of university notice boards.
npx -y skills add nomadamas/k-skill --skill korean-scholarship-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 korean-scholarship-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 korean-scholarship-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/korean-scholarship-search/instruction.md.