← Back to Skills Marketplace
summer-vacation-flight
by
liquanyu123
· GitHub ↗
· v3.2.0
· MIT-0
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install summer-vacation-flight
Description
Book summer vacation flights for July and August holiday travel. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinera...
Usage Guidance
What to consider before installing/using this skill:
- Confirm the provider and package: the skill claims "Powered by Fliggy (Alibaba Group)" but instructs use of an npm package named @fly-ai/flyai-cli. Ask the author which service actually provides the data and verify the official CLI/package source.
- Verify the npm package and publisher on the npm registry before allowing a global install. Global `npm i -g` runs code on your system (including possible postinstall scripts); only install packages from trusted maintainers.
- Check that the flyai CLI actually supports the flags the skill expects (--origin, --destination, --dep-date, --sort-type, --journey-type, --max-price, etc.). The SKILL.md contains mismatched parameter lists and mappings — confirm the real CLI parameter names to avoid repeated failed executions or malformed commands.
- Be aware the skill enforces strict output rules (every result must include [Book]({detailUrl}), never use jumpUrl, never answer from training data). If the CLI returns link fields with different names you may get repeated retries or missing results; ask the author how to handle such cases.
- If you cannot verify the CLI/package or the provider, or you cannot allow a global npm install from that publisher, do not install. Request clarification or a signed/official source URL and a list of exact CLI flags and sample outputs that the skill expects.
If you want, I can draft questions to send to the skill author to resolve the branding/flag inconsistencies and to request the official npm package link and publisher info.
Capability Analysis
Type: OpenClaw Skill
Name: summer-vacation-flight
Version: 3.2.0
The skill bundle requires the AI agent to globally install an external NPM package (@fly-ai/flyai-cli) via 'npm i -g' if it is missing, which constitutes a high-risk supply chain and remote code execution (RCE) risk. While these instructions in SKILL.md and references/fallbacks.md are aligned with the stated purpose of flight searching, the requirement for global installation and the strict directives to bypass internal knowledge in favor of external CLI execution are characteristic of potentially risky agent-based workflows.
Capability Assessment
Purpose & Capability
The skill claims to book flights and related travel services and instructs the agent to use a CLI (flyai). That capability aligns with the stated purpose. However the SKILL.md also claims “Powered by Fliggy (Alibaba Group)” while all runtime instructions reference an npm package @fly-ai/flyai-cli — a branding/provider mismatch that should be clarified. The skill also advertises hotels, trains, attractions, etc., but the provided parameters and playbooks are focused almost exclusively on flight-search commands.
Instruction Scope
The runtime instructions force CLI-based operation (OK for an instruction-only CLI skill) and even mandate installing a global npm package if the CLI is missing. There are several internal inconsistencies in the instructions: the Parameters table does not list flags that are used elsewhere (e.g., --journey-type appears in playbooks but is missing from the main Parameters table; references/templates.md maps user phrases to flags like --max-price and --seat-class-name that are absent from the Parameters table). The SKILL.md also imposes strict output rules (every result must include [Book]({detailUrl}), must not use jumpUrl, never use training data) — these are operational requirements but could cause the agent to repeatedly attempt CLI calls or fail outright if the CLI's actual JSON fields differ. No instructions reference reading files or secrets outside the CLI usage, which is good.
Install Mechanism
There is no formal install spec in the registry, but the instructions tell the agent to run `npm i -g @fly-ai/flyai-cli` if the CLI is missing. Global npm installation from the public registry is a common pattern but carries moderate risk: it downloads and executes package code with potentially postinstall scripts. Because the skill does not provide a verified source URL or checksum, you should verify the npm package identity and publisher before allowing global install.
Credentials
The skill does not request environment variables, secrets, or config paths. All required inputs are query parameters mapped to CLI flags. There is no evidence the skill is requesting unrelated credentials or system secrets.
Persistence & Privilege
The skill does not request 'always: true' or other elevated platform privileges. It does require network access to install the CLI if missing, but it does not request persistent modifications to other skills or global agent settings in its files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install summer-vacation-flight - After installation, invoke the skill by name or use
/summer-vacation-flight - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
- Enforced strict CLI-only answers: all results must be sourced directly from flyai CLI, never from training data.
- Mandated environment check for flyai CLI before any execution; automatic install attempt if missing.
- Updated output rules: every flight result must include a booking link (`[Book]({detailUrl})`), results without links are omitted.
- Expanded support for related vacation travel services: hotels, trains, attraction tickets, itinerary, visas, car rental, insurance.
- Added activation and exclusion triggers for more precise skill invocation.
- Refined playbooks for recommended, cheapest, fastest, and direct summer flights.
Metadata
Frequently Asked Questions
What is summer-vacation-flight?
Book summer vacation flights for July and August holiday travel. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinera... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install summer-vacation-flight?
Run "/install summer-vacation-flight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is summer-vacation-flight free?
Yes, summer-vacation-flight is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does summer-vacation-flight support?
summer-vacation-flight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created summer-vacation-flight?
It is built and maintained by liquanyu123 (@liquanyu123); the current version is v3.2.0.
More Skills