Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

moodtrip-hotel-search心情之旅酒店搜索

Agent Skill

moodtrip-hotel-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,698

周安装

324

GitHub Stars

公开资料未说明

下载量

2,696
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moodtrip-hotel-search(心情之旅酒店搜索)
来源仓库:https://github.com/adiny/moodtrip-hotel-search
安装命令:
openclaw skills install moodtrip-hotel-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install moodtrip-hotel-search

简介

用于通过 MoodTrip.ai API 搜索和比较酒店预订。

  • 适合评估和移交酒店选项给用户决策。moodtrip-hotel-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装,需结合原始 README 核验具体用法。
  • 涉及第三方 API 时应确认密钥管理和调用频率限制。
  • 建议在使用前评估结果准确性和更新时效性。

SKILL.md

name
moodtrip-hotel-search
description
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 hotel", "where should I stay", "book a room", "hotel recommendations", or "compare hotels". This skill connects to the MoodTrip MCP server which provides real-time hotel inventory, pricing, semantic search, reviews, and booking link handoff via LiteAPI.

MoodTrip Hotel Search Skill

Pre-flight Check — EXECUTE THIS FIRST

Before attempting any hotel search, verify MoodTrip tools are accessible.

Step 1: Check for tools directly. Look for any of these tools in your available tool list: search_hotels, get_hotel_details, searchHotelsWithRates, findHotels, search_hotels_by_description, build_booking_link

If ANY of these tools are found → skip to Decision Rules and proceed normally.

Runtime detection: If you are running on OpenClaw, Codex, or any OpenAI-compatible runtime that validates tool schemas strictly, prefer search_hotels and get_hotel_details over searchHotelsWithRates and getHotelDetails. The wrapper tools have identical functionality with OpenAI-compliant schemas (no anyOf/oneOf at top level).

Step 2: Check if MCP server is already configured. If tools are not in your direct tool list, check whether api.moodtrip.ai or moodtrip is already configured as an MCP server anywhere in your platform config — including under any of these paths:

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

This skill ships with .mcp.json and _meta.json files that declare the MCP server configuration. If your platform reads these files from skill folders, the server should be auto-configured on install.

If these files are missing from the skill folder, this is an older version. Suggest the user update: clawhub update adiny/moodtrip-hotel-search or openclaw skills update

If the server IS configured but tools are not showing, this is likely a tool loading/exposure issue in the current session, not a missing connection. Restart the session or gateway if appropriate — some platforms only load MCP tools at session start.

Step 3: Auto-connect on OpenClaw when possible. If the server is NOT configured and you are running inside OpenClaw with config-edit capability:

  • OpenClaw currently supports stdio MCP servers only (not HTTP). Use the mcp-remote bridge:

- Add to config: mcpServers.moodtrip = { "command": "npx", "args": ["-y", "mcp-remote@latest", "https://api.moodtrip.ai/api/mcp-http"] } - This wraps the HTTP MCP server as a stdio process that OpenClaw can load.

  • If you have OpenClaw config tools available, patch config so the MCP server is added automatically.
  • After adding it, restart/reload the gateway or start a fresh session — tools only load at session start.
  • Then re-check whether the MoodTrip tools are exposed.

OpenClaw-specific rule:

  • If the user asked to connect/install/fix MoodTrip MCP, and you can safely edit OpenClaw config, do it automatically instead of just telling the user to do it manually.
  • Do NOT use mcp.servers.moodtrip.url (HTTP format) — it will be skipped. Use the stdio bridge format above.
  • Do not invent tool availability; verify after restart/session refresh.

Step 4: Fallback if auto-connect is not possible. Only if auto-connect is not possible:

  • mcporter available? Run: mcporter config add moodtrip https://api.moodtrip.ai/api/mcp-http
  • clawhub available? Run: clawhub install adiny/moodtrip-hotel-search
  • Neither available? Tell the user:

> "MoodTrip's hotel search tools aren't connected yet. Please add this MCP server in your platform settings: > URL: https://api.moodtrip.ai/api/mcp-http > No credentials required. For setup: https://github.com/adiny/moodtrip-hotel-search"

CRITICAL: Do NOT hallucinate hotel results. Do NOT call tools that don't exist. Do NOT attempt curl/fetch workarounds. If tools cannot be verified after all steps, help the user connect or restart the session.


This skill enables the agent to search, compare, evaluate, and hand off hotel bookings through the MoodTrip.ai MCP server. The server exposes 11 core tools covering the full hotel discovery-to-booking-handoff workflow.

Booking is link-based: the agent helps users find and compare hotels, then provides a direct booking URL. The user completes the reservation on the MoodTrip website.

Connection

MCP Server URL: https://api.moodtrip.ai/api/mcp-http Protocol: MCP Streamable HTTP (JSON-RPC 2.0) Authentication: Public read-only API — no credentials required. The server accepts only hotel search queries and returns publicly available hotel data.

For platform-specific setup instructions (Claude.ai, Claude Desktop, ChatGPT, OpenClaw), see: https://github.com/adiny/moodtrip-hotel-search

Quick Setup by Platform

PlatformHow to Connect
OpenClawUses stdio bridge via mcp-remote (bundled in .mcp.json); or clawhub install adiny/moodtrip-hotel-search
Claude DesktopAdd to claude_desktop_config.json — see GitHub README
ChatGPTAdd as MCP integration in platform settings
Any MCP clientConnect to https://api.moodtrip.ai/api/mcp-http

Privacy & Data Handling

  • All tools are read-only — no user data is stored, modified, or deleted
  • Search queries are processed in real-time and not persisted
  • No personal identifiers (names, emails, payment info) are collected or requested
  • The server accepts only hotel search parameters (city, dates, guests, preferences)
  • Full privacy policy: https://moodtrip.ai/privacy

Decision Rules

Before calling any tool, apply these rules to pick the right one:

ConditionTool
OpenClaw / Codex runtime — always prefer wrapper toolsUse search_hotels instead of searchHotelsWithRates, get_hotel_details instead of getHotelDetails
User has dates + destination + wants pricessearch_hotels (preferred) or searchHotelsWithRates
User describes a vibe, mood, or stylesearch_hotels_by_description
User asks about one specific hotelget_hotel_details (preferred) or getHotelDetails or ask_about_hotel
No pricing needed yet / just browsingfindHotels
User wants reviews or guest opinionsgetHotelReviews
User wants to find a specific room type or match a photosearch_rooms_by_description
Previous search returned no resultsrelaxConstraints
User asks "when is cheapest to visit X?"getCityPriceIndex
User wants price trends for specific hotelsgetHotelPriceIndex
After search, to help user decidesummarizeResults

Available Tools (11 core tools)

ToolPurposeWhen to Use
search_hotels_by_descriptionAI-powered natural language hotel searchVibe/style searches ("romantic getaway", "boutique with rooftop")
searchHotelsWithRatesSearch with real-time pricingWhen user has specific dates and needs prices
findHotelsMetadata search (no pricing)Browsing/exploring without specific dates
getHotelDetailsFull hotel info + optional pricingDeep-dive into a specific hotel
getHotelReviewsGuest reviews + optional sentimentUser wants to hear what others say
ask_about_hotelAI Q&A about a specific hotel"Does this hotel have parking?" type questions
search_rooms_by_descriptionText-based room searchFind specific room types
summarizeResultsAI summary of search resultsAfter a search, to help user decide
getHotelPriceIndexHistorical price trends per hotelPrice comparison over time
getCityPriceIndexCity-level price trends"When is Paris cheapest?"
relaxConstraintsBroaden a failed searchWhen search returns no results

Agent Builder Tools (preferred on OpenClaw / Codex runtimes)

If your runtime uses OpenAI/Codex tool validation (e.g. OpenClaw), use these tools instead of the core equivalents. They have identical functionality with OpenAI-compliant schemas — no anyOf, oneOf, allOf, enum, or not at the top level.

On other platforms (Claude, ChatGPT, generic MCP clients), the core tools work fine and these are optional.

ToolPurposeKey Parameters
search_hotelsUse instead of searchHotelsWithRates — extended search with pricingquery (natural language), city, country, checkIn, checkOut, adults, maxPrice, minRating
get_hotel_detailsUse instead of getHotelDetails — hotel details with pricinghotelId, checkin, checkout, adults, currency
build_booking_linkGenerate booking/gallery URLs from a hotelIdhotelId (required), checkin, checkout, adults, children (array of ages 0–17, max 6), currency

These tools are exposed via the same MCP server and are always available alongside the core tools.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.07%
按下载量换算2,563

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills