Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

flight-expert飞行专家

Agent Skill

flight-expert 用于处理浏览器自动化、网页检查和页面信息提取,适合在 Codex、Claude、Cursor、Gemini CLI 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

6

下载量

71
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:flight-expert(飞行专家)
来源仓库:https://github.com/jiwnchoi/flight-expert
仓库路径:skills/flight-expert
安装命令:
npx skills add https://github.com/jiwnchoi/flight-expert --skill flight-expert
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jiwnchoi/flight-expert --skill flight-expert

简介

:顶级解决方案的紧凑总结

  • 反应
  • :原始 Matrix API 响应 --raw 时
  • 如果输入是有效负载数组,则脚本返回这些结果对象的数组。
  • 对于日历搜索,该脚本生成 Matrix bgProgramResponse
  • 通过代理浏览器,以便 CLI 必须在环境中安装并可用。
  • 局限性
  • 脚本/matrix_search.js
  • 支持特定的
  • 和日历
  • 搜索模式。
  • 日历模式支持单向
  • 和往返, 不是多城市
  • 日历模式取决于代理浏览器
  • 在真实的浏览器环境中运行 Matrix Botguard 挑战。
  • 如果用户要求约束矩阵无法清楚地表达,请简单地说出来并使用最接近的忠实近似值进行搜索。
  • 每周安装量
  • 9
  • 存储库
  • jiwchoi/飞行专家
  • GitHub 之星
  • 6
  • 第一次看到
  • 2026 年 3 月 19 日
  • 安全审计
  • Gen Agent Trust Hub 通行证
  • 插座警告
  • 斯尼克警告

SKILL.md

Flight Expert

Overview

Turn a natural-language flight request into an ITA Matrix site payload, add careful routing or extension codes when they express real hard constraints, call the Matrix search flow for both specific-date and calendar searches, and summarize the best results for the user.

Workflow

  1. Extract a structured Matrix site payload using references/payloads.md.
  2. Ask a concise follow-up only when a missing detail makes the search materially ambiguous or risky. Otherwise make the smallest reasonable assumption and state it.
  3. Prefer ordinary fields over advanced codes:

- Use options.stops, options.cabin, and options.allowAirportChanges before custom codes. - Add routing or extension codes only for explicit airline, operating-carrier, sequencing, connection, aircraft, alliance, or fare-basis constraints.

  1. When advanced constraints are needed, load references/matrix-codes.md.
  2. Save the site payload to a temp JSON file and run:
node scripts/matrix_search.js --payload-file /tmp/request.json --limit 5
  • The CLI accepts either one site payload object or an array of site payloads.
  • When given an array, it executes all searches concurrently with Promise.all and returns a result array in the same order.
  1. Read the returned JSON and answer with:

- The exact itinerary assumptions you used - The top results with price, carrier, key flights, stops, and notable warnings - For calendar searches, the cheapest dates or duration combinations - Any routing or extension codes you added and why - The shareable Matrix URL

Build the Matrix Site Payload

  • Use the site payload shape from references/payloads.md. This is the same JSON that gets base64-encoded into the search= URL parameter.
  • Keep passenger counts, stop counts, and booleans in the site payload as strings because Matrix serializes them that way.
  • For round-trip searches, keep one slice with returnDate*, routingRet, and extRet fields instead of manually duplicating the return slice.
  • Prefer airport codes when the user names specific airports. Use metro or city codes only when the user clearly wants broader matching.
  • Encode date flexibility with departureDateModifier and returnDateModifier. Example: 11 means minus=1, plus=1.
  • Default showOnlyAvailable to "true" unless the user explicitly asks for broader theoretical fare construction.

Routing And Extension Rules

  • Routing codes describe airline or segment patterns.
  • Extension codes constrain itinerary selection or fare construction.
  • Keep them conservative. Overconstraining is worse than underconstraining because it silently drops valid options.
  • Mention every non-obvious code you added in the final answer.
  • Good default behavior:

- User asks for nonstop: prefer standard stop handling and, if needed, add routing N. - User asks for a specific operating carrier: use routing O:XX. - User asks to avoid codeshares: add extension -CODESHARE. - User asks to avoid overnight stops: add extension -OVERNIGHTS. - User asks to exclude certain airlines: prefer extension -AIRLINES.

Script Outputs

scripts/matrix_search.js returns JSON with:

  • matrix_url: shareable Matrix search URL
  • site_payload: normalized site payload
  • request_body: exact direct API body when --show-request
  • summary: compact summary of top solutions
  • response: raw Matrix API response when --raw

If the input is a payload array, the script returns an array of those result objects.

For calendar searches, the script generates Matrix bgProgramResponse through agent-browser, so that CLI must be installed and usable in the environment.

Limitations

  • scripts/matrix_search.js supports specific and calendar search modes.
  • Calendar mode supports one-way and round-trip, not multi-city.
  • Calendar mode depends on agent-browser to run the Matrix Botguard challenge in a real browser context.
  • If the user asks for constraints Matrix cannot express cleanly, say so plainly and search with the nearest faithful approximation.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.1%
按下载量换算26

Claude

29.09%
按下载量换算21

Cursor

20.83%
按下载量换算15

Gemini CLI

11.02%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills