flyai
SKILL.md
FlyAI — Travel, Flight & Hotel Search and Booking
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.
Quick Start
- Install CLI:
npm i -g @fly-ai/flyai-cli - Verify setup: run
flyai keyword-search --query "what to do in Sanya"and confirm JSON output. - List commands: run
flyai --help. - Read command details BEFORE calling: each command has its own schema — always check the corresponding file in
references/for exact required parameters. Do NOT guess or reuse formats from other commands.
Configuration
The tool can make trial without any API keys. For enhanced results, configure optional APIs:
flyai config set FLYAI_API_KEY "your-key"