LaunchKit · 2026
Back to Skills

tripgenie-skill

TripGenie skill — handles hotel booking, flight search, attraction recommendation and travel consultation.

0
0 downloads
by @marsqing

Setup & Installation

openclaw skills install @marsqing/tripgenie-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install tripgenie-skill

What This Skill Does

TripGenie connects to Trip.com's travel API to handle hotel booking, flight search, attraction recommendations, and itinerary planning. It passes user queries directly to the TripGenie API and returns the response as-is, including prices, availability, and booking links.

Unlike generic AI travel advice, TripGenie returns live pricing and availability data directly from Trip.com Group, so results reflect current inventory rather than static knowledge.

When to use it

  • Book a hotel room in a specific city for tonight
  • Search for flights between two destinations on a given date
  • Get attraction recommendations for an upcoming trip
  • Plan a multi-day itinerary for a family vacation
  • Find business class tickets with real-time pricing

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Search flights from Beijing to Shanghai tomorrow

AGENT
  1. 1TripGenie skill is triggered by flight search pattern
  2. 2Sends POST request to TripGenie API with user query and API token
  3. 3API returns flight options with prices, schedules, and booking links
  4. 4Full API response is forwarded to the user without summarization
OUTPUT

A markdown-formatted list of available flights with prices, departure times, and booking links

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

TRIPGENIE_API_KEY environment variable — obtain from www.trip.com/tripgenie/openclaw