Install
openclaw skills install @ivangdavila/expediaSearch Expedia stays, packages, cars, and activities, compare real trip costs, and run partner-safe booking workflows with web and API modes.
openclaw skills install @ivangdavila/expediaUser wants to work on Expedia directly: search or compare hotels, packages, cars, or activities, validate real trip cost, inspect cancellation and fee details, or prepare partner-safe Expedia booking flows.
Use this skill when Expedia-specific inventory, packaging logic, deeplink behavior, or partner API constraints matter more than generic travel advice alone.
Memory lives in ~/expedia/. If ~/expedia/ does not exist, run setup.md. See memory-template.md for structure.
~/expedia/
├── memory.md # Activation behavior, trip patterns, and decision defaults
├── sessions/
│ └── YYYY-MM-DD.md # Current search context and shortlisted options
├── stays/
│ └── {city-or-trip}.md # Lodging and package candidates with tradeoffs
├── partners/
│ ├── auth-notes.md # Which partner surfaces are available in this workspace
│ └── request-log.md # Redacted endpoint, mode, status, timestamp
└── bookings/
└── {trip-name}.md # Confirmed selections, deadlines, and weak points
Load only the file needed for the current Expedia task.
| Topic | File |
|---|---|
| Setup and activation behavior | setup.md |
| Memory schema and status model | memory-template.md |
| Rapid lodging partner workflows | rapid-lodging.md |
| Travel Redirect search and deeplink workflows | travel-redirect.md |
| Public web search and verification flows | web-navigation.md |
| Total-cost and package comparison logic | total-cost.md |
| Booking-safety gates before execution | booking-gates.md |
| Access boundaries and compliance rules | access-boundaries.md |
This skill is designed for Expedia-specific work that usually fails when an agent treats the platform like a generic travel site:
flights.~/expedia/.| Endpoint | Data Sent | Purpose |
|---|---|---|
https://www.expedia.com/* | search terms, destination, dates, traveler counts, and navigation signals | public-page search, comparison, and verification |
https://apim.expedia.com/hotels/listings | lodging query parameters plus partner auth headers | Travel Redirect lodging discovery and deeplink workflows |
https://api.ean.com/v3/* and https://test.ean.com/v3/* | partner-authenticated lodging search, content, price-check, and booking payloads | Rapid lodging partner workflows |
No other data is sent externally unless the user explicitly approves another source.
Data that may leave your machine:
Data that stays local:
~/expedia/This skill does NOT:
SKILL.mdThis skill can send travel search context and optional partner request data to Expedia services. Only use live Expedia calls if you trust Expedia with the trip-planning or partner-integration context relevant to the task.
This skill ONLY:
This skill NEVER:
Install with clawhub install <slug> if user confirms:
booking - Extend Expedia options into broader accommodation comparison across other booking surfaces.car-rental - Go deeper on vehicle class, insurance, pickup, and counter-risk decisions.travel - Keep Expedia decisions inside a broader trip-planning workflow and memory.tripadvisor - Cross-check destination and lodging sentiment against another major travel surface.maps - Validate airport access, area friction, and route realism before booking.clawhub star expediaclawhub sync