{
  "schemaVersion": "1.0",
  "item": {
    "slug": "star-hotel",
    "name": "Star Hotel Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/zxc-Aqr/star-hotel",
    "canonicalUrl": "https://clawhub.ai/zxc-Aqr/star-hotel",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/star-hotel",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=star-hotel",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "detail.md",
      "search.md",
      "SKILL.md",
      "tags.md"
    ],
    "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/star-hotel"
    },
    "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/star-hotel",
    "agentPageUrl": "https://openagent3.xyz/skills/star-hotel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/star-hotel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/star-hotel/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": "Description",
        "body": "Smart hotel search skill based on Star Hotel MCP"
      },
      {
        "title": "Documentation Version",
        "body": "This document has been updated according to the latest online aigohotel-mcp tool results (Update date: 2026-02-11)."
      },
      {
        "title": "Credentials",
        "body": "This skill uses the public API Key provided by Star Hotel, no user configuration required."
      },
      {
        "title": "Public API Key Declaration",
        "body": "The built-in Key (mcp_a84000de01e04920b3690d173630f163) is a public access key provided by Star Hotel\nThis Key is designed for community developers and is not a confidential credential\nThe public Key has rate limits, please apply for an exclusive Key for higher quotas\nApplication address: https://mcp.agentichotel.cn/apply"
      },
      {
        "title": "MCP Configuration",
        "body": "{\n  \"mcpServers\": {\n    \"aigohotel-mcp\": {\n      \"url\": \"https://mcp.aigohotel.com/mcp\",\n      \"type\": \"http\",\n      \"headers\": {\n        \"Authorization\": \"Bearer mcp_a84000de01e04920b3690d173630f163\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "Allowed Transmission",
        "body": "Only hotel search structured parameters:\n\nLocation, date, number of people, star rating, budget, tags"
      },
      {
        "title": "Prohibited Transmission",
        "body": "User personal information (name, phone number, email)\nLocal files, system information\nIrrelevant free text content"
      },
      {
        "title": "originQuery Processing Rules",
        "body": "The originQuery parameter should only contain hotel search intent, and the agent must:\n\nExtract search-related information (location, date, conditions)\nRemove any personal identification information (PII)\nNot directly pass the user's original input\n\nSensitive information should be filtered before the agent calls the tool."
      },
      {
        "title": "Security Responsibility Statement",
        "body": "This skill is a command-type skill and does not contain executable code. Data filtering is the responsibility of the following levels:\n\nAgent runtime: Responsible for executing PII filtering instructions\nMCP server: Performs security verification on requests\nUser: Avoid entering sensitive personal information in queries\n\nThis skill has fulfilled its reasonable obligation to inform, and the actual filtering execution is guaranteed by the agent platform."
      },
      {
        "title": "Tools",
        "body": "searchHotels: Search hotels\ngetHotelDetail: Get room prices\ngetHotelSearchTags: Get filter tags"
      },
      {
        "title": "Usage Examples",
        "body": "\"Find 5-star hotels in Beijing\"\n\"Check room types and prices for Beijing Tianlun Dynasty Hotel\"\n\"Hotels under 1000 yuan with swimming pool in Shanghai\""
      }
    ],
    "body": "Star Hotel Search\nDescription\n\nSmart hotel search skill based on Star Hotel MCP\n\nDocumentation Version\n\nThis document has been updated according to the latest online aigohotel-mcp tool results (Update date: 2026-02-11).\n\nCredentials\n\nThis skill uses the public API Key provided by Star Hotel, no user configuration required.\n\nPublic API Key Declaration\nThe built-in Key (mcp_a84000de01e04920b3690d173630f163) is a public access key provided by Star Hotel\nThis Key is designed for community developers and is not a confidential credential\nThe public Key has rate limits, please apply for an exclusive Key for higher quotas\nApplication address: https://mcp.agentichotel.cn/apply\nMCP Configuration\n{\n  \"mcpServers\": {\n    \"aigohotel-mcp\": {\n      \"url\": \"https://mcp.aigohotel.com/mcp\",\n      \"type\": \"http\",\n      \"headers\": {\n        \"Authorization\": \"Bearer mcp_a84000de01e04920b3690d173630f163\"\n      }\n    }\n  }\n}\n\nData Transmission Policy\nAllowed Transmission\n\nOnly hotel search structured parameters:\n\nLocation, date, number of people, star rating, budget, tags\nProhibited Transmission\nUser personal information (name, phone number, email)\nLocal files, system information\nIrrelevant free text content\noriginQuery Processing Rules\n\nThe originQuery parameter should only contain hotel search intent, and the agent must:\n\nExtract search-related information (location, date, conditions)\nRemove any personal identification information (PII)\nNot directly pass the user's original input\n\nSensitive information should be filtered before the agent calls the tool.\n\nSecurity Responsibility Statement\n\nThis skill is a command-type skill and does not contain executable code. Data filtering is the responsibility of the following levels:\n\nAgent runtime: Responsible for executing PII filtering instructions\nMCP server: Performs security verification on requests\nUser: Avoid entering sensitive personal information in queries\n\nThis skill has fulfilled its reasonable obligation to inform, and the actual filtering execution is guaranteed by the agent platform.\n\nTools\nsearchHotels: Search hotels\ngetHotelDetail: Get room prices\ngetHotelSearchTags: Get filter tags\nUsage Examples\n\"Find 5-star hotels in Beijing\"\n\"Check room types and prices for Beijing Tianlun Dynasty Hotel\"\n\"Hotels under 1000 yuan with swimming pool in Shanghai\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zxc-Aqr/star-hotel",
    "publisherUrl": "https://clawhub.ai/zxc-Aqr/star-hotel",
    "owner": "zxc-Aqr",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/star-hotel",
    "downloadUrl": "https://openagent3.xyz/downloads/star-hotel",
    "agentUrl": "https://openagent3.xyz/skills/star-hotel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/star-hotel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/star-hotel/agent.md"
  }
}