π¦ ClawHub
Travel Concierge CLI
by @arein
Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia)
TERMINAL
clawhub install travel-conciergeπ About This Skill
name: travel-concierge description: Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia) version: 1.0.0 triggers: - find contact - hotel contact - accommodation contact - property contact - airbnb contact - booking contact - vrbo contact - expedia contact - direct booking - property email - property phone
Travel Concierge
Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking.
Usage
When the user provides a booking URL or asks to find contact details for an accommodation:
1. Run the CLI to extract contact information:
travel-concierge find-contact ""
2. Present the dossier to the user with all discovered contact methods.
Supported Platforms
airbnb.com/rooms/...booking.com/hotel/...vrbo.com/...expedia.com/...Hotel...Examples
Finding contacts for an Airbnb listing
User: "Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345" Action: Runtravel-concierge find-contact "https://www.airbnb.com/rooms/12345"Finding contacts for a Booking.com hotel
User: "How can I contact this hotel directly?" (with Booking.com URL) Action: Runtravel-concierge find-contact "" JSON output for scripting
travel-concierge find-contact --json "https://..."
Verbose output to see search progress
travel-concierge find-contact --verbose "https://..."
Configuration
The tool works without any API keys using web scraping. For enhanced results, configure optional APIs:
# Set Google Places API key for verified phone/website data
travel-concierge config set googlePlacesApiKey "your-key"View current config
travel-concierge config show
Output Format
The CLI returns a contact dossier with:
Notes
agent-browser) may be needed for JavaScript-rendered listing pagesπ‘ Examples
Finding contacts for an Airbnb listing
User: "Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345" Action: Runtravel-concierge find-contact "https://www.airbnb.com/rooms/12345"Finding contacts for a Booking.com hotel
User: "How can I contact this hotel directly?" (with Booking.com URL) Action: Runtravel-concierge find-contact "" JSON output for scripting
travel-concierge find-contact --json "https://..."
Verbose output to see search progress
travel-concierge find-contact --verbose "https://..."
βοΈ Configuration
The tool works without any API keys using web scraping. For enhanced results, configure optional APIs:
# Set Google Places API key for verified phone/website data
travel-concierge config set googlePlacesApiKey "your-key"View current config
travel-concierge config show
π Tips & Best Practices
agent-browser) may be needed for JavaScript-rendered listing pages