返回顶部
s

skiplagged-flights跳过航班搜索

Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels", "plan a trip", etc, or general flights / trip planning. Ground outputs in offical Skiplagged MCP results.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
2,697
下载量
免费
免费
3
收藏
概述
安装方式
版本历史

skiplagged-flights

Skiplagged Flights (MCP)

该技能查询 Skiplagged 的公共 MCP 服务器,以搜索航班、酒店、租车和灵活日期日历。

  • - 服务器 URL: https://mcp.skiplagged.com/mcp
  • 认证: 无(公共服务器)

前提条件

1) 确保 mcporter CLI 在 PATH 中可用(该技能将其声明为必需的二进制文件)。

2) 优先使用 ad-hoc HTTPS 目标(无需本地 mcporter 配置):

bash

检查工具 + 模式(推荐)


mcporter list https://mcp.skiplagged.com/mcp --schema

快速开始

bash
mcporter call https://mcp.skiplagged.com/mcp.skflightssearch origin=WAW destination=LHR departureDate=2026-03-15 --output json

如果你的环境已经配置了名为 skiplagged 的服务器,mcporter call skiplagged.skflightssearch ... 是等效的。使用显式的 HTTPS URL 是首选,因为它避免依赖(或枚举)本地 MCP 配置。

工具

skflightssearch

搜索地点之间的航班。

必需: origin、destination、departureDate

常见选项(通过 --schema 验证确切名称):

  • * returnDate - 往返日期
  • sort - price、duration、value(默认)
  • limit - 最大结果数(默认约 12)
  • maxStops - none、one、many
  • fareClass - basic-economy、economy、premium、business、first
  • preferredAirlines / excludedAirlines - 逗号分隔的 IATA 代码(例如 UA,DL)
  • departureTimeEarliest / departureTimeLatest - 从午夜开始的分钟数(0–1439)

示例:

bash

最便宜的单程


mcporter call https://mcp.skiplagged.com/mcp.skflightssearch origin=NYC destination=LAX departureDate=2026-03-15 sort=price limit=5

往返,仅直飞

mcporter call https://mcp.skiplagged.com/mcp.skflightssearch origin=WAW destination=CDG departureDate=2026-04-10 returnDate=2026-04-17 maxStops=none limit=5

排除廉价航空,仅上午(6am–12pm)

mcporter call https://mcp.skiplagged.com/mcp.skflightssearch origin=LHR destination=JFK departureDate=2026-05-01 excludedAirlines=F9,NK departureTimeEarliest=360 departureTimeLatest=720 limit=5

skflexdeparture_calendar

查找出发日期附近的最便宜票价。

bash
mcporter call https://mcp.skiplagged.com/mcp.skflexdeparture_calendar origin=WAW destination=BCN departureDate=2026-06-15 sort=price --output json

skflexreturn_calendar

查找固定行程长度的最便宜往返票价。

bash
mcporter call https://mcp.skiplagged.com/mcp.skflexreturn_calendar origin=WAW destination=NYC departureDate=2026-07-01 returnDate=2026-07-08 --output json

skdestinationsanywhere

当行程灵活时发现廉价目的地。

bash
mcporter call https://mcp.skiplagged.com/mcp.skdestinationsanywhere from=WAW depart=2026-03-15 --output json

响应格式

向用户展示结果时:

  • * 切勿使用 Markdown 表格 — 使用项目符号列表或标签行。
  • 在 Telegram 风格的频道中回复时,使用 MarkdownV2 兼容格式。
  • 保持回复 移动友好:简洁、易于浏览。
  • 默认显示 前 3–5 个 选项;提供展开选项。
  • 如果返回了预订/深层链接,请包含在内。
  • 如果出现隐藏城市行程,请提供明确的注意事项(托运行李限制和未乘坐航段的影响)。
  • 突出显示节省金额、路线洞察和关键权衡(经停 vs 时长 vs 价格)。

良好示例:

找到 3 个 3 月 15 日 WAW → LHR 的航班:

• $90 · 2h 35m · 直飞
LOT
05:40 WAW → 07:15 LHR
预订

• $91 · 4h 20m · 1 次经停
SAS
06:10 WAW → 09:30 LHR
预订

提示

  • * 尽可能优先使用 IATA 代码(例如 WAW、LHR、JFK)。
  • 当需要结构化数据进行后处理时,使用 --output json。
  • 结果通常包含用于预订/验证的 deepLink(或类似内容)。
  • 对于非结果缺失导致的失败,建议直接使用 https://skiplagged.com。
  • 价格/可用性变化很快——将结果视为时间点数据,并鼓励用户通过预订链接确认。

参考 / 来源

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skiplagged-flights-1776375991 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skiplagged-flights-1776375991 技能

通过命令行安装

skillhub install skiplagged-flights-1776375991

下载

⬇ 下载 skiplagged-flights v1.0.1(免费)

文件大小: 2.79 KB | 发布时间: 2026-4-17 15:41

v1.0.1 最新 2026-4-17 15:41
- Updated skill instructions and recommendations for Skiplagged MCP's latest public server and usage patterns.
- Improved CLI command examples for direct HTTPS calls, flexible dates, round-trips, and exclusions.
- Enhanced guidance on output formatting, booking links, and when to caveat hidden-city itineraries.
- Expanded documentation on requirements, provenance, and troubleshooting tips.
- No code or functional changes; documentation and metadata update only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部