← All skills
Tencent SkillHub · Data Analysis

Zillow × Airbnb Matcher

Find properties for sale that are already generating Airbnb income. Cross-references Zillow listings with active Airbnb rentals using geo-matching and calcul...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Find properties for sale that are already generating Airbnb income. Cross-references Zillow listings with active Airbnb rentals using geo-matching and calcul...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
GUIDE.md, SKILL.md, _meta.json, package-lock.json, package.json, scripts/install.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
3.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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 Happenssearch airbnb 78704Search Austin TX zip codesearch airbnb Nashville TNSearch by citycheck properties 33139Miami Beach STR checkairbnb demoRun demo (no API needed)search airbnb 78704 max 800000Filter by max pricesearch airbnb 78704 min 3 bedsFilter by bedrooms

How It Works

Zillow search — Finds all for-sale properties in the ZIP code (~2 seconds) Airbnb search — Finds all active Airbnb listings in the same area (~3 seconds) Geo-matching — Matches properties within 100-200 meters using GPS coordinates 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

Get free RapidAPI key: https://rapidapi.com → Sign up (free, no credit card) 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 Add to your .env: RAPIDAPI_KEY=your_key_here Test: airbnb demo (no API needed) 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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • GUIDE.md Docs
  • scripts/install.sh Scripts
  • _meta.json Config
  • package-lock.json Config
  • package.json Config