Install
openclaw skills install molit-real-estateClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
MOLIT apartment real transaction price API
openclaw skills install molit-real-estateMOLIT apartment sale transaction data + law integration.
| Key | Value |
|---|---|
| Provider | MOLIT (Ministry of Land, Infrastructure and Transport) |
| Service ID | 15126469 |
| Auth | ~/.config/data-go-kr/api_key |
| Endpoint | https://apis.data.go.kr/1613000/RTMSDataSvcAptTrade |
| Legal basis | Real Estate Transaction Report Act |
| Playbook | playbook.md |
scripts/
└── real_estate.sh [district_code] [YYYYMM] [rows]
playbook.md for watchlist areasreal_estate.sh [code] [YYYYMM]## 🏠 [District] Apartment Transactions
### Recent Transactions
| Apt | Area | Floor | Price | Per Pyeong | Date |
|-----|------|-------|-------|-----------|------|
### 📊 Summary
- Avg price: X억
- Avg per pyeong: X만/평
- Total transactions: X
### 💡 Notes
[Trend / related law info]
| District | Code | District | Code |
|---|---|---|---|
| Jongno | 11110 | Mapo | 11440 |
| Yongsan | 11170 | Gangnam | 11680 |
| Seocho | 11650 | Songpa | 11710 |
| Gangdong | 11740 | Yeongdeungpo | 11560 |
| Seongdong | 11200 | Gwanak | 11620 |
| District | Code |
|---|---|
| Busan Haeundae | 26350 |
| Daegu Suseong | 27200 |
| Incheon Yeonsu | 28185 |
| Daejeon Yuseong | 30200 |
| Key | Description |
|---|---|
| aptNm | Apartment name |
| umdNm | District name |
| excluUseAr | Exclusive area (㎡) |
| floor | Floor |
| dealAmount | Price (만원, comma-separated) |
| dealYear/Month/Day | Transaction date |
| dealingGbn | Transaction type |
| buildYear | Year built |
| Placeholder | Purpose | Current Tool |
|---|---|---|
~~realestate | Transaction API | MOLIT data.go.kr |
~~law | Legal references | law.go.kr |
~~search | Trend supplement | Brave Search |
~~notify | Alerts | Telegram |
| # | Intent | Trigger Expression | Output |
|---|---|---|---|
| 1 | Price Check | "강남 아파트 실거래가", "최근 거래 보여줘" | Transaction list + summary |
| 2 | Trend Analysis | "송파 시세 추이", "6개월간 가격 변화" | Multi-month comparison |
| 3 | Area Comparison | "강남 vs 서초 비교", "강남3구 어디가 비싸?" | Side-by-side district table |
Details: see Workflow above.
| Trigger | Partner Skill | How |
|---|---|---|
| "관련 법률도", 임대차/전세 분쟁 | law-search (~~law) | 주택임대차보호법, 부동산거래신고법 검색 |
| "주변 환경도", 입지 분석 | kma-weather (~~weather) | 해당 지역 기후/환경 데이터 보강 |
| "투자 관점에서" | finance-sector-analysis | 부동산 섹터(XLRE) 분석 연동 |
real_estate.sh → transaction datalaw-search → 관련 법률 (주택임대차보호법, 부동산거래신고법 등) (via ~~law)real_estate.sh → transaction datakma-weather → 지역 기후/미세먼지 데이터 (via ~~weather)Cowork architecture v2.2 — 🦞 chumjibot (2026-02-19)
mkdir -p ~/.config/data-go-kr
echo "YOUR_API_KEY" > ~/.config/data-go-kr/api_key