Distressed Homes Finder
Description
Claude Code skill: finds distressed / motivated-seller homes and rent-from-owner leads across Craigslist, Zillow, Redfin, Roam and county records, with an independent verifier that re-opens every listing before it reaches the shortlist.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Distressed Homes Finder
A [Claude Code](https://claude.com/claude-code) skill that hunts distressed and motivated-seller property two ways: **buy-side** (homes worth an offer) and **rent-from-owner** (owners who might rent to you directly, below market). It searches Craigslist FSBO, pre-foreclosure notices, trustee-sale schedules, Zillow, Redfin and Roam, enriches owners from county parcel records, and puts every candidate in front of an independent verifier before it ever reaches your shortlist.
It ships configured for intown Atlanta so you can run it once and see real output. Every number in that setup is a preference you change in one file.
Quick install
git clone https://github.com/Eobodoechine/distressed-homes-finder.git ~/.claude/skills/distressed-homes-finder
cd ~/.claude/skills/distressed-homes-finder
pip install requests beautifulsoup4
python3 config.py # shows what the pipeline will use
That last command is the one to remember. It prints the resolved config and tells you whether you are still on the shipped Atlanta example.
In a Claude Code session, say "find distressed homes" or "find me a place to rent from owner" to run it.
What's included
config.json— the only file you need to edit. Every preference lives here.config.py— loads it. Runpython3 config.pyto see what resolved.SKILL.md— the instructions Claude follows. You shouldn't need to edit this.rent_from_owner.py— gathering, owner enrichment, absentee detection, rent baseline, tiering.run_unified.py— the multi-channel entry point.live_smoke_verify.py— live end-to-end verification against real pages.VERIFIER_SALES_RENT.md— the independent grader's rubric.rent_leads_webhook.gs— optional Google Apps Script webhook for sheet intake.tests/— 22 tests, no network needed.
Setup: making it yours
Open `config.json`. Every field has a `_help` key next to it explaining what it does and where to find the value.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11