
If you're dealing with bulk corporate or real estate registry certificate requests from Korea's Supreme Court IROS system, this automates the tedious parts while keeping you in control of the sensitive bits. It uses challengekim's MIT-licensed reference implementation to prep shopping carts and download PDFs, but you still handle login, payment, and any security software yourself. The hard boundary is smart: no credential handling, no automatic payments, and all personal data stays outside your repo in temp directories. Works best for corporate certificates where you have registration numbers. For real estate, it mostly helps with cart prep since IROS already has decent bulk UI once you're logged in. Expect to deal with TouchEn nxKey installation and ten-item payment batches.
npx -y skills add nomadamas/k-skill --skill iros-registry-automation --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 iros-registry-automation
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 iros-registry-automation
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/iros-registry-automation/instruction.md.