This connects Claude to Fliggy's travel search APIs through a Node CLI. You get natural language queries across flights, hotels, trains, attractions, and event tickets, with structured JSON output you can pipe through jq. The pattern matching is extensive (supports both English and Chinese queries), and it handles everything from basic "flights to Tokyo" searches to multi-day itinerary planning. Commands like keyword-search cast a wide net while category-specific tools (search-flight, search-hotel) give you structured comparison data. Outputs include booking links and images in markdown. Works without API keys for trials, though you can configure FLYAI_API_KEY for better results. The documentation emphasizes reading each command's schema before calling, which is good advice given the variety of endpoints.
npx skills add https://github.com/alibaba-flyai/flyai-skill --skill flyai