
Pulls official Korea Land & Housing Corporation lease and subscription notices through the public data portal API. If you're helping Korean users track LH announcements for 행복주택, 영구임대, 신혼희망타운, or other housing programs, this hits apply.lh.or.kr data directly instead of scraping. You can filter by region, status (공고중, 접수중, etc.), and housing type, plus grab detailed unit breakdowns by notice ID. The skill is explicit about what it won't do: no SH/GH/iH notices, no eligibility scoring, no automated applications. It's read-only search wrapped around k-skill-proxy endpoints with 5-minute caching. Good for surfacing deadline-critical notices to users who don't know these announcements exist in the first place.
npx -y skills add nomadamas/k-skill --skill lh-notice-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 lh-notice-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 lh-notice-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/lh-notice-search/instruction.md.