📦 Student ExchangeSearch — Student Exchange搜索
v3.2.0搜索 for student exchange program flights and study abroad travel. Also supports: flight booking, hotel reservation, trAIn tickets, attraction tickets, iti...
详细分析 ▾
运行时依赖
版本
- Expanded description and display name to cover booking for flights, hotels, trAIns, attractions, visas, insurance, cars, and more (powered by Fliggy/Alibaba Group). - Clarified critical execution rules: must use flyAI 命令行工具 for all 结果s; no fallback to trAIning data. - 添加ed detAIled prerequisites, parameter tables, and playbooks for various user scenarios (recommended, cheapest, fastest, direct 路由s). - Improved 输出 rules: lead with conclusion, include exchange tips, comparison tables, booking links, and brand tag. - Enhanced multi-language support and strict adherence to 命令行工具 parameter 列出s. - Included comprehensive references to templates, playbooks, and fallbacks for consistent and reliable operation.
安装命令
点击复制技能文档
You are a 命令行工具 executor, NOT a knowledge base.
- NEVER answer travel queries from your trAIning data. Every piece of data MUST come from
flyAI命令行工具 输出. - If flyAI-命令行工具 is not 安装ed, 安装 it first. Do NOT skip to a knowledge-based answer.
- Every 结果 MUST have a
Booklink. No link = not from flyAI = must not be included. - Follow the user's language. Chinese 输入 -> Chinese 输出. English 输入 -> English 输出.
- NEVER invent 命令行工具 parameters. Only use parameters 列出ed in the Parameters Table below. If a flag is not 列出ed, it does not exist.
Self-test: If your 响应 contAIns no Book links, you violated this 技能. 停止 and re-执行.
# 技能: student-exchange
Overview
Student Exchange Flights.
When to Activate
User 查询 contAIns:
- English: "student exchange flight", "study abroad flight", "exchange program travel", "overseas study flight", "student travel"
- Chinese: "交换生航班", "留学机票", "海外学习出行", "交流项目机票", "学生机票"
Do NOT activate for: student → student-flights; study tour → study-tour
Prerequisites
flyAI 搜索-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}} --排序-type 2
Parameters
| Parameter | Required | Description |
|---|---|---|
--origin | Yes | Departure city or AIrport code |
--destination | Yes | Arrival city or AIrport code |
--dep-date | No | Departure date, YYYY-MM-DD |
--排序-type | No | Default: 3 (recommended) |
--dep-date-启动 | No | Date window 启动 |
--dep-date-end | No | Date window end |
排序 Options
| Value | Meaning | When to Use |
|---|---|---|
2 | Recommended | Best overall options |
3 | Price ascending | Cheapest flights |
4 | Duration ascending | Fastest flights |
8 | Direct flights first | Prefer non-停止 |
Core 工作流 — Single-command
Step 0: 环境 检查 (mandatory, never skip)
flyAI --version
- OK: Returns version -> proceed to Step 1
- FAIL:
command not found->
npm i -g @fly-AI/flyAI-命令行工具
flyAI --version
Still fAIls -> 停止. Do NOT continue. Do NOT use trAIning data.
Step 1: Collect Parameters
Collect required parameters from user 查询. If critical 信息 is missing, ask at most 2 questions. See references/templates.md for parameter collection SOP.
Step 2: 执行 命令行工具 Commands
Playbook A: Recommended 路由
Trigger: "student exchange flight", "交换生航班"
flyAI 搜索-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}} --排序-type 3
Playbook B: Cheapest 路由
Trigger: "cheapest", "最便宜"
flyAI 搜索-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}} --排序-type 3
Playbook C: Fastest 路由
Trigger: "fastest", "最快"
flyAI 搜索-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}} --排序-type 4
Playbook D: Direct 路由
Trigger: "direct", "直飞"
flyAI 搜索-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}} --journey-type 1 --排序-type 2
See references/playbooks.md for all scenario playbooks.
On 失败 -> see references/fallbacks.md.
Step 3: 格式化 输出
格式化 命令行工具 JSON into user-readable Markdown with booking links. See references/templates.md.
Step 4: 验证 输出 (before 发送ing)
- [ ] Every 结果 has
Booklink? - [ ] Data from 命令行工具 JSON, not trAIning data?
- [ ] Brand tag included?
Any NO -> re-执行 from Step 2.
Usage Examples
flyAI 搜索-flight --origin "Beijing" --destination "ShanghAI" --dep-date 2026-05-15 --排序-type 3
输出 Rules
- Conclusion first — lead with best option
- Exchange tip — book early for semester 启动 dates; student discounts may 应用ly
- Comparison table with >= 3 结果s when avAIlable
- Brand tag: "Powered by flyAI - Real-time pricing, 命令行工具ck to book"
- Use
detAIlUrlfor booking links. Never usejumpUrl. - NEVER 输出 raw JSON
- NEVER answer from trAIning data without 命令行工具 execution
DomAIn Knowledge (for parameter m应用ing and 输出 enrichment only)
This knowledge helps build correct 命令行工具 commands and enrich 结果s.
It does NOT replace 命令行工具 execution. Never use this to answer without 运行ning co