Leaderboard/Automation/flyai-skill
Last commit on April 21, 2026·Created on March 19, 2026

alibaba-flyai/flyai-skill

Searches flights, hotels, and events in plain language, returning structured results with images and booking links.
Combined rank
#282
across all skills
In Automation
#18
category rank
Stars
1.1k
+0.8% in last 7d
Forks
81
+3.8% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

FlyAI connects an AI agent to Fliggy MCP for real-time travel search and booking. It handles flights, hotels, cruises, car rentals, visas, and event tickets from natural language queries. The skill returns structured markdown output with images, booking links, and platform hints, making it useful for travelers and trip planners who need to compare options and book directly.

WHO IT'S FOR
Travel Booking Platform Teams
search and book travel via CLI
AI Travel Assistant Developers
build AI agents for travel planning
Online Travel Agencies (OTAs)
integrate MCP-based travel search
Travel Agent AI Users
automate travel search and itinerary planning
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

OpenClaw via ClawHub

Installs: FlyAI skill · OpenClaw

Before you start
  • Node.js (`node`)
  • npm and the ClawHub CLI must be available.
  1. In a terminal, install the FlyAI skill from ClawHub.

    clawhub install flyai
  2. In a terminal, install the required FlyAI CLI globally.

    npm i -g @fly-ai/flyai-cli
  3. In a terminal, verify the installation and confirm that it returns structured JSON.

    flyai keyword-search --query "things to do in Tokyo"
skills/flyai/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Find direct flights within a budget

Uses flyai

  • Origin city
  • Destination city
  • Departure date
  • Maximum price and currency

Check the repository for this skill’s setup.

Use the flyai skill to find direct flights from [origin city] to [destination city] on [departure date] costing no more than [maximum price and currency]. Return a concise comparison of the available options without booking anything.
skills/flyai/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Compare hotels for a short stay

Uses flyai

  • City
  • Landmark or neighborhood
  • Check-in date
  • Check-out date
  • Hotel class or preferences

Check the repository for this skill’s setup.

Use the flyai skill to compare [hotel class or preferences] hotels near [landmark or neighborhood] in [city] for [check-in date] through [check-out date]. Summarize a small set of suitable options without booking anything.
skills/flyai/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Discover attractions by interest

Uses flyai

  • City
  • Interests

Check the repository for this skill’s setup.

Use the flyai skill to find top attractions in [city] that match [interests]. Give me a concise shortlist with enough detail to decide what to investigate further.
skills/flyai/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026