← 返回 Skills 市场
wedding-flight
作者
liquanyu123
· GitHub ↗
· v3.2.0
· MIT-0
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wedding-flight
功能描述
Book wedding and honeymoon flights with flexible date ranges and seat class options. Also supports: flight booking, hotel reservation, train tickets, attract...
安全使用建议
What to consider before installing or running this skill:
- Provenance: The skill claims 'powered by Fliggy (Alibaba Group)' but actually instructs installation and use of an npm package @fly-ai/flyai-cli. Ask the author to clarify the relationship and provide links to the official CLI repository, vendor documentation, and the npm package page. Do not install global npm packages from unknown sources on production systems.
- Installation risk: The SKILL.md tells the agent to run `npm i -g @fly-ai/flyai-cli` if the CLI is missing. Global npm install runs code from the public registry and can execute arbitrary install scripts. If you must test, do so in an isolated sandbox or container and inspect the package source (or require a verified release URL / checksum).
- Capability mismatch: The description advertises hotels, trains, and booking actions, but the documentation only shows flight search commands (no hotel/train/booking endpoints). If you need those features, request concrete CLI commands or an API specification. Also verify that the CLI actually returns the required {detailUrl} field used for [Book] links.
- Data handling & safety: The skill demands real-time CLI data and forbids fallback to model knowledge. That means if the CLI is unavailable the skill will try to install or fail; consider whether you want the agent to perform runtime installs on your machine.
- Minimal safe checks to perform before using: verify the npm package source, review its code, confirm it returns detailUrl fields for booking, and confirm there is a legitimate business relationship with Fliggy if that branding is important. If the developer can't supply provenance or source code, treat the runtime npm install as a red flag and avoid running it on sensitive systems.
If the author provides a stable install spec (trusted URL, GitHub repo, signed release) and clarifies the Fliggy vs flyai discrepancy and the missing hotel/train/booking commands, this assessment could be upgraded.
功能分析
Type: OpenClaw Skill
Name: wedding-flight
Version: 3.2.0
The skill requires the global installation of an external NPM package (`@fly-ai/flyai-cli`) and instructs the agent to execute shell commands using user-provided parameters (e.g., `{o}`, `{d}`) in `SKILL.md` and `references/playbooks.md`. This pattern is vulnerable to shell injection if the agent does not properly sanitize inputs. While these represent significant security vulnerabilities, there is no evidence of intentional malicious behavior such as data exfiltration or backdoors.
能力评估
Purpose & Capability
The description claims broad travel capabilities and says 'powered by Fliggy (Alibaba Group)', but the instructions only reference a third-party CLI package (flyai / @fly-ai/flyai-cli) and only provide flight-search commands. There is a mismatch between claimed provider (Fliggy) and the actual tool (flyai), and the skill advertises hotels/trains/booking yet contains no commands or parameters for those features.
Instruction Scope
SKILL.md forces the agent to always run the flyai CLI and to never answer from its training data; it mandates global npm installation if the CLI is missing. It also requires every output include a [Book]({detailUrl}) link and forbids using training data — rules that push the agent to install and rely on a specific third-party tool for every query. While the commands themselves are narrowly scoped to flight search, the instructions give the agent permission to install software globally and to retry/fallback behavior without clearer sandboxing or provenance checks.
Install Mechanism
The skill has no formal install spec in the registry but instructs runtime installation via `npm i -g @fly-ai/flyai-cli`. Installing an unverified global npm package at runtime is a moderate-to-high risk (arbitrary code execution, privilege escalation). No repository/official source, checksum, or vendor verification is provided. The package name is not a known trusted vendor and the skill's metadata lacks a homepage or source link.
Credentials
The skill does not request environment variables, credentials, or config paths; its runtime behavior appears limited to invoking the flyai CLI and formatting output. No declared secret access is required.
Persistence & Privilege
The skill is not always-enabled (always: false) and does not request system-wide configuration changes in the files provided. Autonomous invocation is allowed (platform default); there is no evidence it modifies other skills or agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wedding-flight - 安装完成后,直接呼叫该 Skill 的名称或使用
/wedding-flight触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
Version 3.2.0 — Major overhaul focused on safe, accurate CLI-based flight bookings for weddings and honeymoons.
- Added strict execution rules: never answer from knowledge, only real-time CLI output; every result must have a [Book](detailUrl) link.
- Expanded CLI parameters and triggers (flexible dates, business/economy class, guest vs. couple flows).
- New detailed step-by-step workflow for CLI invocation, result validation, and output formatting.
- Added brand and booking link requirements, with comparison table support and wedding/honeymoon travel guidance.
- Usage boundaries and playbooks strengthened to avoid false triggers and misuse.
元数据
常见问题
wedding-flight 是什么?
Book wedding and honeymoon flights with flexible date ranges and seat class options. Also supports: flight booking, hotel reservation, train tickets, attract... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。
如何安装 wedding-flight?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wedding-flight」即可一键安装,无需额外配置。
wedding-flight 是免费的吗?
是的,wedding-flight 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wedding-flight 支持哪些平台?
wedding-flight 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wedding-flight?
由 liquanyu123(@liquanyu123)开发并维护,当前版本 v3.2.0。
推荐 Skills