Use Case
Stop doing repetitive data & analytics tasks manually. Variflight lets your AI agent handle them automatically through natural conversation. Query flight information, train tickets, and travel data using Variflight (飞常准) HTTP API. Use when the user needs to (1) search flights by route or flight number, (2) check flight status and punctuality, (3) find train tickets, (4) get airport weather forecasts, (5) check flight prices, (6) plan multi-modal trips (flight+train), or (7) get flight comfort metrics (happiness index). This guide shows practical examples of using Variflight to automate common data & analytics workflows and save hours every week.
Install Variflight: npx clawhub@latest --dir ~/.claude/skills install variflight
Identify the repetitive data & analytics tasks you want to automate
Describe the task to your AI in plain English
Variflight will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing Variflight
Automate my data & analytics tasks using Variflight
What repetitive tasks can Variflight handle for me?
Set up a workflow that runs Variflight every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install variflightOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install variflight⚠️ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js →
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/variflight/💡Extract and place the folder at the path above, then restart your agent.