返回顶部
m

moodtrip-hotel-search酒店搜索工具

Search, compare, evaluate, and hand off hotel bookings using the MoodTrip.ai MCP server (api.moodtrip.ai). Use this skill whenever the user mentions hotels, accommodation, lodging, stays, travel bookings, hotel search, hotel comparison, hotel reviews, hotel pricing, or anything related to finding or booking a place to stay. Also trigger when the user asks about hotel amenities, room types, check-in/check-out logistics, travel destinations with accommodation needs, or says things like "find me a

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.19
安全检测
已通过
237
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

moodtrip-hotel-search

MoodTrip 酒店搜索技能

飞行前检查 — 请先执行此步骤

在尝试任何酒店搜索之前,请确认 MoodTrip 工具是否可用。

步骤 1:直接检查工具。
在你的可用工具列表中查找以下任一工具:searchhotels、gethoteldetails、searchHotelsWithRates、findHotels、searchhotelsbydescription、buildbookinglink

如果找到任一这些工具 → 跳转到决策规则并正常进行。

运行时检测: 如果你在 OpenClaw、Codex 或任何严格验证工具模式的 OpenAI 兼容运行时上运行,优先使用 searchhotels 和 gethotel_details,而非 searchHotelsWithRates 和 getHotelDetails。这些包装工具具有相同的功能,且使用 OpenAI 兼容模式(顶层无 anyOf/oneOf)。

步骤 2:检查 MCP 服务器是否已配置。
如果工具不在你的直接工具列表中,请检查 api.moodtrip.ai 或 moodtrip 是否已在你的平台配置中的任何位置配置为 MCP 服务器——包括以下任一路径:

  • - mcp.servers.moodtrip
  • plugins.entries.acpx.config.mcpServers.moodtrip
  • skills.entries.moodtrip-hotel-search
  • skills/moodtrip-hotel-search/_meta.json → mcpServers.moodtrip
  • skills/moodtrip-hotel-search/.mcp.json

此技能附带声明 MCP 服务器配置的 .mcp.json 和 _meta.json 文件。如果你的平台从技能文件夹读取这些文件,服务器应在安装时自动配置。

如果这些文件在技能文件夹中缺失,说明是旧版本。建议用户更新:clawhub update adiny/moodtrip-hotel-search 或 openclaw skills update

如果服务器配置但工具未显示,这很可能是当前会话中的工具加载/暴露问题,而非连接缺失。请视情况重启会话或网关——某些平台仅在会话启动时加载 MCP 工具。

步骤 3:在 OpenClaw 上尽可能自动连接。
如果服务器配置,且你在具有配置编辑能力的 OpenClaw 中运行:

  • - OpenClaw 目前仅支持 stdio MCP 服务器(不支持 HTTP)。使用 mcp-remote 桥接:
- 添加到配置:mcpServers.moodtrip = { command: npx, args: [-y, mcp-remote@latest, https://api.moodtrip.ai/api/mcp-http] } - 这将 HTTP MCP 服务器包装为 OpenClaw 可以加载的 stdio 进程。
  • - 如果你有 OpenClaw 配置工具,请修补配置以便自动添加 MCP 服务器。
  • 添加后,重启/重新加载网关或启动新会话——工具仅在会话启动时加载。
  • 然后重新检查 MoodTrip 工具是否已暴露。

OpenClaw 特定规则:

  • - 如果用户要求连接/安装/修复 MoodTrip MCP,并且你可以安全地编辑 OpenClaw 配置,请自动执行,而不是仅告诉用户手动操作。
  • 不要使用 mcp.servers.moodtrip.url(HTTP 格式)——它会被跳过。请使用上述 stdio 桥接格式。
  • 不要虚构工具可用性;在重启/会话刷新后进行验证。

步骤 4:如果无法自动连接则回退。
仅在无法自动连接时:

  • - mcporter 可用? 运行:mcporter config add moodtrip https://api.moodtrip.ai/api/mcp-http
  • clawhub 可用? 运行:clawhub install adiny/moodtrip-hotel-search
  • 两者都不可用? 告诉用户:

> MoodTrip 的酒店搜索工具尚未连接。请在你的平台设置中添加此 MCP 服务器:
> URL: https://api.moodtrip.ai/api/mcp-http
> 无需凭据。设置指南:https://github.com/adiny/moodtrip-hotel-search

关键: 不要虚构酒店结果。不要调用不存在的工具。不要尝试 curl/fetch 变通方法。如果在所有步骤后仍无法验证工具,请帮助用户连接或重启会话。



此技能使代理能够通过 MoodTrip.ai MCP 服务器搜索、比较、评估和转交酒店预订。该服务器暴露了 11 个核心工具,涵盖从酒店发现到预订转交的完整工作流程。

预订基于链接:代理帮助用户查找和比较酒店,然后提供直接预订链接。用户在 MoodTrip 网站上完成预订。

连接

MCP 服务器 URL: https://api.moodtrip.ai/api/mcp-http
协议: MCP 可流式 HTTP(JSON-RPC 2.0)
认证: 公共只读 API——无需凭据。服务器仅接受酒店搜索查询并返回公开可用的酒店数据。

各平台设置说明(Claude.ai、Claude Desktop、ChatGPT、OpenClaw),请参阅:https://github.com/adiny/moodtrip-hotel-search

各平台快速设置

平台连接方式
OpenClaw通过 mcp-remote 使用 stdio 桥接(捆绑在 .mcp.json 中);或 clawhub install adiny/moodtrip-hotel-search
Claude Desktop
添加到 claudedesktopconfig.json——请参阅 GitHub README | | ChatGPT | 在平台设置中添加为 MCP 集成 | | 任何 MCP 客户端 | 连接到 https://api.moodtrip.ai/api/mcp-http |

隐私与数据处理

  • - 所有工具均为只读——不存储、修改或删除任何用户数据
  • 搜索查询实时处理,不会持久化
  • 不收集或请求任何个人标识信息(姓名、电子邮件、支付信息)
  • 服务器仅接受酒店搜索参数(城市、日期、客人、偏好)
  • 完整隐私政策:https://moodtrip.ai/privacy

决策规则

在调用任何工具之前,应用以下规则选择正确的工具:

条件工具
OpenClaw / Codex 运行时——始终优先使用包装工具使用 searchhotels 替代 searchHotelsWithRates,gethoteldetails 替代 getHotelDetails
用户有日期 + 目的地 + 想要价格
searchhotels(首选)或 searchHotelsWithRates |
| 用户描述氛围、心情或风格 | searchhotelsby_description |
| 用户询问特定酒店 | gethoteldetails(首选)或 getHotelDetails 或 askabouthotel |
| 尚不需要价格 / 仅浏览 | findHotels |
| 用户想要评论或住客意见 | getHotelReviews |
| 用户想要查找特定房型或匹配照片 | searchroomsby_description |
| 之前的搜索无结果 | relaxConstraints |
| 用户询问什么时候去 X 最便宜? | getCityPriceIndex |
| 用户想要特定酒店的价格趋势 | getHotelPriceIndex |
| 搜索后,帮助用户做决定 | summarizeResults |

可用工具(11 个核心工具)

工具用途使用时机
searchhotelsby_descriptionAI 驱动的自然语言酒店搜索氛围/风格搜索(浪漫 getaway、带屋顶的精品酒店)
searchHotelsWithRates
带实时价格的搜索 | 用户有具体日期且需要价格时 | | findHotels | 元数据搜索(无价格) | 浏览/探索,无具体日期 | | getHotelDetails | 完整酒店信息 + 可选价格 | 深入了解特定酒店 | | getHotelReviews | 住客评论 + 可选情感分析 | 用户想了解他人评价 | | askabouthotel | 关于特定酒店的 AI 问答 | 这家酒店有停车场吗?这类问题 | | searchroomsby_description | 基于文本的房型搜索 | 查找特定房型 | | summarizeResults | 搜索结果的 AI 摘要 | 搜索后,帮助用户做决定 | | getHotelPriceIndex | 每家酒店的历史价格趋势 | 随时间比较价格 | | getCityPriceIndex | 城市级价格趋势 | 巴黎什么时候最便宜? | | relaxConstraints | 放宽失败搜索的条件 | 搜索无结果时 |

代理构建器工具(在 OpenClaw / Codex 运行时上首选)

如果你的运行时使用 OpenAI/

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 moodtrip-hotel-search-1776110110 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 moodtrip-hotel-search-1776110110 技能

通过命令行安装

skillhub install moodtrip-hotel-search-1776110110

下载

⬇ 下载 moodtrip-hotel-search v1.0.19(免费)

文件大小: 4.59 KB | 发布时间: 2026-4-14 10:16

v1.0.19 最新 2026-4-14 10:16
**Version 1.0.19 – More robust tool detection and OpenAI/Codex compatibility**

- Expanded pre-flight tool checks to include `search_hotels`, `get_hotel_details`, and `build_booking_link` for broader runtime compatibility.
- Added explicit guidance to prefer OpenAI/Codex-compliant wrapper tools (`search_hotels` and `get_hotel_details`) on strict schema platforms.
- Updated Decision Rules to prioritize wrapper tools on OpenClaw and Codex, clarifying which variants to use.
- Improved and clarified tool selection for common hotel search scenarios.
- Documentation and setup sections refined for clarity and better cross-platform guidance.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部