{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hotel-pricer",
    "name": "Hotel Pricer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jrojas537/hotel-pricer",
    "canonicalUrl": "https://clawhub.ai/jrojas537/hotel-pricer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hotel-pricer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hotel-pricer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "amadeus/amadeus.go",
      "cmd/config.go",
      "cmd/root.go",
      "cmd/search.go"
    ],
    "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. 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."
        },
        {
          "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/hotel-pricer"
    },
    "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/hotel-pricer",
    "agentPageUrl": "https://openagent3.xyz/skills/hotel-pricer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hotel-pricer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hotel-pricer/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. 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."
      },
      {
        "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "hotel-pricer Skill",
        "body": "A Go-based CLI for searching hotel availability and pricing using the Amadeus API."
      },
      {
        "title": "Description",
        "body": "This skill allows the agent to find hotel deals by city, check-in/out dates, and number of guests. It securely manages Amadeus API credentials and provides formatted JSON output."
      },
      {
        "title": "Prerequisites",
        "body": "go (for installation)\nAn Amadeus for Developers account with API Key and Secret."
      },
      {
        "title": "Installation",
        "body": "The hotel-pricer binary must be compiled and placed in the system's PATH.\n\n# From the hotel-pricer source directory\ngo build\nsudo mv hotel-pricer /usr/local/bin/"
      },
      {
        "title": "Configuration",
        "body": "Credentials must be set before use.\n\nhotel-pricer config set --api-key YOUR_API_KEY --api-secret YOUR_API_SECRET"
      },
      {
        "title": "Search for Hotels",
        "body": "hotel-pricer search --city <IATA_CODE> --check-in <YYYY-MM-DD> --check-out <YYYY-MM-DD> [flags]\n\nExample:\nhotel-pricer search --city NYC --check-in 2024-12-24 --check-out 2024-12-28 --guests 2"
      },
      {
        "title": "Flags",
        "body": "--city, -c: City code (IATA) (required)\n--check-in, -i: Check-in date (YYYY-MM-DD) (required)\n--check-out, -o: Check-out date (YYYY-MM-DD) (required)\n--guests, -g: Number of guests (default: 1)\n--radius, -r: Search radius in kilometers (default: 20)"
      }
    ],
    "body": "hotel-pricer Skill\n\nA Go-based CLI for searching hotel availability and pricing using the Amadeus API.\n\nDescription\n\nThis skill allows the agent to find hotel deals by city, check-in/out dates, and number of guests. It securely manages Amadeus API credentials and provides formatted JSON output.\n\nPrerequisites\ngo (for installation)\nAn Amadeus for Developers account with API Key and Secret.\nInstallation\n\nThe hotel-pricer binary must be compiled and placed in the system's PATH.\n\n# From the hotel-pricer source directory\ngo build\nsudo mv hotel-pricer /usr/local/bin/\n\nConfiguration\n\nCredentials must be set before use.\n\nhotel-pricer config set --api-key YOUR_API_KEY --api-secret YOUR_API_SECRET\n\nUsage\nSearch for Hotels\nhotel-pricer search --city <IATA_CODE> --check-in <YYYY-MM-DD> --check-out <YYYY-MM-DD> [flags]\n\n\nExample: hotel-pricer search --city NYC --check-in 2024-12-24 --check-out 2024-12-28 --guests 2\n\nFlags\n--city, -c: City code (IATA) (required)\n--check-in, -i: Check-in date (YYYY-MM-DD) (required)\n--check-out, -o: Check-out date (YYYY-MM-DD) (required)\n--guests, -g: Number of guests (default: 1)\n--radius, -r: Search radius in kilometers (default: 20)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jrojas537/hotel-pricer",
    "publisherUrl": "https://clawhub.ai/jrojas537/hotel-pricer",
    "owner": "jrojas537",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hotel-pricer",
    "downloadUrl": "https://openagent3.xyz/downloads/hotel-pricer",
    "agentUrl": "https://openagent3.xyz/skills/hotel-pricer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hotel-pricer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hotel-pricer/agent.md"
  }
}