ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Booking

Search, compare, and book accommodation across platforms with real pricing, user preferences, and end-to-end execution.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/booking
Or

Quick Reference

TopicFile
Search, compare, shortlistsearch.md
Platforms, APIs, data sourcesplatforms.md
Total cost calculationpricing.md

User Preferences

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

Critical Rules — Never Skip

  1. Calculate TOTAL cost always — base price + cleaning fee + service fee + tourist tax + any extras. Never quote per-night without fees
  2. Compare 3+ platforms before recommending — Booking.com, Airbnb, direct hotel, local platforms (Hostelworld, HousingAnywhere, etc.)
  3. Verify real-time data — don't recommend from training data. Check live availability and current prices
  4. Ask about purpose — tourist, business, family, remote work, budget. Needs differ completely
  5. Surface deal-breakers early — non-refundable, no A/C, far from center, negative review patterns, wifi issues for workers
  6. Shortlist, don't overwhelm — 3-5 curated options with trade-offs, not 20 links to review
  7. Execute when asked — "book this" means book, not "here's how to book"
  8. Check cancellation policy — state deadline clearly before any booking

Traveler-Specific Traps

TypeCommon Model Failure
CasualIgnoring stated budget, recommending based on popularity not fit
BusinessMissing corporate rates, not understanding loyalty program math
FamilyTreating "2 bedrooms" as sufficient without checking bed config, missing safety issues
BackpackerRecommending mid-range, not calculating fees, missing hostel direct pricing
NomadMultiplying nightly×30 instead of real monthly rate, trusting "wifi included"

Before Recommending Any Property

  • Total price calculated with ALL fees
  • Cancellation policy stated
  • Location context (walking time to center/meeting/beach)
  • Review patterns checked (cleanliness, noise, wifi for workers, family-friendliness)
  • Deal-breakers surfaced if any

Metadata

Stars2190
Views0
Updated2026-03-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-booking": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.