← 返回
未分类

rollinggo-searchflight-skill

Flight search and pricing via the RollingGo Flight MCP. Use when the user wants to search flights by origin, destination, date, passenger count, cabin class,...
通过RollingGo Flight MCP查询航班及报价,适用于用户按出发地、目的地、日期、乘客人数、舱位等级等条件搜索航班。
yorkluai-lab yorkluai-lab 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 276
下载
💾 0
安装
1
版本
#latest

概述

RollingGo Flight MCP

When to Use

Use this skill when:

  • Flight Search: User wants to find flights between two cities or airports on a specific date.
  • Price Comparison: User wants to compare flight prices, departure times, arrival times, direct/transit routes, or airline options.
  • City & Airport Resolution: User provides natural language city/airport names and needs them converted into available city or airport codes.
  • One-way / Round-trip Planning: User asks for one-way or round-trip flight options with passenger count and cabin preference.
  • Flight Option Evaluation: User wants a short list of recommended flights based on price, timing, directness, and supplier score.

Don't use this skill when:

  • User asks about hotels, trains, car rentals, transfers, travel visas, attractions, or itinerary planning without a flight-search need.
  • User asks to issue tickets, pay, cancel, refund, change flights, manage orders, confirm baggage allowance, or guarantee fare rules. Current documented MCP capability is flight search only.

API Key

Resolution order: --api-key flag → RollingGo_API_KEY env var.

No key yet? Apply at: https://rollinggo.store/apply

Runtime

This skill uses a remote MCP server (streamable_http), not a local CLI runtime. The MCP server is registered automatically by the skill host — no manual configuration or local install is needed.

Load references/rollinggo-mcp.md and keep it for the session.

No API key is required for the public endpoint.

Version Freshness

The remote MCP endpoint is the source of truth. Do not invent local package versions or CLI commands.

Before making claims about newly added tools or booking/payment capabilities, check the latest MCP documentation or the live MCP tool list.

Primary Workflow

Run these steps in order unless the user is already at a later step.

  1. Clarify required info: origin, destination, departure date, one-way or round-trip.

Optional (use defaults if not specified): return date (required only for round-trip), adult count (default 1), child count (default 0), cabin class (default ECONOMY), airport preference (city-level vs specific airport).

  1. If origin or destination is a natural language city/airport name → run searchAirports first.
  2. Prefer cityCode for broad city-level searches and airportCode when the user explicitly names a specific airport.
  3. Run searchFlights with the resolved codes and passenger/cabin/date parameters.
  4. Parse flightInformationList and compare options by price, time, directness, duration, and fromSmartValueScore (higher = better value).
  5. If results are weak or empty → loosen filters and retry (see Filter Loosening).
  6. Present 3–5 useful options and remind the user that price and inventory are real-time and subject to final confirmation.

MCP Tools Quick Reference

searchAirports — resolve city or airport names to codes

{ "keyword": "杭州" }

searchFlights — search available flights (one-way example)

{
  "adultNumber": 1,
  "childNumber": 0,
  "cabinGrade": "ECONOMY",
  "fromCity": "HGH",
  "toCity": "CTU",
  "fromDate": "2026-05-01",
  "tripType": "ONE_WAY"
}

Round-trip: add "retDate": "YYYY-MM-DD" and set "tripType": "ROUND_TRIP".

Specific airport: replace fromCity/toCity with fromAirport/toAirport.

Key Rules

  • adultNumber and childNumber are required. Use childNumber: 0 when there are no children.
  • cabinGrade must be one of: ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRST.
  • tripType must be one of: ONE_WAY, ROUND_TRIP.
  • fromDate and retDate must use YYYY-MM-DD.
  • retDate is required when tripType=ROUND_TRIP and must be later than fromDate.
  • For origin, use either fromCity or fromAirport (not both).
  • For destination, use either toCity or toAirport (not both).
  • If the user only says a city such as "上海" or "成都", prefer fromCity / toCity to cover multiple airports.
  • If the user says a specific airport such as "虹桥", "浦东", "天府", or "萧山", prefer fromAirport / toAirport.
  • Default cabin class may be ECONOMY when the user does not specify.
  • Default passenger count may be 1 adult and 0 children when the user does not specify.
  • Do not guess missing travel dates. Ask a brief follow-up unless the date is explicitly recoverable from the user's wording.

Output

MCP response structure:

  • message: human-readable status string (e.g. "航班搜索成功")
  • flightInformationList: array of flight options

When presenting flights, include for each option:

  • total adult price and currency
  • child price if children are included
  • flight number
  • departure and arrival time
  • departure and arrival airport codes
  • duration in minutes (convert to h/m for display)
  • direct / transfer / stop city information (stopCities field; empty string means direct)
  • airline or validating carrier code (validatingCarrier)
  • fromSmartValueScore as a tiebreaker (0–100, higher = better value)
  • short recommendation reason

Always add a note that flight prices and inventory can change in real time and final availability should be rechecked before booking.

Filter Loosening (when no results)

Try in order: switch specific airport code to city code → try nearby airport/city matches from searchAirports → broaden cabin preference to ECONOMY only if user allows → ask whether the user can change date or time window.

If results exist but quality is low → sort by fromSmartValueScore descending before presenting.

Boundary Notes

Current documented MCP capability covers airport search and flight search. Do not claim the skill can complete payment, issue tickets, cancel/refund/change orders, manage bookings, or verify baggage rules unless a corresponding tool is added later.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 56 📥 85,186
life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,664
life-service

healthcheck

stellarhold170nt
使用 JSON 文件存储追踪饮水和睡眠
★ 11 📥 30,174