rental-property
Installation
SKILL.md
Rental Property Analysis
Overview
Calculate key rental property metrics: net operating income (NOI), cash-on-cash return, cap rate, and ROI per property. Tracks rental income against property-specific expenses for Schedule E tax preparation.
Wilson Tools Used
transaction_search— find all income and expenses related to a specific property by vendor, description, or tagspending_summary— aggregate property expenses by category (mortgage, insurance, repairs, management fees)export_transactions— export property-specific transactions for tax filing (Schedule E)
Workflow
- Ask for the property (address or name), purchase price, down payment, and current market value. If multiple properties, repeat for each.
- Use
transaction_searchto find all rental income for the property (tenant payments, security deposits). - Use
transaction_searchto find all property expenses (mortgage, insurance, property tax, HOA, repairs, management fees, utilities paid by owner). - Use
spending_summaryto aggregate expenses by category for the property. - Calculate key metrics:
Related skills