Follow these steps to quickly install and get started with the flyai skill.
clawhub install flyai
npx skills add alibaba-flyai/flyai-skill
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.
Run a sample query to verify that the tool is correctly configured.
flyai fliggy-fast-search --query "what to do in Singapore"
To explore all features and search types supported by the CLI, you can view the help menu:
flyai --help