
Scrapes Seoul Housing & Communities Corporation's public notice board directly from i-sh.co.kr HTML and gives you structured JSON of housing lottery announcements, rent/sale listings, and attachments. Search by keyword across official categories like 주택임대 or 주택분양, grab detail pages by seq, and pull attachment metadata without touching login or application flows. Status flags like 진행 or 마감 are inferred from title text since the board doesn't expose them natively, so treat them as hints. Useful when you need to monitor SH housing announcements programmatically or answer "show me the latest 행복주택 listings" without clicking through their web UI. Read only, no proxy, no secrets.
npx -y skills add nomadamas/k-skill --skill sh-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 sh-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 sh-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/sh-notice-search/instruction.md.