# Send Travel Concierge CLI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "concierge",
    "name": "Travel Concierge CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/arein/concierge",
    "canonicalUrl": "https://clawhub.ai/arein/concierge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/concierge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=concierge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CALL-SETUP.md",
      "README.md",
      "SKILL.md",
      "skills/phone-call/SKILL.md",
      "vitest.config.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "concierge",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T04:50:22.547Z",
      "expiresAt": "2026-05-17T04:50:22.547Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=concierge",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=concierge",
        "contentDisposition": "attachment; filename=\"concierge-1.5.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "concierge"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/concierge"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/concierge",
    "downloadUrl": "https://openagent3.xyz/downloads/concierge",
    "agentUrl": "https://openagent3.xyz/skills/concierge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/concierge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/concierge/agent.md"
  }
}
```
## Documentation

### Travel Concierge

Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings and place AI booking calls.

### 1) Find contact details from a listing URL

concierge find-contact "<url>"

### 2) Place an autonomous phone call

concierge call "+1-555-123-4567" \\
  --goal "Book a room for March 12-14" \\
  --name "Derek Rein" \\
  --email "alexanderderekrein@gmail.com" \\
  --customer-phone "+1-555-000-1111" \\
  --context "Prefer direct booking if rate beats Booking.com"

The call command now auto-manages infra by default: if local server is down, it starts ngrok + call server automatically and stops both when the call ends.

### Supported listing platforms

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

### Find contacts for an Airbnb listing

Run:

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

### Start a call and control turns manually

Run:

concierge call "+1-555-123-4567" \\
  --goal "Negotiate a direct booking rate" \\
  --name "Derek Rein" \\
  --email "alexanderderekrein@gmail.com" \\
  --customer-phone "+1-555-000-1111" \\
  --interactive

### JSON output for scripting (contact lookup)

concierge find-contact --json "https://..."

### Verbose output

concierge --verbose find-contact "https://..."

### Configuration

The CLI stores configuration in:

~/.config/concierge/config.json5

### Optional for contact lookup

concierge config set googlePlacesApiKey "your-key"

### Required for AI phone calls

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

# Optional for auto ngrok auth
concierge config set ngrokAuthToken "<token>"

Check values:

concierge config show

### Notes

Contact extraction uses publicly available information.
call validates local dependencies before dialing (ffmpeg with MP3 decode support, and ngrok when auto-infra is needed).
call runs preflight checks for Twilio, Deepgram, and ElevenLabs quota before dialing.
When auto infra is used, server/ngrok logs are written under ~/.config/concierge/call-runs/<run-id>/.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: arein
- Version: 1.5.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-10T04:50:22.547Z
- Expires at: 2026-05-17T04:50:22.547Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/concierge)
- [Send to Agent page](https://openagent3.xyz/skills/concierge/agent)
- [JSON manifest](https://openagent3.xyz/skills/concierge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/concierge/agent.md)
- [Download page](https://openagent3.xyz/downloads/concierge)