Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

rollinggo-searchflight-skillRollinggo 搜索飞行技能

Agent Skill

rollinggo-searchflight-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

930

周安装

38

GitHub Stars

公开资料未说明

下载量

301
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rollinggo-searchflight-skill(Rollinggo 搜索飞行技能)
来源仓库:https://github.com/yorkluai-lab/rollinggo-searchflight-skill
安装命令:
openclaw skills install rollinggo-searchflight-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install rollinggo-searchflight-skill

简介

通过 RollingGo Flight MCP 进行航班搜索和定价。当用户想要按出发地、目的地、日期、乘客数量、舱位等搜索航班时使用

SKILL.md

name
rollinggo-searchflight
description
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, city/airport code, or compare real-time flight options and prices. Trigger phrases — "search flights", "find flights", "flight price", "cheap flights", "flight comparison", "机票", "查航班", "查机票", "航班价格", "rollinggo".
homepage
https://rollinggo.store
metadata

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.12%
按下载量换算292

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills