skills$openclaw/travel-concierge
arein5.8k

by arein

travel-concierge – OpenClaw Skill

travel-concierge is an OpenClaw Skills integration for coding workflows. Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia)

5.8k stars7.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nametravel-concierge
descriptionFind contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia) OpenClaw Skills integration.
ownerarein
repositoryarein/travel-concierge
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @arein/travel-concierge
last updatedFeb 7, 2026

Maintainer

arein

arein

Maintains travel-concierge in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
287 B
SKILL.md
2.5 KB
vitest.config.ts
344 B
SKILL.md

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 "<url>"
    
  2. Present the dossier to the user with all discovered contact methods.

Supported Platforms

  • Airbnb: airbnb.com/rooms/...
  • Booking.com: booking.com/hotel/...
  • VRBO: vrbo.com/...
  • Expedia: expedia.com/...Hotel...

Examples

Finding contacts for an Airbnb listing

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"

Finding contacts for a Booking.com hotel

User: "How can I contact this hotel directly?" (with Booking.com URL) Action: Run travel-concierge find-contact "<booking-url>"

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:

  • 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

Notes

  • 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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

Configuration

The tool works without any API keys using web scraping. For enhanced results, configure optional APIs: ```bash

FAQ

How do I install travel-concierge?

Run openclaw add @arein/travel-concierge in your terminal. This installs travel-concierge into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/arein/travel-concierge. Review commits and README documentation before installing.