← 返回 Skills 市场
arisefx

航班搜索

作者 AriseFX · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
207
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install variflight-flight-search
功能描述
Search one-way flight lists from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departure date.
安全使用建议
This skill appears internally consistent and only queries Variflight's public API using the bundled Python script. Before installing, consider: (1) you will be allowing the agent to make outbound requests to ticket.variflight.com (no credentials are requested), so ensure you trust that endpoint and are comfortable with network activity; (2) if you run this in an environment with sensitive network policies, consider sandboxing the skill or running the script locally to inspect its output; (3) the script uses a fixed flightNum=10 and a custom user-agent—if you depend on rate limits or privacy, review Variflight's terms and rate limits; (4) although no credentials are requested, validate the source (homepage and registry owner) if provenance matters. If you want, I can walk through the code line-by-line or suggest changes (logging, timeouts, or stricter input handling).
能力评估
Purpose & Capability
Name/description describe querying Variflight for one-way flights and the included script contacts https://ticket.variflight.com/ticket-api-gateway/open/search/flightListAI. The only declared runtime requirement is python3, which is appropriate for the packaged Python script.
Instruction Scope
SKILL.md instructs collecting dep/arr/date, validating them, and running the bundled script. The script only performs an HTTP GET to the documented API, parses JSON, and prints summaries; it does not read other local files, environment variables, or send data to third-party endpoints beyond the Variflight API.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). Nothing is downloaded or written at install time.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script uses only the network to call the public API, which is proportional to the stated function.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install variflight-flight-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /variflight-flight-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Initial release of the Variflight Flight Search skill. - Search one-way flights by departure and arrival IATA codes and date. - Validates user input and provides clear error or "no flights found" messages. - Supports limiting result count and returning raw JSON payload on request. - Summarizes direct and transfer flights distinctly in the output.
v1.0.0
- Initial release: Query one-way flights using the Variflight ticket API. - Added support for searching by departure and arrival IATA city codes and a specific departure date. - Bundled the script `scripts/query_flights.py` with options for limiting results and raw JSON output. - Summarizes results, including transfer and direct flights, with details such as airport, time, duration, price, and tags. - Includes input validation and clear error handling for API responses.
元数据
Slug variflight-flight-search
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

航班搜索 是什么?

Search one-way flight lists from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departure date. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。

如何安装 航班搜索?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install variflight-flight-search」即可一键安装,无需额外配置。

航班搜索 是免费的吗?

是的,航班搜索 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

航班搜索 支持哪些平台?

航班搜索 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 航班搜索?

由 AriseFX(@arisefx)开发并维护,当前版本 v1.0.1。

💬 留言讨论