Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

homestruk-maintenance-triagehomestruk 维护分类

Agent Skill

homestruk-maintenance-triage 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,175

周安装

135

GitHub Stars

公开资料未说明

下载量

1,112
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:homestruk-maintenance-triage(homestruk 维护分类)
来源仓库:https://github.com/adamsjb/homestruk-maintenance-triage
安装命令:
openclaw skills install homestruk-maintenance-triage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install homestruk-maintenance-triage

简介

homestruk-maintenance-triage 对租户维护请求进行分类与优先级分配。

  • 支持严重程度判断、承包商类型匹配及成本估算功能。
  • 可自动生成工单并集成任务管理系统。homestruk-maintenance-triage 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 操作前需核实维护记录访问权限及数据安全策略。
  • 建议定期更新分类规则以适应实际业务变化。

SKILL.md

version
1.0.0
name
homestruk-maintenance-triage
description
Triage tenant maintenance requests by severity, assign priority, identify the right contractor type, estimate costs, and generate work orders. Use when a tenant reports a maintenance issue, when reviewing open work orders, or when assessing property condition. Follows Massachusetts habitability requirements (105 CMR 410).
user-invocable
true
tags

Homestruk Maintenance Triage

Classify, prioritize, and route tenant maintenance requests using Massachusetts habitability standards and Homestruk SOPs.

When to Use This Skill

  • Tenant texts/emails about a maintenance issue
  • Work order needs priority classification
  • Need to decide: emergency dispatch vs scheduled repair
  • Reviewing open work orders for overdue items
  • Property inspection reveals issues

Severity Classification

EMERGENCY (respond within 2 hours)

Indicators: flooding, gas leak, no heat (winter), sewage backup, fire damage, broken exterior door/lock, electrical hazard, carbon monoxide alarm, structural collapse risk.

Action: Immediately dispatch contractor. Notify owner. If gas leak or fire: tell tenant to evacuate and call 911. MA law: landlord must maintain habitable conditions (105 CMR 410). Failure to respond to emergencies = potential liability.

URGENT (respond within 24 hours)

Indicators: no hot water, broken window, pest infestation, A/C failure (heat wave), refrigerator not working, toilet not flushing (only toilet), roof leak (active).

Action: Schedule contractor within 24 hours. Notify owner.

ROUTINE (respond within 3-7 days)

Indicators: dripping faucet, running toilet, minor appliance issue, cosmetic damage, squeaky door, clogged (non-emergency) drain, light fixture out, minor pest sighting.

Action: Create work order. Schedule at mutual convenience.

COSMETIC / LOW (schedule at next convenient time)

Indicators: paint touch-up, weatherstripping, caulking, minor wall damage, cabinet door alignment.

Action: Add to next scheduled maintenance visit or turnover list.

Triage Process

When a maintenance request comes in:

  1. Classify severity using the categories above
  2. Identify contractor type needed:

- Plumber: water leaks, drains, toilets, water heater - Electrician: outlets, wiring, panel, light fixtures - HVAC: heating, A/C, ventilation, ductwork - General handyman: doors, locks, drywall, painting - Roofer: roof leaks, flashing, gutters - Pest control: insects, rodents, wildlife - Locksmith: lockouts, rekeying, deadbolts - Appliance repair: fridge, stove, dishwasher, washer/dryer

  1. Check contractor roster:

Read ~/.openclaw/workspace/contractors/ for available vendors. Match by trade and service area.

  1. Estimate cost range:
TypeTypical Range
Plumber (service call)$150-350
Electrician (service call)$150-300
HVAC (service call)$150-400
Handyman (hourly)$50-100/hr
Roofer (repair)$300-1500
Pest control (treatment)$150-400
Locksmith (rekey)$75-200
Appliance repair$150-400
  1. Generate work order:

Save to ~/.openclaw/workspace-ops/work-orders/WO-[DATE]-[SLUG].md:

# Work Order: [SHORT DESCRIPTION]
Date opened: [DATE]
Property: [ADDRESS]
Unit: [UNIT]
Tenant: [NAME]
Phone: [PHONE]

## Issue
[Description from tenant]

## Classification
Severity: [EMERGENCY/URGENT/ROUTINE/COSMETIC]
Trade needed: [PLUMBER/ELECTRICIAN/etc]
Estimated cost: $[RANGE]

## Dispatch
Contractor: [NAME or "unassigned"]
Dispatched: [DATE or "pending"]
ETA: [DATE/TIME]

## Status
[ ] Acknowledged by tenant
[ ] Contractor dispatched
[ ] Work scheduled for: [DATE]
[ ] Work completed
[ ] Tenant confirmed resolution
[ ] Invoice received: $[AMOUNT]
[ ] Owner notified of cost
  1. Notify tenant:

Draft a response to the tenant confirming receipt and providing the expected timeline based on severity level.

  1. Notify owner (if cost > $300 or emergency):

Draft a brief owner notification with the issue, estimated cost, and recommended action.

Massachusetts Habitability Requirements (105 CMR 410)

The MA Sanitary Code requires landlords to maintain:

  • Structural elements in good repair
  • Weathertight windows and doors
  • Adequate heating (68F Oct 1 - May 31)
  • Hot and cold running water
  • Working plumbing and sewage
  • Working electrical systems
  • Extermination of insects and rodents
  • Smoke and CO detectors
  • Egress and safety requirements

Failure to maintain habitability = tenant can:

  • Withhold rent (MGL c.239 s.8A)
  • Repair and deduct (up to 4 months rent per year)
  • File complaints with Board of Health
  • Sue for damages

ALWAYS flag habitability issues as URGENT or EMERGENCY. Never let a habitability issue sit as ROUTINE.

Integration with Existing SOPs

  • Reference ~/.openclaw/workspace/sops/05-work-orders.md
  • Reference ~/.openclaw/workspace/sops/06-tenant-communication.md
  • Check contractor roster in ~/.openclaw/workspace/contractors/

About Homestruk

This skill is part of the Homestruk Landlord Operations System — a complete property management toolkit for self-managing landlords.

Free: Download the Rent-Ready Turnover Checklist at homestruk.com Full System: 10 operations documents + spreadsheets at homestruk.com

Built by Homestruk Properties LLC | homestruk.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.34%
按下载量换算782

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills