Zillow Zestimate
PassAudited by ClawScan on May 12, 2026.
Overview
This is a focused property valuation lookup skill that uses a Zillapi API key and sends the requested address or property ID to Zillapi.
This skill appears safe for its stated purpose. Before installing, understand that it needs your Zillapi API key, requests may consume credits, and any property address or zpid you ask it to value will be sent to Zillapi.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your Zillapi account key will be used to make valuation requests and may consume Zillapi credits.
The skill requires a provider API key, which is sensitive account authority, but it is disclosed and directly tied to the stated Zillapi valuation purpose.
Set `ZILLAPI_KEY` to your Zillapi API key (format `zk_...`).
Use a dedicated Zillapi key if possible, keep it private, and monitor API usage or billing limits.
Property addresses or Zillow property IDs you ask about will be shared with Zillapi to retrieve valuation data.
The handler sends the user-provided property address or zpid to the disclosed external Zillapi API to perform the lookup.
API_BASE = "https://api.zillapi.com/v1" ... _request("/properties/by-address", params={"address": address, "fields": "zpid"})Only request lookups for addresses you are comfortable sending to Zillapi, and avoid using the skill on incidental or private addresses unless you intend the lookup.
