housing-scout
SKILL.md
Housing Scout
This skill is self-contained for ClawHub publish. All commands run against the bundled runtime under ./scripts/housing_scout/.
Quickstart (recommended)
- Create a profile and run first search immediately:
node ./scripts/housing_scout/housing_scout.mjs quickstart --name "great nyc area" --city "New York" --state "NY" --beds-min 3 --budget-max 2000000 --run true
Direct search (no profile required)
- Buy:
node ./scripts/housing_scout/housing_scout.mjs search --intent buy --city "Seattle" --state "WA" --beds-min 3 --budget-max 1200000
- Rent:
node ./scripts/housing_scout/housing_scout.mjs search --intent rent --city "Seattle" --state "WA" --beds-min 2 --budget-max 4500
Profile workflow
- Create: