Install
openclaw skills install housing-scout-proFind and monitor housing listings (buy/rent), apply practical filters, and manage subscription-style alerts in any supported region. Use when the user asks t...
openclaw skills install housing-scout-proThis skill is self-contained for ClawHub publish. All commands run against the bundled runtime under ./scripts/housing_scout/.
node ./scripts/housing_scout/housing_scout.mjs quickstart --name "great nyc area" --city "New York" --state "NY" --beds-min 3 --budget-max 2000000 --run truenode ./scripts/housing_scout/housing_scout.mjs search --intent buy --city "Seattle" --state "WA" --beds-min 3 --budget-max 1200000node ./scripts/housing_scout/housing_scout.mjs search --intent rent --city "Seattle" --state "WA" --beds-min 2 --budget-max 4500node ./scripts/housing_scout/housing_scout.mjs create_profile --name "great new york city area" --city "New York" --state "NY" --country "US" --beds-min 3 --budget-max 2000000node ./scripts/housing_scout/housing_scout.mjs list_profilesnode ./scripts/housing_scout/housing_scout.mjs show_profile --name "great new york city area"node ./scripts/housing_scout/housing_scout.mjs delete_profile --name "great new york city area"node ./scripts/housing_scout/housing_scout.mjs search --profile "great new york city area" --intent buynode ./scripts/housing_scout/housing_scout.mjs search --profile "great new york city area" --intent rentnode ./scripts/housing_scout/housing_scout.mjs provider_cache_status --provider zillow --intent buynode ./scripts/housing_scout/housing_scout.mjs refresh_provider_cache --provider zillow --intent buy --from ./tmp/zillow_buy.jsonnode ./scripts/housing_scout/housing_scout.mjs lease --profile "great new york city area"node ./scripts/housing_scout/housing_scout.mjs comps --query south-bay-buy-default --redfin-url "https://www.redfin.com/..."node ./scripts/housing_scout/housing_scout.mjs subscribe --query south-bay-buy-default --channel telegram --to YOUR_CHAT_IDnode ./scripts/housing_scout/housing_scout.mjs unsubscribe --query south-bay-buy-defaultnode ./scripts/housing_scout/housing_scout.mjs unsubscribe --subscription-id sub-...node ./scripts/housing_scout/housing_scout.mjs list_subscriptionsnode ./scripts/housing_scout/housing_scout.mjs run_subscriptionsnode ./scripts/housing_scout/housing_scout.mjs search --query south-bay-buy-default--providers redfin,zillow,realtor.live_zillow_buy.json / live_zillow_rent.json)live_realtor_buy.json / live_realtor_rent.json)refresh_provider_cache input shape:
{ "listings": [ { "address"|"street/city/state/zip", "url", "price"|"rent", "beds", "baths", "sqft", "homeType" } ] }https://r.jina.ai/http/... in this runtime. This is a third-party fetch proxy.localhost, 127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x, link-local, intranet hostnames, cloud metadata endpoints).channel + to). Verify recipients before enabling.subscribe stores destination metadata (channel, to) in local skill state.run_subscriptions emits NOTIFY_PAYLOAD JSON; delivery is performed by assistant/gateway messaging../scripts/housing_scout/data/ (profiles, queries, subscriptions, snapshots, caches).node ./scripts/housing_scout/housing_scout.mjs unsubscribe --query <queryId>node ./scripts/housing_scout/housing_scout.mjs unsubscribe --subscription-id <subId>node ./scripts/housing_scout/housing_scout.mjs delete_profile --name "<profile>"./scripts/housing_scout/data/.YOUR_CHAT_ID with your own approved target.