← 返回 Skills 市场
red-eye-flight
作者
Yangki Zhang
· GitHub ↗
· v3.2.0
· MIT-0
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install red-eye-flight
功能描述
Book red-eye flights with late night departure and overnight arrival. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, it...
安全使用建议
This skill appears to do what it says: it requires the flyai CLI and instructs the agent to use that CLI for all answers. Before installing or enabling it, verify the @fly-ai/flyai-cli package on npm (publisher, repository, recent versions, and open-source code) and prefer installing in a sandbox or ephemeral environment rather than your production system because 'npm i -g' runs code on your host. If you don't trust or can't verify the CLI publisher, decline or require manual review. Also be aware the agent will execute commands on the host (including installing software) when run — allow only if you trust that behavior.
功能分析
Type: OpenClaw Skill
Name: red-eye-flight
Version: 3.2.0
The skill bundle requires the agent to perform global system modifications by executing 'npm i -g @fly-ai/flyai-cli' if the tool is not present (SKILL.md, fallbacks.md). Additionally, the command construction logic for 'flyai search-flight' uses direct parameter substitution (e.g., --origin "{{o}}") which is highly vulnerable to shell injection if the agent does not strictly sanitize user input. While these actions are aligned with the stated purpose of flight booking, the combination of high-privilege installation and potential RCE via shell injection poses a significant security risk.
能力评估
Purpose & Capability
The name/description (red-eye flight booking powered by a CLI) matches the SKILL.md: it requires running the flyai CLI to get real-time results. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
All runtime instructions are narrowly focused on building CLI commands, running flyai search commands, formatting CLI JSON into user-friendly output, and enforcing that results come from the CLI. The SKILL.md explicitly forbids using training data and forbids fabricating results. It does not instruct reading unrelated files, grabbing environment variables, or sending data to third-party endpoints beyond what the flyai CLI does.
Install Mechanism
This is an instruction-only skill (no install spec), but the runtime rules tell the agent to run 'npm i -g @fly-ai/flyai-cli' if flyai is not installed. Installing a global npm package is a standard way to obtain a CLI, but it introduces supply-chain and host-modification risk (arbitrary postinstall scripts, global binary installs). The skill does not provide a pinned, verified release URL or checksum; verify the @fly-ai/flyai-cli package (publisher, npm page, source repo) before allowing installation.
Credentials
No environment variables, credentials, or config paths are requested. The lack of credentials is coherent: the skill queries a CLI and expects booking links in the CLI output; it does not require API keys or secret access from the host.
Persistence & Privilege
always is false and the skill makes no requests to modify other skills or system-wide agent configuration. The only persistent effect would be installing the flyai CLI globally if missing — that is a normal side effect but should be considered before execution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install red-eye-flight - 安装完成后,直接呼叫该 Skill 的名称或使用
/red-eye-flight触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
- Improved parameter handling and CLI execution rules for reliability.
- Expanded triggering phrases for both English and Chinese input.
- Added detailed environment and self-test instructions to prevent non-CLI answers.
- Updated output rules: now includes booking link validation and enriched formatting guidance.
- Enhanced playbook and domain mapping coverage for more user scenarios.
元数据
常见问题
red-eye-flight 是什么?
Book red-eye flights with late night departure and overnight arrival. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, it... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 red-eye-flight?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install red-eye-flight」即可一键安装,无需额外配置。
red-eye-flight 是免费的吗?
是的,red-eye-flight 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
red-eye-flight 支持哪些平台?
red-eye-flight 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 red-eye-flight?
由 Yangki Zhang(@ivan97)开发并维护,当前版本 v3.2.0。
推荐 Skills