Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

zillow-airbnb-matcherZillow 爱彼迎匹配器

Agent Skill

zillow-airbnb-matcher 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,610

周安装

974

GitHub Stars

2

下载量

7,714
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:zillow-airbnb-matcher(Zillow 爱彼迎匹配器)
来源仓库:https://github.com/freemountaindeer/zillow-airbnb-matcher
安装命令:
openclaw skills install zillow-airbnb-matcher
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install zillow-airbnb-matcher

简介

zillow-airbnb-matcher 查找已产生Airbnb收入的待售房产,结合地理匹配。

  • 适合在 OpenClaw 中需要让 Agent 交叉引用Zillow列表与活跃租赁数据时使用。
  • 通过 clawhub 安装,结合来源仓库和 README 可核验具体用法。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或房产数据访问。
  • 涉及投资分析时建议补充人工复核,避免依赖单一信号源。

SKILL.md

name
zillow-airbnb-matcher
version
3.1.0
description
Find properties for sale that are already generating Airbnb income. Cross-references Zillow listings with active Airbnb rentals using geo-matching and calculates investment metrics.
author
em8.io
metadata
openclaw
requires
bins
[node]
install
kind
shell
command
bash scripts/install.sh
label
Install dependencies and configure RapidAPI key
env
required
true
description
Free RapidAPI key (rapidapi.com — subscribe to airbnb13 + us-property-market1)
requires
commands
script
scripts/search.js
description
Search by ZIP code or city
script
scripts/search.js
description
Find STR investment properties
script
scripts/search.js --demo
description
Run demo with Austin TX sample data (no API needed)
tags

Zillow × Airbnb Matcher Skill

This skill finds for-sale properties that already have an active Airbnb listing nearby — using GPS-based geo-matching to cross-reference Zillow and Airbnb data.

How to Use (Chat Commands)

Send any of these messages:

MessageWhat Happens
search airbnb 78704Search Austin TX zip code
search airbnb Nashville TNSearch by city
check properties 33139Miami Beach STR check
airbnb demoRun demo (no API needed)
search airbnb 78704 max 800000Filter by max price
search airbnb 78704 min 3 bedsFilter by bedrooms

How It Works

  1. Zillow search — Finds all for-sale properties in the ZIP code (~2 seconds)
  2. Airbnb search — Finds all active Airbnb listings in the same area (~3 seconds)
  3. Geo-matching — Matches properties within 100-200 meters using GPS coordinates
  4. Investment analysis — Calculates cap rate, cash flow, mortgage, and break-even occupancy

⏱️ Total runtime: ~5-10 seconds per search (RapidAPI is fast)

Important Notes

  • Revenue estimates are based on nightly rate × 70% occupancy. For precise data, use AirDNA ($100+/mo)
  • Geo-matching means the Airbnb may be a neighbor's property, not the exact same house — always verify
  • Free tier gives 100 Airbnb + 600 Zillow searches per month (RapidAPI free plan)
  • Cost per search: $0 on free plan

Setup

  1. Get free RapidAPI key: https://rapidapi.com → Sign up (free, no credit card)
  2. Subscribe to these 2 APIs (both free):

- Airbnb: https://rapidapi.com/3b-data-3b-data-default/api/airbnb13 - Zillow: https://rapidapi.com/SwongF/api/us-property-market1

  1. Add to your .env: RAPIDAPI_KEY=your_key_here
  2. Test: airbnb demo (no API needed)
  3. Live test: search airbnb 78704

See GUIDE.md for step-by-step setup instructions.

Investment Metrics

The tool calculates (with 20% down, 7.25% rate, 30yr fixed):

  • Cap Rate — annual return on full purchase price
  • Cash-on-Cash — return on your actual cash invested
  • Monthly Cash Flow — what's left after ALL expenses
  • GRM — how many years of revenue to pay back purchase price
  • Break-even occupancy — minimum % booked to not lose money

Investment Grades

  • 🟢 A (Excellent) — Cap ≥6%, CoC ≥10%, occupancy ≥85%
  • 🟡 B (Good) — Solid returns, normal market risk
  • 🟠 C (Fair) — Works but thin margins
  • 🔴 D (Weak) — Avoid unless value-add opportunity

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.02%
按下载量换算5,556

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install zillow-airbnb-matcher 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills