Install
openclaw skills install bookingSearch, compare, and book accommodation across platforms with real pricing, user preferences, and end-to-end execution.
openclaw skills install booking| Topic | File |
|---|---|
| Search, compare, shortlist | search.md |
| Platforms, APIs, data sources | platforms.md |
| Total cost calculation | pricing.md |
Store preferences in ~/booking/memory.md. Load on activation.
~/booking/
├── memory.md # Traveler type, budget, preferences
├── history.md # Past bookings, liked properties
└── alerts.md # Active price tracking
| Type | Common Model Failure |
|---|---|
| Casual | Ignoring stated budget, recommending based on popularity not fit |
| Business | Missing corporate rates, not understanding loyalty program math |
| Family | Treating "2 bedrooms" as sufficient without checking bed config, missing safety issues |
| Backpacker | Recommending mid-range, not calculating fees, missing hostel direct pricing |
| Nomad | Multiplying nightly×30 instead of real monthly rate, trusting "wifi included" |