Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

jinko-flight-search晶科航班搜索

Agent Skill

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

总安装

80,768

周安装

3,434

GitHub Stars

1

下载量

28,296
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install jinko-flight-search

简介

使用晶科 MCP 服务器搜索航班并发现旅行目的地。提供两项核心功能:(1) 目的地发现 — 当用户没有特定目的地时,根据预算、气候或活动等标准查找旅行地点;(2) 特定航班搜索 — 通过灵活的日期、舱位等级和预算筛选器比较两个已知城市/机场之间的航班。当用户想要执行以下操作时使用此技能:搜索航班、查找廉价航班、发现旅行目的地、比较航班价格、计划旅行、查找特定城市的优惠或探索目的地。触发任何航班预订、旅行计划或目的地发现请求。需要连接到 https://mcp.gojinko.com 的 Jinko MCP 服务器。

SKILL.md

name
jinko-flight-search
description
>

Jinko Flight Search

Search flights and discover destinations via the Jinko MCP server (find_destination and find_flight tools).

MCP Connection

Connect the Jinko MCP server in Claude's settings or project integrations using this URL:

https://mcp.gojinko.com

This provides two tools: Jinko:find_destination and Jinko:find_flight.

Tool Selection

  1. User knows origin AND destination city → Use find_flight
  2. User wants destination ideas, doesn't know where to go, or specifies criteria (beach, warm, ski, cheap…) → Use find_destination
  3. User asks for the cheapest dates to a single known destination → Use find_flight

Tool 1: find_destination — Discover Where to Go

Use when the user is exploring options and hasn't committed to a single destination city.

Required Parameters

  • origins — Array of IATA codes for ALL nearby airports at the user's origin.
  • trip_type"roundtrip" (default) or "oneway" (only when user explicitly says one-way).

Optional Parameters

ParameterUse when
destinationsUser mentions a region, criteria, or list of candidate cities. Generate IATA codes matching the intent. Leave empty for global discovery ("anywhere", "surprise me").
departure_dates / departure_date_rangesUser specifies dates or periods. All dates MUST be in the future.
return_dates / return_date_rangesUser specifies return windows.
stay_days / stay_days_rangeUser mentions trip length ("a week", "5-10 days").
max_priceUser mentions a budget.
direct_onlyUser asks for nonstop/direct flights.
cabin_class"economy", "premium_economy", "business", or "first".
currencyISO 4217 code matching user's locale.
localee.g. "en-US", "fr-FR".
sort_by"lowest" (default) or "recommendation".

Airport Identification — Critical

Always expand a city to ALL its airports:

  • New York → ["JFK","LGA","EWR"]
  • London → ["LHR","LGW","STN","LTN","LCY"]
  • Paris → ["CDG","ORY"]
  • Tokyo → ["NRT","HND"]
  • Chicago → ["ORD","MDW"]
  • Los Angeles → ["LAX"]
  • San Francisco / SFO → ["SFO"]

Destination Generation — Critical

When users describe criteria, generate matching IATA codes before calling the tool:

  • "Beach" → ["MIA","SAN","HNL","CUN","PUJ","SJU","NAS","MBJ"]
  • "Asia" → ["NRT","HND","ICN","PVG","PEK","HKG","SIN","BKK","KUL","MNL"]
  • "European capitals" → ["LHR","CDG","FRA","MAD","FCO","AMS","BRU","VIE","PRG","CPH"]
  • "Ski" → ["DEN","SLC","ZRH","INN","GVA","TRN"]
  • "Warm in winter" → ["MIA","MCO","SAN","PHX","HNL","CUN","PUJ","PTY","LIM","GIG"]

When to Re-call

Re-call find_destination when the user changes destination criteria, dates, or asks to explore different options — especially when they are already viewing the widget in fullscreen.

Examples

User saysoriginsdestinationsother params
"Where should I travel from NYC next month?"["JFK","LGA","EWR"][] (global)departure_date_ranges for next month
"Cheap flights from SF to Europe under $800"["SFO"]European airportsmax_price: 800
"Somewhere warm from Chicago, 1 week in Dec"["ORD","MDW"]warm-weather airportsstay_days: 7, Dec date range
"Best weekend getaways from Boston"["BOS"][] (global)stay_days_range: {min:2, max:4}

Tool 2: find_flight — Search a Specific Route

Use when both origin and destination cities are known.

Required Parameters

  • origin — Single IATA airport or city code (e.g. "JFK", "PAR").
  • destination — Single IATA airport or city code (e.g. "CDG", "LON").
  • trip_type"roundtrip" (default) or "oneway".

Optional Parameters

Same date, stay, price, cabin, currency, locale, direct, and sort parameters as find_destination.

Examples

User saysorigindestinationother params
"Flights from JFK to CDG next month""JFK""CDG"departure_date_ranges for next month
"LA to Tokyo for a week in December""LAX""TYO"stay_days: 7, Dec date range
"Business class NYC to London, 5-10 days""NYC""LON"cabin_class: "business", stay_days_range: {min:5, max:10}
"Cheapest ORD to LHR under $600""ORD""LHR"max_price: 600

General Rules

  • Default to roundtrip. Only use "oneway" when the user explicitly writes "one way" or "one-way".
  • All dates must be in the future. Never send a past date.
  • Fill as many search parameters as possible from the user's intent to get the best results.
  • Use city codes (e.g. "LON", "NYC", "PAR", "TYO") when searching across all airports in a city.
  • Provide results in the user's preferred currency and locale when identifiable.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

73.77%
按下载量换算20,874

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills