homestruk-maintenance-triage
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).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adamsjb/homestruk-maintenance-triageHomestruk 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:
-
Classify severity using the categories above
-
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
-
Check contractor roster: Read ~/.openclaw/workspace/contractors/ for available vendors. Match by trade and service area.
-
Estimate cost range:
Type Typical 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 -
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]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adamsjb-homestruk-maintenance-triage": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
Oven
Track oven usage and cooking schedules. Use when logging bake sessions, setting cook reminders, checking inventory, reviewing stats.
homestruk-rent-comps
Analyze rental comps and recommend rent pricing for Massachusetts properties. Use when user asks about rent pricing, market rent, comparable properties, rent increases, or what to charge for rent. Searches Zillow, Apartments.com, and Craigslist data to find comparable listings and calculates recommended rent based on property features, location, and market conditions.
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
farmos-equipment
Query equipment status, maintenance schedules, and service history for the farm fleet. Uses integration endpoints (no auth required).
farmos-tasks
Query and manage farm work orders and tasks. View assignments, create tasks, update status. Uses integration endpoints (no auth) for reads and authenticated endpoints for writes.