TopRank Skills

Home / Claw Skills / Maps / Local Services / travel-concierge
Official OpenClaw rules 74%

travel-concierge

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 travel-concierge 技能。 若已安装,则直接安装 travel-concierge 技能。

Overview

Skill Key
arein/travel-concierge
Author
arein
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/arein/travel-concierge
Latest Commit SHA
65fd7fd6304d90d86c8e3e8cc0a82b1eee5b090e

Extracted Content

SKILL.md excerpt

# 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:
   ```bash
   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
```bash
travel-concierge find-contact --json "https://..."
```

### Verbose output to see search progress
```bash
travel-concierge find-contact --verbose "https://..."
```

## Configuration

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

```bash
# 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-rend...

Related Claw Skills

capt-marbles

phantombuster

★ 0

Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.

dgorissen

stormglass-surf-skill

★ 0

Fetch surf-relevant ocean conditions from Stormglass by spot name or coordinates, including current snapshot and 1-3 day forecast windows with tides, gusts, and water temperature. Use when users ask for surf reports, wave or swell conditions, tide timing, wind, gusts, or water temperature for a beach or surf spot.

coderaven

brain

★ 0

Personal knowledge base for capturing and retrieving information about people, places, restaurants, games, tech, events, media, ideas, and organizations. Use when: user mentions a person, place, restaurant, landmark, game, device, event, book/show, idea, or company. Trigger phrases: "remember", "note that", "met this person", "visited", "played", "what do I know about", etc. Brain entries take precedence over daily logs for named entities.

cutthemustard

geocode-lookup

★ 0

Forward/reverse geocoding and great-circle distance calculations.

cotyledonlab

irish-takeaway

★ 0

Find nearby takeaways in Ireland and browse menus via Deliveroo/Just Eat. Uses Google Places API for discovery and browser automation for menu scraping.

coreyleung-art

baidu-map

★ 0

使用百度地图Web服务API进行地点搜索、天气查询、路线规划和地理编码。