{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/travel-concierge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=travel-concierge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "vitest.config.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/travel-concierge",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Travel Concierge",
        "body": "Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking."
      },
      {
        "title": "Usage",
        "body": "When the user provides a booking URL or asks to find contact details for an accommodation:\n\nRun the CLI to extract contact information:\ntravel-concierge find-contact \"<url>\"\n\n\n\nPresent the dossier to the user with all discovered contact methods."
      },
      {
        "title": "Supported Platforms",
        "body": "Airbnb: airbnb.com/rooms/...\nBooking.com: booking.com/hotel/...\nVRBO: vrbo.com/...\nExpedia: expedia.com/...Hotel..."
      },
      {
        "title": "Finding contacts for an Airbnb listing",
        "body": "User: \"Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345\"\nAction: Run travel-concierge find-contact \"https://www.airbnb.com/rooms/12345\""
      },
      {
        "title": "Finding contacts for a Booking.com hotel",
        "body": "User: \"How can I contact this hotel directly?\" (with Booking.com URL)\nAction: Run travel-concierge find-contact \"<booking-url>\""
      },
      {
        "title": "JSON output for scripting",
        "body": "travel-concierge find-contact --json \"https://...\""
      },
      {
        "title": "Verbose output to see search progress",
        "body": "travel-concierge find-contact --verbose \"https://...\""
      },
      {
        "title": "Configuration",
        "body": "The tool works without any API keys using web scraping. For enhanced results, configure optional APIs:\n\n# Set Google Places API key for verified phone/website data\ntravel-concierge config set googlePlacesApiKey \"your-key\"\n\n# View current config\ntravel-concierge config show"
      },
      {
        "title": "Output Format",
        "body": "The CLI returns a contact dossier with:\n\nProperty Information: Name, platform, location, host name\nContact Methods:\n\nPhone numbers\nEmail addresses\nWhatsApp (if available)\nInstagram profile\nFacebook page\nWebsite\nGoogle Maps URL\n\n\nSources: Where each piece of contact info was found, with confidence levels"
      },
      {
        "title": "Notes",
        "body": "The tool extracts publicly available information only\nBrowser automation (via agent-browser) may be needed for JavaScript-rendered listing pages\nSome platforms heavily restrict scraping; results may vary\nGoogle Places API provides the most reliable contact data when configured"
      }
    ],
    "body": "Travel Concierge\n\nFind contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking.\n\nUsage\n\nWhen the user provides a booking URL or asks to find contact details for an accommodation:\n\nRun the CLI to extract contact information:\n\ntravel-concierge find-contact \"<url>\"\n\n\nPresent the dossier to the user with all discovered contact methods.\n\nSupported Platforms\nAirbnb: airbnb.com/rooms/...\nBooking.com: booking.com/hotel/...\nVRBO: vrbo.com/...\nExpedia: expedia.com/...Hotel...\nExamples\nFinding contacts for an Airbnb listing\n\nUser: \"Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345\" Action: Run travel-concierge find-contact \"https://www.airbnb.com/rooms/12345\"\n\nFinding contacts for a Booking.com hotel\n\nUser: \"How can I contact this hotel directly?\" (with Booking.com URL) Action: Run travel-concierge find-contact \"<booking-url>\"\n\nJSON output for scripting\ntravel-concierge find-contact --json \"https://...\"\n\nVerbose output to see search progress\ntravel-concierge find-contact --verbose \"https://...\"\n\nConfiguration\n\nThe tool works without any API keys using web scraping. For enhanced results, configure optional APIs:\n\n# Set Google Places API key for verified phone/website data\ntravel-concierge config set googlePlacesApiKey \"your-key\"\n\n# View current config\ntravel-concierge config show\n\nOutput Format\n\nThe CLI returns a contact dossier with:\n\nProperty Information: Name, platform, location, host name\nContact Methods:\nPhone numbers\nEmail addresses\nWhatsApp (if available)\nInstagram profile\nFacebook page\nWebsite\nGoogle Maps URL\nSources: Where each piece of contact info was found, with confidence levels\nNotes\nThe tool extracts publicly available information only\nBrowser automation (via agent-browser) may be needed for JavaScript-rendered listing pages\nSome platforms heavily restrict scraping; results may vary\nGoogle Places API provides the most reliable contact data when configured"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arein/travel-concierge",
    "publisherUrl": "https://clawhub.ai/arein/travel-concierge",
    "owner": "arein",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}