A specialized skill for AI agents to search for hotels, retrieve real-time pricing, and access detailed room information via the AIGoHotel MCP server.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aihotel
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install aihotel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AIGoHotel MCP is a specialized skill designed for AI agents to perform complex hotel searches and booking queries. By integrating this skill into Openclaw Skills, developers can empower their agents to navigate global accommodation databases, filter by specific amenities, and retrieve live pricing data without manual intervention. It serves as a bridge between natural language travel requests and structured hotel industry data.
This skill is particularly powerful for creating automated travel assistants. Using Openclaw Skills to handle the AIGoHotel MCP connection ensures that your agent can manage multi-turn conversations about travel planning while maintaining accuracy in sensitive areas like pricing and cancellation policies.
searchHotels with the destination and parsed check-in dates.hotelInformationList to identify top recommendations based on user budget and rating.getHotelDetail to fetch available room types and live prices.bookingUrl to the user for reservation finalization.To integrate this skill into your environment, update your mcp.json configuration file with the following server details. Ensure you have a valid Bearer token from AIGoHotel to authenticate your requests for Openclaw Skills.
{
"mcpServers": {
"aigohotel-mcp-server": {
"url": "https://mcp.aigohotel.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_AIGOHOTEL_MCP_TOKEN>",
"Content-Type": "application/json"
}
}
}
}
| Tool | Primary Inputs | Key Output Fields |
|---|---|---|
| searchHotels | place, placeType, checkInDate, stayNights |
hotelId, name, price.lowestPrice, bookingUrl |
| getHotelDetail | hotelId, checkInDate, checkOutDate |
roomRatePlans, totalPrice, cancellationPolicies |
| getHotelSearchTags | N/A | tags.name, tags.category, tags.description |
getHotelSearchTags to align user preferences with structured metadata.Loading
A sophisticated agent framework featuring a three-tier memory system and autonomous self-evolution mechanisms.

A dual-channel automation tool for sending notes to flomo via macOS URL schemes or reliable webhook fallbacks.

A high-reliability bridge for sending thoughts, links, and memos directly to your flomo inbox using automated workflows.

An AI-driven intelligence tool that extracts market signals, whale movements, and trending alpha from over 50 elite Telegram groups.

A versatile FFmpeg-powered media tool for video compression, format conversion, and automated frame extraction.

A comprehensive FFmpeg-based video utility for cutting, compressing, and converting media files within AI agent workflows.








































