✈️ FlyAI — Travel, Flight & Hotel Search and Booking
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
Why FlyAI?
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.
- Natural language in, structured data out — ask in plain English or Chinese, get JSON you can pipe, filter, or render
- Eight specialized search commands — broad discovery, AI-powered semantic search, or deep comparison, your call
- Bookable results — every result includes direct booking links
- Zero config to start — works out of the box, optional API key for enhanced results
Quick Start
Step 1 — Install the Skill
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
Step 2 — Install the CLI
npm i -g @fly-ai/flyai-cli
Step 3 — Verify
flyai keyword-search --query "things to do in Tokyo"
You should see structured JSON output. You're good to go.
Step 4 — Configure (optional)
The skill works without any API keys. For enhanced results, set one up:
flyai config set FLYAI_API_KEY "your-key"
Commands
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 Discovery
One 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 Search