← 返回 Skills 市场
nikhonit

Zillow Zestimate

作者 nikhonit · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zillow-zestimate
功能描述
Zillow Zestimate (property valuation) and rent Zestimate lookups via Zillapi.com. One tool, minimum surface area.
使用说明 (SKILL.md)

zillow-zestimate

Focused valuation skill. Use only when the user explicitly asks for a property value — the Zestimate, rent Zestimate, tax-assessed value, or last sale price.

When to use this skill

DO use when the user asks:

  • "What's the Zestimate on 123 Main St?"
  • "How much is my house worth?"
  • "What's the rental Zestimate?"
  • "What did this house last sell for?"
  • "What's the tax-assessed value?"

Do NOT use when:

  • An address appears incidentally in context (email signatures, unrelated documents)
  • The user mentions a property without asking for its value
  • The user has not signaled they want a valuation lookup

If you also need photos, schools, agent contact, or price history, use zillow-full instead — it bundles everything in one install.

Tools

get_zestimate — 1 credit

Returns:

{
  "data": {
    "zestimate": 489500,
    "rent_zestimate": 2800,
    "tax_assessed_value": 410000,
    "last_sold_price": 375000,
    "currency": "USD"
  }
}

Pass either zpid (preferred — cheaper) or address. If only address is given, the handler resolves the zpid first.

Authentication

Set ZILLAPI_KEY to your Zillapi API key (format zk_...). Free key with 100 credits at \x3Chttps://zillapi.com/signup> — no card.

Pricing

Plan Price Credits Rate limit Top-ups
Free $0 100 (one-time) 20/min not available
Monthly $5/mo 1,000/month 200/min $4 per 1,000
Annual $54/yr 12,000 upfront 300/min $3 per 1,000

Trademark

Zillapi is an independent service and is not affiliated with, endorsed by, or sponsored by Zillow Group, Inc. "Zillow" and "Zestimate" are registered trademarks of Zillow Group, Inc.

安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: zillow-zestimate Version: 1.0.1 The skill is a straightforward implementation for fetching property valuations from a specific third-party API (zillapi.com). The code in handler.py uses only the Python standard library, follows best practices for API authentication via environment variables, and the SKILL.md instructions provide clear, restrictive guidelines for the AI agent to prevent unintended usage.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose, SKILL.md instructions, and handler code all align around a single Zestimate/rent Zestimate lookup function.
Instruction Scope
The skill explicitly limits use to cases where the user asks for property value information and warns not to run on incidental addresses.
Install Mechanism
There is no install script or package installation; the included handler uses only Python standard-library modules.
Credentials
The skill requires a ZILLAPI_KEY and sends lookup inputs to the disclosed Zillapi API, which is expected for this integration.
Persistence & Privilege
The artifacts show no persistence, background execution, local file indexing, credential storage, or privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zillow-zestimate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zillow-zestimate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
v1.0.1: parity update with zillow-full. Tightened intent-based activation guidance + declared ZILLAPI_KEY in metadata.openclaw.requires.env.
v1.0.0
Initial release of zillow-zestimate skill: - Provides fast property value estimates via Zillapi.com, including Zestimate, rent Zestimate, tax assessed value, and last sale price. - Offers a single lightweight tool for value lookups; separate from a full-featured Zillow integration. - Requires only a Zillapi API key for setup. - Simple tool interface: use zpid or address to retrieve valuation data. - Transparent free/paid usage and rate limit details included.
元数据
Slug zillow-zestimate
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Zillow Zestimate 是什么?

Zillow Zestimate (property valuation) and rent Zestimate lookups via Zillapi.com. One tool, minimum surface area. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Zillow Zestimate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zillow-zestimate」即可一键安装,无需额外配置。

Zillow Zestimate 是免费的吗?

是的,Zillow Zestimate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Zillow Zestimate 支持哪些平台?

Zillow Zestimate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zillow Zestimate?

由 nikhonit(@nikhonit)开发并维护,当前版本 v1.0.1。

💬 留言讨论