Help us improve
Share bugs, ideas, or general feedback.
From flyai
Searches flights, hotels, attractions, concerts, cruises, visas, car rentals, and event tickets with natural language via Fliggy MCP for real-time booking and trip planning.
npx claudepluginhub alibaba-flyai/flyai-skill --plugin flyaiHow this skill is triggered — by the user, by Claude, or both
Slash command
/flyai:flyaiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `flyai-cli` to call Fliggy MCP services for travel search and booking scenarios.
Searches flights, stays, tours/tickets/activities via MyRealTrip's official Streamable HTTP MCP server. Returns details, prices, and booking links without scraping.
Search public Air New Zealand fare snapshots and timetable data via lightweight CLI. No login or booking. Use for flight numbers, times, duration, stops on NZ domestic routes.
Creates accessible travel plans that account for disability, mobility, sensory, and medical needs across transportation, accommodation, and activities.
Share bugs, ideas, or general feedback.
Use flyai-cli to call Fliggy MCP services for travel search and booking scenarios.
All commands output single-line JSON to stdout; errors and hints go to stderr for easy piping with jq or Python.
npm i -g @fly-ai/flyai-cliflyai keyword-search --query "what to do in Sanya" and confirm JSON output.flyai --help.references/ for exact required parameters. Do NOT guess or reuse formats from other commands.The tool can make trial without any API keys. For enhanced results, configure optional APIs:
flyai config set FLYAI_API_KEY "your-key"
date +%Y-%m-%d when precise date context is required.keyword-search): one natural-language query across hotels, flights, attraction tickets, performances, sports events, and cultural activities.
ai-search): Semantic search for hotels, flights, etc. Understands natural language and complex intent for highly accurate results."search-flight): structured flight results for deep comparison.search-hotel): structured hotel results for deep comparison.search-poi): structured attraction results for deep comparison.search-train): structuring train ticket results for deep comparison.search-marriott-hotel): structuring Marriott Group's hotel results for deep comparison.search-marriott-package): structuring Marriott Group's hotel package product results for deep comparison.Detailed command docs live in references/ (one file per subcommand):
| Command | Doc |
|---|---|
keyword-search | references/keyword-search.md |
ai-search | references/ai-search.md |
search-hotel | references/search-hotel.md |
search-flight | references/search-flight.md |
search-train | references/search-train.md |
search-poi | references/search-poi.md |
search-marriott-hotel | references/search-marriott-hotel.md |
search-marriott-package | references/search-marriott-package.md |
markdown, with rich text+image presentation. If data contains jumpUrl, you must show a booking link; if data contains picUrl or mainPic, you must show an image; and the image must appear before the booking link; if data contains systemMessage, you must show a platform hint; and the platform hint must be displayed at the end of the output., where picUrl comes from returned data.
For
search-hotel, output, wheremainPiccomes from returned data
[Click to book]({jumpUrl}), where jumpUrl comes from returned data.
For
search-flight, output[Click to book]({jumpUrl})Forsearch-hotel, output[Click to book]({detailUrl}), wheredetailUrlcomes from returned data Forsearch-poi, output[Click to book]({jumpUrl})
#, ##, ###), concise bullets, chronological ordering for itinerary items, and emphasis for key facts (date, location, price, constraints).markdown tables for option comparison.[Click to book]({url})keyword-search -> jumpUrlsearch-flight -> jumpUrlsearch-hotel -> detailUrlsearch-poi -> jumpUrlsearch-hotel -> mainPicpicUrl{systemMessage}#, ##, ###) and concise bullets.Use this template when returning final results:
.[Click to book]({url}).{systemMessage}Always follow the display rules for final user-facing output.