# 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "travel-concierge",
    "name": "Travel Concierge CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/arein/travel-concierge",
    "canonicalUrl": "https://clawhub.ai/arein/travel-concierge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/travel-concierge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=travel-concierge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "vitest.config.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "travel-concierge",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T04:59:41.189Z",
      "expiresAt": "2026-05-17T04:59:41.189Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=travel-concierge",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=travel-concierge",
        "contentDisposition": "attachment; filename=\"travel-concierge-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "travel-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/travel-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/travel-concierge",
    "downloadUrl": "https://openagent3.xyz/downloads/travel-concierge",
    "agentUrl": "https://openagent3.xyz/skills/travel-concierge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/travel-concierge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/travel-concierge/agent.md"
  }
}
```
## Documentation

### 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:

Run the CLI to extract contact information:
travel-concierge find-contact "<url>"



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...

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: arein
- Version: 1.0.1
## 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:59:41.189Z
- Expires at: 2026-05-17T04:59:41.189Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/travel-concierge)
- [Send to Agent page](https://openagent3.xyz/skills/travel-concierge/agent)
- [JSON manifest](https://openagent3.xyz/skills/travel-concierge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/travel-concierge/agent.md)
- [Download page](https://openagent3.xyz/downloads/travel-concierge)