Install
openclaw skills install taiwan-home-inspectionProfessional home inspection for Taiwan residential properties. Structured checklists for structure, electrical, plumbing, doors/windows, bathroom, kitchen, floors/walls/ceilings. Generates formal inspection reports. Use when: (1) Creating inspection checklists for a property, (2) Recording inspection findings with severity grading, (3) Generating inspection reports, (4) Evaluating defects per Taiwan building standards.
openclaw skills install taiwan-home-inspectionFollow this workflow for every inspection:
scripts/gen-report.py with findingsSee references/checkpoints.md for full checklists.
1. 結構 (Structure) → 樑柱裂縫、傾斜、漏水
2. 水電 (Electrical/Plumbing) → 配電箱、水管、排水
3. 門窗 (Doors/Windows) → 開關順暢度、氣密、滲水
4. 衛浴 (Bathroom) → 防水、排水、通風
5. 廚房 (Kitchen) → 櫥櫃、管線、設備
6. 天地壁 (Floor/Wall/Ceiling) → 地磚、壁癌、天花板
See references/defects.md for detailed criteria.
| Grade | Meaning | Action |
|---|---|---|
| 🔴 大缺失 | 結構安全或居住安全受影響 | 必須修復後方可交屋 |
| 🟡 中缺失 | 功能受影響,不影響安全 | 建議修復或折價 |
| 🟢 小缺失 | 外觀或輕微功能問題 | 記錄即可 |
| ℹ️ 注意事項 | 正常損耗或潛在風險 | 告知買方 |
After completing all zone inspections, generate the report:
python scripts/gen-report.py <input-json> <output-path>
Input JSON structure:
{
"property": { "address": "...", "area": 35, "age": 15, "type": "大樓" },
"findings": [
{
"zone": "結構",
"item": "樑",
"defect": "發現45度裂縫",
"grade": "大缺失",
"photos": []
}
],
"inspector": "姓名",
"date": "2026-06-14"
}
See assets/report-template.md for the output format.
pre-sale-housing skill for final inspection of new constructionproperty-valuation for price adjustmentsrental-management maintenance guide蔡德標(小威) — 住義房屋管理
s1798890927-711-078