Why we built an AI skill instead of another real estate calculator app
The internet is graveyard of real estate calculator apps. Every guru has one, and they all suffer from the exact same problem: they are rigid, slow, and require you to do all the manual data entry yourself. Here is why we decided to build The Section 8 as an AI skill inside Claude instead of building another standalone web app.
The copy-paste nightmare
Think about your current underwriting workflow. You open Zillow. You find a house. Then you open up a web calculator in another tab.
You copy the price. Paste. You look up the property taxes. Paste. You check the HOA fees. Paste. You try to estimate the insurance. Type. Then you realize you need the Fair Market Rent, so you open the HUD portal, look up the zip code, and manually type the rent ceiling into your calculator.
Doing this for one house takes 10 minutes. Doing it for 50 houses a day is mind-numbing. Standard web calculators don't actually do the work for you; they just do the arithmetic after you've spent 10 minutes gathering the data.
Bringing the calculator to the data
Instead of forcing you to bring data to a calculator, we built an AI skill that brings the calculator to the data.
Because the skill lives natively inside Claude, you simply paste the URL of the property listing. The AI agent visits the page. It extracts the asking price, the property taxes, the HOA fees, and the bedroom count. Then, it reaches out to HUD to fetch the live Fair Market Rent, and Bankrate to fetch the live mortgage rate.
It executes the full 5-step pipeline—State laws, Property Criteria, Crime Check, HUD FMR, and Cash Flow Math—without you typing a single number.
What we tried that didn't work
We originally prototyped this as a Chrome extension. The idea was that the extension would scrape the Zillow page you were looking at and pop up a sidebar with the cash flow math.
It was a brittle nightmare. Zillow changes their DOM structure constantly. Redfin uses completely different class names. Our scrapers broke every other week.
By using Claude as the underlying engine, we leverage LLM vision and text extraction. Claude doesn't care if Zillow changes a <div> class name. It just reads the page like a human would and extracts the exact numbers we need to run our custom cash flow math. It is infinitely more resilient.
The one major trade-off
There is a catch to this architecture. Because this is a custom skill designed to run inside Claude, you need an active Claude Pro subscription to use it.
If you are just playing around with real estate investing on the weekends, paying $20/month for Claude Pro might feel steep. But if you are actively submitting offers, the hours you save every single day by entirely eliminating manual data entry covers the cost of the subscription on day one.
Try the pipeline
If you are tired of tabbing back and forth between Zillow and a spreadsheet, drop your workflow into an AI agent.
Configure your Section 8 AI Skill here
Disclaimer: The views, thoughts, and opinions expressed in this blog post are strictly those of the author. They do not necessarily reflect the official policy or position of The Section 8. Also, let's be honest, they could be completely wrong. This content is provided for informational purposes only. Consult with a qualified professional, attorney, or financial advisor for investment or legal advice specific to your situation.