Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Address security report: clarify API key messaging, remove curl|bash installer, document API fragility
What This Skill Does
Searches Airbnb listings from the command line and returns prices, ratings, and direct booking links. No API key registration required. It uses the same public frontend API key Airbnb's website uses in the browser.
No account or API key setup is needed since it uses Airbnb's existing public frontend key, so searches run immediately without registration.
When to use it
- Comparing nightly rates across different check-in windows
- Filtering rentals by bedroom count before booking a group trip
- Setting a max price to find budget-friendly stays in a city
- Pulling a structured list of listings for travel cost estimation
- Checking pricing for a specific ski resort town over a holiday weekend
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Find Airbnb listings in Steamboat Springs, CO for March 1-3 with at least 2 bedrooms
- 1Run airbnb-search script with location 'Steamboat Springs, CO' and dates 2025-03-01 to 2025-03-03
- 2Apply --min-bedrooms 2 filter to narrow results
- 3Retrieve listings with total prices, star ratings, review counts, and booking URLs
- 4Display results as a formatted table
Table of matching cabins showing total price (including cleaning fees), bedroom count, star rating, and a direct Airbnb room link for each result