FlyAI-Skill: Empowering AI Agents with Real-time Travel Search

This repository profile is provided by osrepos.com, an open source repository discovery platform.

FlyAI-Skill: Empowering AI Agents with Real-time Travel Search

Summary

FlyAI-Skill is a powerful GitHub repository that provides AI agents with real-time travel search capabilities. It integrates seamlessly with platforms like Claude Code and OpenClaw, allowing users to search for flights, hotels, and attractions using natural language. This skill connects to Fliggy's extensive travel platform, delivering structured and bookable results directly within your terminal.

Repository Information

Analyzed by OSRepos on May 22, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introdução

FlyAI-Skill é um repositório inovador que permite que agentes de IA, como Claude Code e OpenClaw, acedam a informações de viagem em tempo real. Desenvolvido pelo Alibaba-FlyAI, este projeto conecta agentes de IA à vasta plataforma de viagens Fliggy, parte do Alibaba Group, fornecendo resultados estruturados e passíveis de reserva diretamente no seu terminal. Com FlyAI-Skill, pode pesquisar voos, hotéis, atrações e muito mais usando linguagem natural, eliminando a necessidade de alternar entre separadores do navegador ou aplicações.

As principais características incluem:

  • Linguagem natural, dados estruturados: Faça perguntas em inglês ou chinês e receba JSON que pode ser filtrado ou renderizado.
  • Oito comandos de pesquisa especializados: Desde a descoberta ampla até à pesquisa semântica alimentada por IA e comparação detalhada.
  • Resultados passíveis de reserva: Cada resultado inclui links diretos para reserva.
  • Configuração zero para começar: Funciona de imediato, com uma chave de API opcional para resultados melhorados.

Instalação

Começar com FlyAI-Skill é simples. Siga estes passos para instalar a skill e a CLI associada.

Passo 1, Instalar a Skill

Para OpenClaw:

# via clawhub (Recomendado)
clawhub install flyai

# ou via npx
npx skills add alibaba-flyai/flyai-skill

Para Claude Code:

cp -r /path/to/flyai-skill/skills/flyai ~/.claude/skills/flyai

Passo 2, Instalar a CLI

npm i -g @fly-ai/flyai-cli

Passo 3, Verificar

flyai keyword-search --query "things to do in Tokyo"

Deverá ver uma saída JSON estruturada, indicando que a instalação foi bem-sucedida.

Passo 4, Configurar (opcional)

A skill funciona sem chaves de API. Para resultados melhorados, configure uma:

flyai config set FLYAI_API_KEY "your-key"

Exemplos

FlyAI-Skill oferece uma variedade de comandos para diferentes padrões de pesquisa. Aqui estão alguns exemplos de como pode usá-lo.

Pesquisa de Palavras-chave (keyword-search)

Uma consulta, todas as categorias. Hotéis, voos, bilhetes, tours, cruzeiros, vistos, cartões SIM, pesquisa tudo.

OpenClaw / Claude Code:

/flyai keyword-search --query "Hangzhou 3-day trip"

CLI:

flyai keyword-search --query "Hangzhou 3-day trip"

Pesquisa de IA (ai-search)

Pesquisa semântica alimentada por IA que compreende linguagem natural e intenções de viagem complexas. Suporta hotéis, atrações, voos, comboios e consultas mistas.

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"

CLI:

flyai ai-search --query "3-day trip to Hangzhou for Labor Day, budget 2000 per person"

Pesquisa de Voos (search-flight)

Pesquisa de voos estruturada com filtragem profunda, como origem, destino, datas e tipo de viagem.

OpenClaw / Claude Code:

/flyai search-flight --origin "Beijing" --destination "Shanghai" --dep-date 2026-04-15

CLI:

# Pesquisa básica de ida
flyai search-flight --origin "Beijing" --destination "Shanghai" --dep-date 2026-04-15

# Ida e volta, apenas voos diretos, ordenados por preço (baixo ? alto)
flyai search-flight \
  --origin "Shanghai" --destination "Tokyo" \
  --dep-date 2026-04-20 --back-date 2026-04-25 \
  --journey-type 1 --sort-type 3

Pesquisa de Hotéis (search-hotel)

Pesquise por destino com filtros para classificação por estrelas, tipo de cama, faixa de preço e POIs próximos.

OpenClaw / Claude Code:

/flyai search-hotel --dest-name "Hangzhou" --poi-name "West Lake" --check-in-date 2026-04-10 --check-out-date 2026-04-12

CLI:

# Hotéis perto do Lago Oeste, Hangzhou
flyai search-hotel \
  --dest-name "Hangzhou" --poi-name "West Lake" \
  --check-in-date 2026-04-10 --check-out-date 2026-04-12

Porquê usar FlyAI?

FlyAI permite que você pesquise inventário de viagens em tempo real sem sair do seu terminal. Ele conecta agentes de IA como Claude Code e OpenClaw à vasta plataforma de viagens Fliggy, fornecendo resultados estruturados e passíveis de reserva em segundos. Seja para planear uma escapadela de fim de semana, caçar voos baratos ou coordenar uma viagem em grupo, FlyAI oferece ferramentas poderosas para simplificar o planeamento de viagens. A sua capacidade de compreender a intenção da linguagem natural e fornecer dados acionáveis torna-o uma ferramenta inestimável para qualquer utilizador de agente de IA interessado em viagens.

Links

Related repositories

Similar repositories that may be relevant next.

ClawHub: The Public Skill and Plugin Registry for OpenClaw

ClawHub: The Public Skill and Plugin Registry for OpenClaw

August 19, 2026

ClawHub is the public skill and plugin registry for OpenClaw, designed for publishing, versioning, and searching text-based agent skills and code plugins. It offers fast browsing, a CLI-friendly API, moderation hooks, and vector search capabilities. This platform streamlines the discovery and management of resources for the OpenClaw ecosystem.

directoryskillTypeScript
Open Interpreter: A Rust-Based Coding Agent for Low-Cost Models

Open Interpreter: A Rust-Based Coding Agent for Low-Cost Models

August 18, 2026

Open Interpreter is a powerful coding agent written in Rust, specifically optimized for performance with low-cost models like Kimi K3. It provides a Codex-like interface, enabling users to interact with various models and harnesses for efficient code generation and execution. This project emphasizes portability and compatibility with existing agent setups and standards.

rustcoding-agentAI
dify-official-plugins: Extending Dify with AI Models, Tools, and Agent Strategies

dify-official-plugins: Extending Dify with AI Models, Tools, and Agent Strategies

August 18, 2026

The `dify-official-plugins` repository hosts a collection of official plugins for Dify, an open-source platform for developing LLM-powered AI applications. These plugins, including models, tools, agent strategies, and extensions, enhance Dify's capabilities and are maintained by the official Dify team. They are designed to help developers efficiently build, deploy, and manage AI-driven solutions.

PythonAILLM
Agent Skills: A Standardized Way to Give AI Agents New Capabilities

Agent Skills: A Standardized Way to Give AI Agents New Capabilities

August 18, 2026

Agent Skills provides a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. It allows packaging procedural knowledge and context into portable, version-controlled folders that agents load on demand. This enables agents to gain domain expertise, follow repeatable workflows, and reuse skills across various compatible AI tools.

agent-skillsPythonAI

Source repository

Open the original repository on GitHub.

17 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️