LaunchKit · 2026
Back to Skills

airbnb

Search Airbnb listings with prices, ratings, and direct links.

0
0 downloads
by @stveenli

Setup & Installation

openclaw skills install @stveenli/airbnb

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install airbnb

What This Skill Does

Searches Airbnb listings from the command line and returns prices, ratings, review counts, and direct booking links. Supports filtering by date range, guest count, price range, and superhost status. No API key required.

Requires no API key or account, unlike browser-based search, so results can be scripted and piped into other tools.

When to use it

  • Finding available cabins for a ski weekend in a specific region
  • Comparing nightly rates across listings before committing to a booking
  • Automating rental research with JSON output for further processing
  • Filtering to only superhost listings for a family trip
  • Scripting searches across multiple destinations to compare travel costs

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: find Airbnb listings in Denver for 2 adults, June 1-5

AGENT
  1. 1Runs airbnb-search "Denver, CO" --checkin 2025-06-01 --checkout 2025-06-05 --adults 2
  2. 2Parses returned listings including name, price per night, total price, rating, and URL
  3. 3Formats results as a readable list with direct booking links
OUTPUT

A list of available Denver listings with nightly rates, total prices including cleaning fees, star ratings, and direct Airbnb URLs