
Pulls real estate auction notices from South Korea's official court auction site (courtauction.go.kr) and converts them into JSON your agent can actually work with. You can browse upcoming auctions by date and court, expand notices to see case numbers and appraisal prices, or search properties by region, price range, and number of failed bids. The site aggressively blocks bots at around 16 calls per 30 seconds, so this enforces a 2-second delay between calls and a 10-call budget per session by default. It's read-only and deliberately slow to keep your IP from getting banned for an hour. Good for "show me Seoul auctions under 500 million won with one failed bid" queries, but you'll still need to verify everything on the actual court site before bidding.
npx -y skills add nomadamas/k-skill --skill court-auction-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 court-auction-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 court-auction-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/court-auction-notice-search/instruction.md.