← 返回 Skills 市场
Flight Search
作者
Aaron Levin
· GitHub ↗
· v0.1.7
6795
总下载
6
收藏
55
当前安装
5
版本数
在 OpenClaw 中安装
/install flight-search
功能描述
Search Google Flights for prices, times, and airlines. No API key required.
安全使用建议
Install from sources you trust. Prefer uvx, uv, pipx, or pip instead of the README's curl-to-bash one-liner, and use flight-search --upgrade only when you intentionally want to update the installed package. Expect flight search details to be sent through the Google Flights scraping library.
功能分析
Type: OpenClaw Skill
Name: flight-search
Version: 0.1.7
The skill is classified as benign. Its primary function is to search Google Flights using the `fast-flights` library, which involves web scraping. The `SKILL.md` provides standard installation instructions for `uv` via `pip`. The `cli.py` file uses `subprocess.run` for a legitimate self-update feature (`--upgrade` flag) that specifically targets the `flight-search` package itself, not arbitrary commands. While `install.sh` and `README.md` contain `curl | bash` instructions for users to install `uv`, these are user-facing instructions and not executed by the OpenClaw agent during skill installation or runtime, as the agent's `SKILL.md` specifies a `pip` installation for `uv`. There is no evidence of data exfiltration, persistence, or prompt injection against the agent.
能力评估
Purpose & Capability
The artifacts implement a CLI for searching Google Flights through fast-flights using route, date, passenger, cabin, limit, and output options; I found no unrelated credential access, local data collection, destructive action, or exfiltration logic.
Instruction Scope
Normal runtime behavior is user-directed flight search. The higher-impact --upgrade path is explicit, documented, and limited to fixed package-manager commands for the flight-search package itself.
Install Mechanism
SKILL.md declares uvx and a pip-based uv installer, while README.md also offers uv, pip, pipx, and a curl-to-bash installer. The curl-to-bash path is disclosed user guidance, not hidden skill runtime behavior, but it is the least safe install option.
Credentials
Network access to Google Flights through fast-flights is expected for this purpose, and flight search inputs such as airports, dates, passenger counts, and cabin class are expected to leave the local environment through that search path.
Persistence & Privilege
The skill does not add background persistence, privilege escalation, or credential/profile access. Global install and the explicit upgrade command can modify the user's Python tool environment when intentionally invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install flight-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/flight-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.7
Release 0.1.7
v0.1.6
Release 0.1.6
v0.1.4
Release 0.1.4
v0.1.3
Release 0.1.3
v1.0.0
Initial release - search Google Flights from CLI
元数据
常见问题
Flight Search 是什么?
Search Google Flights for prices, times, and airlines. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6795 次。
如何安装 Flight Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install flight-search」即可一键安装,无需额外配置。
Flight Search 是免费的吗?
是的,Flight Search 完全免费(开源免费),可自由下载、安装和使用。
Flight Search 支持哪些平台?
Flight Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Flight Search?
由 Aaron Levin(@awlevin)开发并维护,当前版本 v0.1.7。
推荐 Skills