From explore
Scrapes Airbnb for property listings, availability, and pricing using Playwright. Automates accommodation research for trip planning. Requires headless=False.
How this skill is triggered — by the user, by Claude, or both
Slash command
/explore:app-airbnb.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (optional — public listings accessible without login; login enables saved searches and wish lists)
Auth: Playwright + Chrome cookies (optional — public listings accessible without login; login enables saved searches and wish lists)
URL: https://www.airbnb.com
Configuration: Set preferences in vault/explore/config.md
Add to vault/explore/config.md:
airbnb_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Default
explore_min_bedrooms: 1
explore_max_nightly_price: 250
explore_min_rating: 4.5
airbnb.com/s/{destination}/homes?checkin=YYYY-MM-DD&checkout=YYYY-MM-DD&adults=Nop-trip-planning-review — compare accommodation options for a planned trip when hotel/accommodation is still unbookedflow-build-trip-summary — surface current pricing for unbooked accommodation in trip budget sectionvault/explore/00_current/ — accommodation research notes written to the trip file as a comparison table
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin explore