Borrowing it
Nothing to install: this file belongs to challengekim/iros-registry-automation. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/challengekim/iros-registry-automation/main/.claude/skills/iros/SKILL.mdgit clone --depth 1 https://github.com/challengekim/iros-registry-automationWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/challengekim/iros-registry-automation/iros)<a href="https://agentmods.dev/skills/challengekim/iros-registry-automation/iros"><img src="https://agentmods.dev/badge/skills/challengekim/iros-registry-automation/iros/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/challengekim/iros-registry-automation/iros"><img src="https://agentmods.dev/badge/skills/challengekim/iros-registry-automation/iros.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00060 | $0.01465 |
| Opus 5 | $0.00030 | $0.00732 |
| Sonnet 5 | $0.00012 | $0.00293 |
| Haiku 4.5 | $0.00006 | $0.00146 |
Grade A, and why
iros scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IROS 등기부등본 자동화 스킬
When to invoke
이 스킬을 사용하는 경우:
- 사용자가 등기부등본, 인터넷등기소, iros, 법인등기, 부동산등기 를 언급하고 대량 발급 또는 자동화 맥락이 있을 때
- 수십~수천 건의 법인/부동산 등기부등본을 일괄로 장바구니에 담거나 다운로드해야 할 때
- M&A 실사, VC 포트폴리오 검토, 법무법인/회계법인 대량 등기 조회가 필요할 때
data/iros_corpnums.json또는data/iros_companies.json파일을 준비해 자동 발급 요청을 할 때
When NOT to invoke
이 스킬을 사용하지 않는 경우:
- 단건 수동 조회 (브라우저에서 직접 검색하는 것이 더 빠름)
- 이미 결제 완료된 항목을 IROS UI 일괄열람에서 다시 받으려 할 때 (IROS 웹 UI 사용 권장)
- 결제 자동화 요청 — 결제는 수동 전용, 이 도구는 결제 자동화를 지원하지 않음
Prerequisites
- Chrome/Chromium 설치 (
playwright install chromium) - TouchEn nxKey 보안 프로그램 사전 설치 (IROS 로그인 페이지에서 안내에 따라 설치)
- IROS 계정 (iros.go.kr 회원가입 + 공동인증서/간편인증 수단 준비)
- 패키지 설치 (저장소 클론 권장):
git clone https://github.com/challengekim/iros-registry-automation cd iros-registry-automation pip install -e . playwright install chromium참고:
pip install iros-registry-automation만으로는 CLI(iros,iros-mcp)만 설치됩니다. Claude Code 스킬(.claude/skills/iros/SKILL.md)과 예시 설정(config.json.example)은 저장소 파일이므로, 위처럼 저장소를 클론한 뒤 editable 설치를 권장합니다. - 설정 파일 준비:
cp config.json.example config.json # config.json 편집: download_dir, corpnum_list 등 경로 확인
Available subcommands
| 명령어 | 설명 | 필요 입력 파일 |
|---|---|---|
iros wizard |
대화형 메뉴 실행 (전체 기능) | — |
iros corp-cart --by-corpnum |
법인등록번호 기반 장바구니 담기 (기본 권장) | data/iros_corpnums.json |
iros corp-cart --by-name |
상호명 기반 장바구니 담기 | data/iros_companies.json |
iros corp-download [--total N] |
법인등기 결제 후 열람·저장 | 없음 (결제 완료 후) |
iros realty-cart |
부동산 장바구니 담기 | data/iros_realties.json |
iros realty-download |
부동산 결제 후 열람·저장 | 없음 (결제 완료 후) |
iros bizno |
사업자번호 → 법인정보 조회 | data/고객리스트.xlsx |
iros report |
다운로드된 PDF → 종합 리포트 엑셀 생성 | data/bizno_results.json + PDF |
--config PATH로 설정 파일 경로를 지정할 수 있습니다 (기본: ./config.json).
--config는 corp-cart, corp-download, realty-cart, realty-download, bizno, report에만 적용됩니다.
wizard와 version은 --config를 지원하지 않습니다.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 119 lines · 60 tokens per session scan A d0f23ec85315
iros is a skill published in the GitHub repository challengekim/iros-registry-automation (11 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 1,465 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
specification-writing
A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.
regulatory-research-fallback
Fallback workflow for regulatory research when web extraction tools fail on government PDFs.
x-scorecard
OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
gesellschaftsrechtliche-satzungen-agb
Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.
memstack-business-gdpr
Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…
nda-review
Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…