Install
openclaw skills install travelkit-skillTravelKit flight booking and management skill. Use for flight search, pricing, real-time price verification, order creation, payment, cancellation, refund, change, itinerary download, and TravelKit MCP integration policy. Always use this skill for TravelKit flight lifecycle tasks.
openclaw skills install travelkit-skillUse the smallest relevant reference file for the user's current task. Keep consumer replies in Simplified Chinese unless the user requests another language.
| User intent | Read | Tool(s) |
|---|---|---|
| Search or compare flights | flight-search | flight_search |
| Price a known flight number | flight-pricing | flight_pricing |
| User selects a search option | flight-verify | flight_verify_solution |
| Create an order after verified price | flight-create-order | flight_create_order |
| Pay an order | flight-pay-order | flight_pay_order |
| Look up orders | flight-order-lookup | flight_order_detail, flight_order_detail_by_external_id, flight_order_list |
| Cancel an order | flight-cancel | flight_cancel_order |
| Refund | flight-refund | flight_refund_quote, flight_refund_money_search, flight_refund_request, flight_refund_confirm |
| Change flight | flight-change | flight_change_search, flight_change_request |
| Download itinerary | flight-itinerary | flight_download_itinerary |
| Integration/config questions | mcp-connection | N/A |
solutionId, orderKey, confirmation flags, raw MCP JSON, API keys, passengerIds, segmentIds, or idempotency keys to normal users.YYYY-MM-DD using the current date/timezone.flight_search when possible, then filter returned displayOptions by actual route before showing results.includeAirlines or excludeAirlines when possible, then filter by IATA airline code before showing results.Before any write tool, summarize the business action in normal language and wait for explicit confirmation. After confirmation, set required internal confirmation fields in the tool call without asking users about production or technical flags. Read confirmation-rules for operation-specific details.