Search and compare flights, hotels, attractions, concerts & more across Fliggy — book directly from your terminal
npx claudepluginhub alibaba-flyai/flyai-skillTravel search powered by Fliggy — search flights, hotels, attractions, concerts, and more with natural language
Travel search, powered by Fliggy — right inside Claude Code, OpenClaw, and other skill-compatible agents.
Search flights, hotels, attractions, concerts, and more with natural language.
No browser tabs. No app switching. Just ask.
Homepage · Quick Start · Commands · Use Cases · Examples
You're deep in a conversation with your AI coding agent — planning a trip, researching venues, comparing options. FlyAI lets you search real-time travel inventory without leaving your terminal. It connects Claude Code, OpenClaw, and other skill-compatible agents to Fliggy's massive travel platform (part of Alibaba Group), giving you structured, bookable results in seconds.
OpenClaw:
# via clawhub (Recommended)
clawhub install flyai
# or via npx
npx skills add alibaba-flyai/flyai-skill
Claude Code:
cp -r /path/to/flyai-skill/skills/flyai ~/.claude/skills/flyai
npm i -g @fly-ai/flyai-cli
flyai keyword-search --query "things to do in Tokyo"
You should see structured JSON output. You're good to go.
The skill works without any API keys. For enhanced results, set one up:
flyai config set FLYAI_API_KEY "your-key"
FlyAI provides eight commands, each tailored to a different search pattern:
| Command | Purpose | Required Params |
|---|---|---|
keyword-search | Natural-language keyword search across all travel categories | --query |
ai-search | Semantic search — understands complex intent for highly accurate results | --query |
search-flight | Structured flight search with deep filtering | --origin |
search-train | Structured train ticket search with deep filtering | --origin |
search-hotel | Structured hotel search by destination | --dest-name |
search-poi | Attraction & POI search by city | --city-name |
search-marriott-hotel | Marriott Group hotel search by destination | --dest-name |
search-marriott-package | Marriott Group hotel package search | --keyword |
keyword-search — Broad DiscoveryOne query, all categories. Hotels, flights, tickets, tours, cruises, visas, SIM cards — it searches everything.
OpenClaw:
/flyai keyword-search --query "Hangzhou 3-day trip"
/flyai keyword-search --query "France visa"
/flyai keyword-search --query "Shanghai cruise"
Claude Code:
/flyai keyword-search --query "Hangzhou 3-day trip"
/flyai keyword-search --query "France visa"
/flyai keyword-search --query "Shanghai cruise"
CLI:
flyai keyword-search --query "Hangzhou 3-day trip"
ai-search — Semantic SearchAI-powered semantic search that understands natural language and complex travel intent. Supports hotels, attractions, flights, trains, and mixed queries.
OpenClaw / Claude Code:
/flyai ai-search --query "3-day trip to Hangzhou for Labor Day, budget 2000 per person, want to stay near West Lake"
/flyai ai-search --query "Direct flight from Shanghai to Tokyo next week, find good value flights and hotels"
CLI:
flyai ai-search --query "3-day trip to Hangzhou for Labor Day, budget 2000 per person"
search-flight — Flight Comparison