Documentation

Quick Start

Follow these steps to quickly install and get started with the flyai skill.

1. Install the Skill

Method 1: Install via the clawhub CLI

clawhub install flyai

Method 2: Install via npx (Ensure Node.js is installed on your system)

npx skills add alibaba-flyai/flyai-skill

2. Configure API Key

After installation,go to the Console to obtain your official API Key.

flyai config set FLYAI_API_KEY "your-key"

It is recommended to configure an official API Key to get a higher request quota and more stable service.

3. Verification

Run a sample query to verify that the tool is correctly configured.

flyai fliggy-fast-search --query "what to do in Singapore"

4. View Available Commands

To explore all features and search types supported by the CLI, you can view the help menu:

flyai --help