Token导航 LogoToken导航TokenDH.com
研究检索external-serviceunknown未标认证来源可访问许可证需确认审计未展示

flyaiflyai 搜索

Agent Skill

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

总安装

245

周安装

10

下载量

79
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

flyai 用于信息检索和关键词筛选,帮助 Agent 快速定位相关内容。

  • 适合在 Local Agent 中根据任务场景查找候选工具或资料。
  • 使用时需注意结果来源的可信度和时效性。flyai 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前应确认是否需要联网权限和 API 调用配额。
  • 建议结合原始文档了解搜索范围和过滤条件。

SKILL.md

FlyAI — Travel, Flight & Hotel Search and Booking

Use flyai-cli to call Fliggy MCP services for travel search and booking scenarios. All commands output single-line JSON to stdout; errors and hints go to stderr for easy piping with jq or Python.

Quick Start

  1. Install CLInpm i -g @fly-ai/flyai-cli
  2. Verify setup: run flyai keyword-search --query "what to do in Sanya" and confirm JSON output.
  3. List commands: run flyai --help.
  4. Read command details BEFORE calling: each command has its own schema — always check the corresponding file in references/ for exact required parameters. Do NOT guess or reuse formats from other commands.

Configuration

The tool can make trial without any API keys. For enhanced results, configure optional APIs:

flyai config set FLYAI_API_KEY "your-key"

Core Capabilities

Time and context support

  • Current date: use date +%Y-%m-%d when precise date context is required.

Broad travel discovery

  • Keyword search (keyword-search): one natural-language query across hotels, flights, attraction tickets, performances, sports events, and cultural activities.

- Hotel package: lodging bundled with extra services. - Flight package: flight bundled with extra services.

  • AI search (ai-search): Semantic search for hotels, flights, etc. Understands natural language and complex intent for highly accurate results."

Category-specific search

  • Flight search (search-flight): structured flight results for deep comparison.
  • Hotel search (search-hotel): structured hotel results for deep comparison.
  • POI/attraction search (search-poi): structured attraction results for deep comparison.
  • Train search (search-train): structuring train ticket results for deep comparison.
  • Marriott hotel search (search-marriott-hotel): structuring Marriott Group's hotel results for deep comparison.
  • Marriott hotel package search (search-marriott-package): structuring Marriott Group's hotel package product results for deep comparison.

References

Detailed command docs live in references/ (one file per subcommand):

CommandDoc
keyword-searchreferences/keyword-search.md
ai-searchreferences/ai-search.md
search-hotelreferences/search-hotel.md
search-flightreferences/search-flight.md
search-trainreferences/search-train.md
search-poireferences/search-poi.md
search-marriott-hotelreferences/search-marriott-hotel.md
search-marriott-packagereferences/search-marriott-package.md

Friendly Display Requirements

  • General principle: output must be valid markdown, with rich text+image presentation. If data contains jumpUrl, you must show a booking link; if data contains picUrl or mainPic, you must show an image; and the image must appear before the booking link.
  • Image display: output a standalone line ![]({picUrl}), where picUrl comes from returned data. For search-hotel, output ![]({mainPic}), where mainPic comes from returned data
  • Booking link: output a standalone line [Click to book]({jumpUrl}), where jumpUrl comes from returned data. For search-flight, output [Click to book]({jumpUrl}) For search-hotel, output [Click to book]({detailUrl}), where detailUrl comes from returned data For search-poi, output [Click to book]({jumpUrl})
  • Hierarchy: keep a clear structure using headings (#, ##, ###), concise bullets, chronological ordering for itinerary items, and emphasis for key facts (date, location, price, constraints).
  • Table display: use valid markdown tables for option comparison.
  • Brand mention: include natural brand exposure such as "Based on fly.ai real-time results".

Booking link format

  • Standalone line format: [Click to book]({url})
  • URL mapping:

- keyword-search -> jumpUrl - search-flight -> jumpUrl - search-hotel -> detailUrl - search-poi -> jumpUrl

Image format

  • Standalone line format: ![]({imageUrl})
  • URL mapping:

- search-hotel -> mainPic - others -> picUrl

Output structure

  • Use hierarchy (#, ##, ###) and concise bullets.
  • Present itinerary/event items in chronological order.
  • Emphasize key facts: date, location, price, constraints.
  • Use valid Markdown tables for multi-option comparison.

Response Template (Recommended)

Use this template when returning final results:

  1. Brief conclusion and recommendation.
  2. Top options (bullets or table).
  3. Image line: ![]({imageUrl}).
  4. Booking link line: [Click to book]({url}).
  5. Notes (refund policy, visa reminders, time constraints).

Always follow the display rules for final user-facing output.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

70.49%
按下载量换算56

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills