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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adamsjb/homestruk-rent-compsHomestruk Rent Comps Analyzer
Determine market rent for any Massachusetts rental property by analyzing comparable listings and local market data.
When to Use This Skill
- Tenant asks for rent reduction (need market data to respond)
- Lease renewal coming up (need to set new rent)
- New property acquisition (need to project rental income)
- Vacancy — need to price a listing competitively
- Owner asks "what should I charge?"
How It Works
Step 1: Gather Property Details
Ask for or look up in ~/.openclaw/shared/properties.json:
- Address and city
- Bedrooms / bathrooms
- Square footage (approximate)
- Property type (SFR, multi-family, condo)
- Key features: parking, laundry, A/C, pets allowed
- Current rent (if renewing)
- Condition: updated / average / needs work
Step 2: Search for Comps
Run web searches for comparable active listings:
# Search pattern — run 3-4 queries
web_search "[CITY] MA [BEDS] bedroom apartment for rent"
web_search "[CITY] MA rental listings [BEDS]br"
web_search "apartments.com [CITY] MA [BEDS] bedroom"
web_search "zillow [CITY] MA rentals [BEDS] bed"
For each comp found, record:
- Address or listing URL
- Listed rent
- Bedrooms / bathrooms
- Square footage (if available)
- Key features (parking, laundry, pets, A/C)
- Days on market
- Condition notes
Step 3: Adjust Comps
For each comp, apply adjustments vs the subject property:
| Feature | Adjustment |
|---|---|
| Extra bedroom | +$200-400/mo |
| Extra bathroom | +$75-150/mo |
| In-unit laundry (subject has, comp doesnt) | +$50-100/mo |
| Parking included (subject has, comp doesnt) | +$75-150/mo |
| Central A/C vs window units | +$50-75/mo |
| Pets allowed vs not | +$25-50/mo |
| Updated kitchen/bath vs dated | +$100-200/mo |
| Better location (walkability, schools) | +/- $50-150/mo |
Step 4: Calculate Recommended Rent
- Average the adjusted comp rents
- Calculate the median
- Recommended rent = average of mean and median
- Round to nearest $25 or $50
Step 5: Output the Analysis
Format the report as:
RENT COMPS ANALYSIS — [ADDRESS]
Date: [TODAY]
SUBJECT PROPERTY
[Details]
COMPARABLE PROPERTIES (5 max)
Comp 1: [Address] — $[RENT] — [BEDS/BATHS] — [SQFT]
Adjustments: [list]
Adjusted rent: $[AMOUNT]
[Repeat for each comp]
ANALYSIS
Average adjusted rent: $[X]
Median adjusted rent: $[X]
Range: $[LOW] - $[HIGH]
RECOMMENDATION
Recommended rent: $[X]/month
Confidence: [High/Medium/Low] based on [# of comps, similarity]
If renewing existing tenant:
Current rent: $[X]
Market rent: $[X]
Suggested increase: $[X] ([X]%)
MA law note: No rent control in most MA cities.
30 days notice required for at-will tenancies.
Lease term increases take effect at renewal.
Save the full report to: ~/.openclaw/workspace/properties/comps-[address-slug]-[date].md
Massachusetts-Specific Notes
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-rent-comps": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
real-estate-showing-brief
为房产带看前整理买家画像、关注点、路线与现场提问清单。;use for real-estate, showing, brief workflows;do not use for 编造房源信息, 替代正式法律披露.
homestruk-deal-analyzer
Analyze rental property investment deals by calculating key metrics including cap rate, cash-on-cash return, DSCR, GRM, and the 1% rule. Use when evaluating a property purchase, comparing deals, running what-if scenarios on price or financing, or when an owner asks whether a deal makes financial sense. Produces a deal verdict and 5-year projection.
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).
homestruk-tenant-screening
Screen tenant applications using Fair Housing compliant criteria for Massachusetts properties. Use when evaluating a rental application, setting screening criteria, checking an applicant against standards, or drafting acceptance/rejection letters. Covers income verification, credit checks, criminal background (with HUD guidance), rental history, and MA-specific protected classes.
homestruk-lease-renewal
Track lease expirations and manage the 90-day renewal process. Use when checking upcoming lease expirations, planning rent increases, drafting renewal offers, or managing the renewal negotiation timeline. Reads property and tenant data to proactively flag leases expiring within 90 days and guides through the Homestruk renewal SOP.