Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia)
Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia)
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking.
When the user provides a booking URL or asks to find contact details for an accommodation: Run the CLI to extract contact information: travel-concierge find-contact "<url>" Present the dossier to the user with all discovered contact methods.
Airbnb: airbnb.com/rooms/... Booking.com: booking.com/hotel/... VRBO: vrbo.com/... Expedia: expedia.com/...Hotel...
User: "Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345" Action: Run travel-concierge find-contact "https://www.airbnb.com/rooms/12345"
User: "How can I contact this hotel directly?" (with Booking.com URL) Action: Run travel-concierge find-contact "<booking-url>"
travel-concierge find-contact --json "https://..."
travel-concierge find-contact --verbose "https://..."
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
The CLI returns a contact dossier with: Property Information: Name, platform, location, host name Contact Methods: Phone numbers Email addresses WhatsApp (if available) Instagram profile Facebook page Website Google Maps URL Sources: Where each piece of contact info was found, with confidence levels
The tool extracts publicly available information only Browser automation (via agent-browser) may be needed for JavaScript-rendered listing pages Some platforms heavily restrict scraping; results may vary Google Places API provides the most reliable contact data when configured
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.