← 返回 Skills 市场
tsaitepiao-alt

Home Inspection

作者 tsaitepiao-alt · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
46
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install taiwan-home-inspection
功能描述
Professional home inspection for Taiwan residential properties. Structured checklists for structure, electrical, plumbing, doors/windows, bathroom, kitchen,...
使用说明 (SKILL.md)

Home Inspection 🏠

Quick Start

Follow this workflow for every inspection:

  1. Create checklist → Ask user for property details (address, floor plan area, building age, property type)
  2. Inspect each zone → Walk through references/checkpoints.md zone by zone
  3. Grade defects → Use references/defects.md for severity classification
  4. Check standards → Reference references/standards.md for Taiwan building code
  5. Generate report → Run scripts/gen-report.py with findings

Property Details to Collect

  • 地址、權狀坪數、屋齡、樓層/總樓層
  • 建物類型:電梯大樓 / 華廈 / 公寓 / 透天厝
  • 是否為海砂屋或輻射屋公告區域
  • 最近是否有裝修

Zones (6 inspection areas)

See references/checkpoints.md for full checklists.

1. 結構 (Structure)       → 樑柱裂縫、傾斜、漏水
2. 水電 (Electrical/Plumbing) → 配電箱、水管、排水
3. 門窗 (Doors/Windows)   → 開關順暢度、氣密、滲水
4. 衛浴 (Bathroom)        → 防水、排水、通風
5. 廚房 (Kitchen)         → 櫥櫃、管線、設備
6. 天地壁 (Floor/Wall/Ceiling) → 地磚、壁癌、天花板

Defect Grading

See references/defects.md for detailed criteria.

Grade Meaning Action
🔴 大缺失 結構安全或居住安全受影響 必須修復後方可交屋
🟡 中缺失 功能受影響,不影響安全 建議修復或折價
🟢 小缺失 外觀或輕微功能問題 記錄即可
ℹ️ 注意事項 正常損耗或潛在風險 告知買方

Report Generation

After completing all zone inspections, generate the report:

python scripts/gen-report.py \x3Cinput-json> \x3Coutput-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.

Cross-Skill Integration

  • 預售屋驗收 → Use with pre-sale-housing skill for final inspection of new construction
  • 驗屋報告 → Findings can feed into property-valuation for price adjustments
  • 修繕估價 → For rental property inspections, see rental-management maintenance guide

Important Notes

  • All references are based on Taiwan building codes and common practices
  • This is an inspection guide and tool — final judgment rests with licensed professionals
  • For structural concerns, always recommend a structural engineer evaluation

👤 作者資訊

蔡德標(小威) — 住義房屋管理

  • 🏠 服務項目:房屋買賣、包租代管、驗屋
  • 💬 Line:s179889
  • 📞 手機:0927-711-078
  • 🏪 品牌:住義房屋管理
安全使用建议
Install is reasonable if you need a local Taiwan home-inspection guide. Before using it, decide whether a full address is necessary, store input JSON and generated reports privately, and redact addresses before sharing reports with people or systems that do not need the exact location.
能力评估
Purpose & Capability
The files align with the stated purpose: Taiwan residential inspection checklists, defect grading, standards references, and a local markdown report generator.
Instruction Scope
The skill asks for property details including address, area, age, type, and floor, which is expected for a home inspection report but should be handled as sensitive location data.
Install Mechanism
The artifact contains markdown references/templates and one Python script; there are no install hooks, package installation steps, or hidden setup behavior.
Credentials
The script reads a user-specified JSON file and writes a user-specified markdown report locally, with no network calls, credential access, or broad filesystem scanning.
Persistence & Privilege
The only persistence is the user-directed output report, which may include the property address and inspection findings; there is no background execution or privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taiwan-home-inspection
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taiwan-home-inspection 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
新增作者聯絡資訊(Line/手機/服務項目)
v1.0.0
初始版本:6大區域檢查、缺失分級、自動產報告
元数据
Slug taiwan-home-inspection
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Home Inspection 是什么?

Professional home inspection for Taiwan residential properties. Structured checklists for structure, electrical, plumbing, doors/windows, bathroom, kitchen,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。

如何安装 Home Inspection?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install taiwan-home-inspection」即可一键安装,无需额外配置。

Home Inspection 是免费的吗?

是的,Home Inspection 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Home Inspection 支持哪些平台?

Home Inspection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Home Inspection?

由 tsaitepiao-alt(@tsaitepiao-alt)开发并维护,当前版本 v1.1.0。

💬 留言讨论