Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: find Airbnb listings in Denver for 2 adults, June 1-5
- 1Runs airbnb-search "Denver, CO" --checkin 2025-06-01 --checkout 2025-06-05 --adults 2
- 2Parses returned listings including name, price per night, total price, rating, and URL
- 3Formats results as a readable list with direct booking links
A list of available Denver listings with nightly rates, total prices including cleaning fees, star ratings, and direct Airbnb URLs