You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@skillhq/travel-concierge

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skillhq/travel-concierge

Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia)

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

Travel Concierge

Find accommodation contact details and place AI-powered booking calls.

Installation

skill install @skillhq/travel-concierge

Features

  • Contact Extraction: Find phone, email, WhatsApp, and social media contacts from Airbnb, Booking.com, VRBO, and Expedia listings
  • AI Phone Calls: Place autonomous phone calls with a goal-driven AI agent that handles the conversation until the goal is achieved

System Dependencies (AI Calls)

AI calls require local binaries in addition to API keys:

  • ffmpeg (must include MP3 decode support)
  • ngrok (used when call auto-starts infrastructure)

Install examples:

# macOS
brew install ffmpeg ngrok

# Ubuntu/Debian (including ARM VPS)
sudo apt-get update
sudo apt-get install -y ffmpeg
# install ngrok from ngrok docs, then verify `ngrok version`

Verify locally:

ffmpeg -version
ffmpeg -decoders | rg -i mp3
ngrok version

The call preflight now fails fast with a clear error if these dependencies are missing or if ffmpeg cannot decode MP3.

Quick Start

Find contacts for a listing

travel-concierge find-contact "https://www.airbnb.com/rooms/12345"

Place an AI booking call

travel-concierge call "+1-555-123-4567" \
  --goal "Book a room for March 12-14" \
  --name "John Smith" \
  --email "john@example.com" \
  --customer-phone "+1-555-000-1111"

Configuration

Configuration is stored in ~/.config/travel-concierge/config.json5.

For contact lookup (optional)

travel-concierge config set googlePlacesApiKey "your-key"

For AI phone calls (required)

travel-concierge config set twilioAccountSid "<sid>"
travel-concierge config set twilioAuthToken "<token>"
travel-concierge config set twilioPhoneNumber "+14155551234"
travel-concierge config set deepgramApiKey "<key>"
travel-concierge config set elevenLabsApiKey "<key>"
travel-concierge config set elevenLabsVoiceId "EXAVITQu4vr4xnSDxMaL"
travel-concierge config set anthropicApiKey "<key>"

Documentation

See SKILL.md and CALL-SETUP.md for full setup and troubleshooting.

License

MIT

Keywords

travel

FAQs

Package last updated on 05 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts