{
  "schemaVersion": "1.0",
  "item": {
    "slug": "travel-cn",
    "name": "Travel CN",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/guohongbin-git/travel-cn",
    "canonicalUrl": "https://clawhub.ai/guohongbin-git/travel-cn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/travel-cn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=travel-cn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json"
    ],
    "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-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/travel-cn"
    },
    "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-cn",
    "agentPageUrl": "https://openagent3.xyz/skills/travel-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/travel-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/travel-cn/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": "旅行信息查询",
        "body": "去哪儿/携程/飞猪数据查询。"
      },
      {
        "title": "功能",
        "body": "✈️ 机票查询\n🏨 酒店预订\n🚄 火车票\n🎫 景点门票\n📅 行程规划"
      },
      {
        "title": "平台对比",
        "body": "平台机票酒店火车特点携程✅✅✅全能去哪儿✅✅✅比价飞猪✅✅❌阿里系12306❌❌✅官方"
      },
      {
        "title": "携程 API",
        "body": "# 需要合作伙伴资质\ncurl \"https://api.ctrip.com/flight/search?from=SHA&to=PEK&date=2026-02-20\""
      },
      {
        "title": "爬虫方案",
        "body": "# 使用 selenium\npip install selenium\n\nfrom selenium import webdriver\ndriver = webdriver.Chrome()\ndriver.get(\"https://flight.qunar.com/\")"
      },
      {
        "title": "携程 API",
        "body": "curl \"https://api.ctrip.com/hotel/search?city=上海&checkin=2026-02-20\""
      },
      {
        "title": "12306（官方）",
        "body": "# 使用 12306 API 封装\npip install py12306\n\nfrom py12306 import Py12306\nclient = Py12306()\ntrains = client.query(\"上海\", \"北京\", \"2026-02-20\")"
      },
      {
        "title": "1. 商务出行",
        "body": "机票/酒店比价\n行程优化\n费用控制"
      },
      {
        "title": "2. 旅行规划",
        "body": "景点推荐\n路线规划\n预算管理"
      },
      {
        "title": "3. 价格监控",
        "body": "降价提醒\n价格趋势\n最佳购买时机"
      },
      {
        "title": "快速脚本",
        "body": "# 查询机票\n./scripts/flight-search.sh --from 上海 --to 北京 --date 2026-02-20\n\n# 查询酒店\n./scripts/hotel-search.sh --city 上海 --checkin 2026-02-20\n\n# 查询火车票\n./scripts/train-search.sh --from 上海 --to 北京 --date 2026-02-20"
      },
      {
        "title": "注意事项",
        "body": "API 限制: 需要合作伙伴资质\n爬虫风险: 可能被封 IP\n价格变化: 实时波动\n\n版本: 1.0.0"
      }
    ],
    "body": "旅行信息查询\n\n去哪儿/携程/飞猪数据查询。\n\n功能\n✈️ 机票查询\n🏨 酒店预订\n🚄 火车票\n🎫 景点门票\n📅 行程规划\n平台对比\n平台\t机票\t酒店\t火车\t特点\n携程\t✅\t✅\t✅\t全能\n去哪儿\t✅\t✅\t✅\t比价\n飞猪\t✅\t✅\t❌\t阿里系\n12306\t❌\t❌\t✅\t官方\n机票查询\n携程 API\n# 需要合作伙伴资质\ncurl \"https://api.ctrip.com/flight/search?from=SHA&to=PEK&date=2026-02-20\"\n\n爬虫方案\n# 使用 selenium\npip install selenium\n\nfrom selenium import webdriver\ndriver = webdriver.Chrome()\ndriver.get(\"https://flight.qunar.com/\")\n\n酒店查询\n携程 API\ncurl \"https://api.ctrip.com/hotel/search?city=上海&checkin=2026-02-20\"\n\n火车票查询\n12306（官方）\n# 使用 12306 API 封装\npip install py12306\n\nfrom py12306 import Py12306\nclient = Py12306()\ntrains = client.query(\"上海\", \"北京\", \"2026-02-20\")\n\n使用场景\n1. 商务出行\n机票/酒店比价\n行程优化\n费用控制\n2. 旅行规划\n景点推荐\n路线规划\n预算管理\n3. 价格监控\n降价提醒\n价格趋势\n最佳购买时机\n快速脚本\n# 查询机票\n./scripts/flight-search.sh --from 上海 --to 北京 --date 2026-02-20\n\n# 查询酒店\n./scripts/hotel-search.sh --city 上海 --checkin 2026-02-20\n\n# 查询火车票\n./scripts/train-search.sh --from 上海 --to 北京 --date 2026-02-20\n\n注意事项\nAPI 限制: 需要合作伙伴资质\n爬虫风险: 可能被封 IP\n价格变化: 实时波动\n\n版本: 1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/guohongbin-git/travel-cn",
    "publisherUrl": "https://clawhub.ai/guohongbin-git/travel-cn",
    "owner": "guohongbin-git",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/travel-cn",
    "downloadUrl": "https://openagent3.xyz/downloads/travel-cn",
    "agentUrl": "https://openagent3.xyz/skills/travel-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/travel-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/travel-cn/agent.md"
  }
}