iros-registry-automation

Automate cart preparation for Korean registry extracts while users handle authentication and payment.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill iros-registry-automation-nomadamas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iros-registry-automation
Source: https://github.com/NomaDamas/k-skill/tree/main/iros-registry-automation
Command: npx skills add https://github.com/NomaDamas/k-skill --skill iros-registry-automation-nomadamas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

인터넷등기소(IROS)에서 법인/부동산 등기부등본(등기사항증명서)을 여러 건 발급할 때 반복되는 준비와 장바구니 담기 과정을 사람 손으로만 처리해야 하는 번거로움을 줄입니다.

Core Features & Use Cases

  • 안전한 발급 보조 워크플로 가이드: 사용자가 직접 로그인과 결제를 수행하는 흐름 안에서, 장바구니 담기부터 열람·저장 단계까지의 순서를 정리해 실행 안정성을 높입니다.
  • 법인/부동산 유형별 권장 범위 분리: 법인은 장바구니 및 결제 뒤 열람·저장을 중심으로 안내하고, 부동산은 장바구니 자동화 중심으로 가치가 큰 부분을 우선합니다.
  • 개인정보/민감정보 취급 가드레일: 민감 입력 목록, PDF, Excel, 로그/산출물은 저장소 밖의 비공개 폴더에 두도록 강하게 권장합니다(저장·경로 관리 포함).

Use Case 예시: 법인등기부등본을 다건 발급해야 하는 업무에서, 회사 목록과 저장 경로를 로컬 안전 폴더로 구성한 뒤 장바구니를 자동으로 담고, 사용자가 브라우저에서 결제를 완료한 다음 저장을 이어서 수행합니다.

Quick Start

로컬 비공개 작업 폴더를 만든 뒤 upstream 저장소를 지정된 SHA로 고정하고, Playwright Chromium을 설치한 다음 iros_wizard.py로 메뉴에서 법인/부동산 발급 흐름을 선택하세요.

Frequently Asked Questions about iros-registry-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate IROS registry document issuance for multiple corporate or real-estate extracts?

To automate IROS registry extract issuance, set up a local secure folder, pin the upstream repository to a specific SHA, install Playwright Chromium, and run the issuance wizard to select corporate or real-estate document flows while manually handling authentication and payment.

Can I use Playwright to automate IROS login and payment for bulk registry extracts?

No, you cannot use Playwright to automate IROS login and payment; strict safety boundaries prevent the agent from managing authentication or payment credentials, requiring you to handle these steps manually in the browser.

What is the safest way to handle sensitive IROS registry PDFs and Excel logs?

The safest way to handle sensitive IROS registry PDFs, Excel files, and logs is to store all sensitive inputs and outputs in a private local folder outside of any public repositories to prevent data exposure.

Does IROS browser automation support downloading both corporate and real-estate registry extracts?

Yes, IROS browser automation supports downloading both document types, prioritizing cart automation for real-estate extracts and guiding the viewing and saving workflow for corporate registry extracts after manual checkout.

Why should I pin the upstream repository to a specific SHA for IROS registry automation?

Pinning the upstream repository to a specific SHA ensures deterministic behavior in IROS registry automation, preventing unexpected updates from breaking the browser workflow when preparing bulk issuance cart steps.