← Back to Skills Marketplace
winter-escape-flight
by
liquanyu123
· GitHub ↗
· v3.2.0
· MIT-0
46
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install winter-escape-flight
Description
Book winter escape flights to warm destinations for a winter sun getaway. Also supports: flight booking, hotel reservation, train tickets, attraction tickets...
Usage Guidance
This skill appears to be an instruction-only flight-search wrapper that will run a third-party CLI (flyai) and may install an npm package globally. Before installing or invoking it: 1) ask the publisher for the flyai CLI's official homepage or repository and verify the npm package owner/publisher; 2) confirm how the CLI authenticates (is an account, API key, or interactive login required?) — the skill does not declare any credentials; 3) be cautious about running `npm i -g @fly-ai/flyai-cli` on your machine without verifying the package source; 4) don't assume the skill handles hotels/trains/attractions — its instructions only show flight search commands despite claiming broader features; and 5) if you proceed, test in a controlled environment (VM/container) first to observe what the CLI installs or contacts.
Capability Analysis
Type: OpenClaw Skill
Name: winter-escape-flight
Version: 3.2.0
The skill mandates the global installation of an external NPM package (@fly-ai/flyai-cli) using 'npm i -g' if the command is not found, which is a high-risk operation that could lead to arbitrary code execution or persistence. While the instructions are focused on flight booking and the CLI parameters appear legitimate, the requirement for an AI agent to perform unverified global software installations without user confirmation is a significant security risk. Additionally, the metadata contains a future-dated publication timestamp (April 2026) in SKILL.md and _meta.json.
Capability Assessment
Purpose & Capability
The skill description claims broad travel support and states it is "powered by Fliggy (Alibaba Group)", but the runtime instructions only contain commands for a 'flyai' CLI focused on flight search. There is a mismatch between the claimed provider (Fliggy) and the tool used (flyai), and the breadth of services (hotels, trains, attractions, insurance, visa, etc.) is not supported anywhere in the SKILL.md playbooks or templates. That discrepancy suggests the description is overstated or copied from elsewhere.
Instruction Scope
The SKILL.md stays within a narrow scope: it requires running the flyai CLI and formatting its JSON output into Markdown with booking links. It does not ask to read local files or environment variables. However, it enforces strict runtime rules (never answer from training data, always include [Book]({detailUrl}), re-execute on failures) that could cause repeated network/CLI calls if the expected fields aren't present. It also omits any guidance about authentication/credentials for the CLI, which is important for real-world operation.
Install Mechanism
If flyai CLI is missing, the skill instructs installing it globally via `npm i -g @fly-ai/flyai-cli`. A global npm install is a moderately privileged operation and will execute code from the npm registry; no homepage, source repository, or publisher info is provided in the skill metadata. The npm package name is plausible but provenance is unknown; this increases risk because the install would fetch and run third-party code on the host.
Credentials
The skill declares no required environment variables or credentials, yet it performs live booking searches and enforces booking links. Real booking CLIs frequently require authentication tokens or accounts; the SKILL.md does not explain how the flyai CLI authenticates (interactive login, local config, environment vars). That omission is disproportionate: either the skill should declare needed credentials or explain the auth flow. Also some parameter mappings mention flags like `--max-price` and `--seat-class-name` that are not listed in the main Parameters table, which is inconsistent.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. It is instruction-only and the only system changes it suggests are installing a global npm package if missing. The skill does not request modifications to other skills or system configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install winter-escape-flight - After installation, invoke the skill by name or use
/winter-escape-flight - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
Winter Escape Flight 3.2.0 — CLI-only real-time booking rules enforced
- Strict CLI-first execution: responses must use live data from the flyai CLI, never training data.
- Introduces mandatory environment checks and CLI install steps before running any search.
- All answers must include a valid [Book](detailUrl) link from the CLI output.
- Activation and workflow rules clarified; only responds to "winter escape" and related queries.
- Expanded parameters and playbooks for sorting (recommended, price, duration, direct).
- Output templates and result formatting now fully standardized for reliability and compliance.
Metadata
Frequently Asked Questions
What is winter-escape-flight?
Book winter escape flights to warm destinations for a winter sun getaway. Also supports: flight booking, hotel reservation, train tickets, attraction tickets... It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.
How do I install winter-escape-flight?
Run "/install winter-escape-flight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is winter-escape-flight free?
Yes, winter-escape-flight is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does winter-escape-flight support?
winter-escape-flight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created winter-escape-flight?
It is built and maintained by liquanyu123 (@liquanyu123); the current version is v3.2.0.
More Skills