moodtrip-hotel-search
정보
이 Claude Skill은 MoodTrip.ai MCP 서버에 연결하여 호텔 검색, 비교 및 예약 연계를 가능하게 합니다. 숙박, 숙소 또는 호텔 예약에 대해 논의할 때 작동하며, 가격, 시설 및 추천에 관한 문의를 처리합니다. 이 스킬은 LiteAPI를 통해 실시간 재고, 의미론적 검색, 리뷰 및 예약 링크를 제공합니다.
빠른 설치
Claude Code
추천npx skills add adiny/moodtrip-hotel-search -a claude-code/plugin add https://github.com/adiny/moodtrip-hotel-searchgit clone https://github.com/adiny/moodtrip-hotel-search.git ~/.claude/skills/moodtrip-hotel-searchClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
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.moodtripplugins.entries.acpx.config.mcpServers.moodtripskills.entries.moodtrip-hotel-searchskills/moodtrip-hotel-search/_meta.json→mcpServers.moodtripskills/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-remotebridge:- 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.
- Add to config:
- 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-httpNo 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
| Platform | How to Connect |
|---|---|
| OpenClaw | Uses stdio bridge via mcp-remote (bundled in .mcp.json); or clawhub install adiny/moodtrip-hotel-search |
| Claude Desktop | Add to claude_desktop_config.json — see GitHub README |
| ChatGPT | Add as MCP integration in platform settings |
| Any MCP client | Connect 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:
| Condition | Tool |
|---|---|
| OpenClaw / Codex runtime — always prefer wrapper tools | Use search_hotels instead of searchHotelsWithRates, get_hotel_details instead of getHotelDetails |
| User has dates + destination + wants prices | search_hotels (preferred) or searchHotelsWithRates |
| User describes a vibe, mood, or style | search_hotels_by_description |
| User asks about one specific hotel | get_hotel_details (preferred) or getHotelDetails or ask_about_hotel |
| No pricing needed yet / just browsing | findHotels |
| User wants reviews or guest opinions | getHotelReviews |
| User wants to find a specific room type or match a photo | search_rooms_by_description |
| Previous search returned no results | relaxConstraints |
| User asks "when is cheapest to visit X?" | getCityPriceIndex |
| User wants price trends for specific hotels | getHotelPriceIndex |
| After search, to help user decide | summarizeResults |
Available Tools (11 core tools)
| Tool | Purpose | When to Use |
|---|---|---|
search_hotels_by_description | AI-powered natural language hotel search | Vibe/style searches ("romantic getaway", "boutique with rooftop") |
searchHotelsWithRates | Search with real-time pricing | When user has specific dates and needs prices |
findHotels | Metadata search (no pricing) | Browsing/exploring without specific dates |
getHotelDetails | Full hotel info + optional pricing | Deep-dive into a specific hotel |
getHotelReviews | Guest reviews + optional sentiment | User wants to hear what others say |
ask_about_hotel | AI Q&A about a specific hotel | "Does this hotel have parking?" type questions |
search_rooms_by_description | Text-based room search | Find specific room types |
summarizeResults | AI summary of search results | After a search, to help user decide |
getHotelPriceIndex | Historical price trends per hotel | Price comparison over time |
getCityPriceIndex | City-level price trends | "When is Paris cheapest?" |
relaxConstraints | Broaden a failed search | When 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.
| Tool | Purpose | Key Parameters |
|---|---|---|
search_hotels | Use instead of searchHotelsWithRates — extended search with pricing | query (natural language), city, country, checkIn, checkOut, adults, maxPrice, minRating |
get_hotel_details | Use instead of getHotelDetails — hotel details with pricing | hotelId, checkin, checkout, adults, currency |
build_booking_link | Generate booking/gallery URLs from a hotelId | hotelId (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.
GitHub 저장소
연관 스킬
content-collections
메타이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.
polymarket
메타이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.
creating-opencode-plugins
메타이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.
sglang
메타SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.
