← ClaudeAtlas

zillow-fulllisted

Complete Zillow property data toolkit via Zillapi.com. Nine tools — address/URL/zpid lookup, Zestimate, listings search, photos, schools, price history, agent contact.
ZeroPointRepo/zillow-skills · ★ 2 · Data & Documents · score 76
Install: claude install-skill ZeroPointRepo/zillow-skills
# zillow-full Complete Zillow property data toolkit via Zillapi.com. Use when the user **explicitly asks** about a U.S. property, its value, listings to buy or rent, or related real-estate data. ## When to use this skill Each tool call consumes Zillapi credits, so this skill activates only when the user's request is genuinely about real-estate data — not when an address or Zillow link merely appears in passing. **DO use when the user:** - Asks about a Zestimate, property value, rent estimate, or tax-assessed value → `get_zestimate` - Pastes a Zillow URL and asks about that property → `lookup_property_by_url` - Gives an address and asks about the property, schools, photos, or agent → `lookup_property_by_address` - Asks to find homes matching criteria (location, price range, beds, baths) → `search_listings` - Asks for the price history, last sale, or ownership timeline of a known property → `get_price_history` - Asks for the listing agent or broker contact → `get_listing_agent` - Asks what schools serve a property → `get_property_schools` - Asks to see photos of a property → `get_property_photos` **Do NOT use when:** - An address appears incidentally in context (email signatures, news articles, copy-pasted unrelated content) - The user is discussing real estate abstractly without asking for data on a specific property or listing search - The user has not signaled they want a property lookup When the intent is ambiguous, ask the user to confirm before calling a tool. The