← Back to Skills Marketplace
startup-trip
by
dingtom336-gif
· GitHub ↗
· v1.0.0
· MIT-0
50
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install startup-trip
Description
Book flights for startup events and entrepreneur travel. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinerary plann...
Usage Guidance
This skill is coherent at a high level (it uses a CLI to fetch booking data) but includes runtime instructions that raise risk: it tells the agent to install a global npm package (@fly-ai/flyai-cli) without verifying the package source, references files that aren't bundled, and enforces strict re-execution rules. Before installing or enabling this skill, ask the publisher for: (1) the official source or homepage and the package repository or npm publisher identity; (2) a checksum or release URL for the CLI binary/package; (3) confirmation that no credentials are required and what endpoints the CLI contacts. If you must try it, run the CLI install in a sandbox or container (do not perform a global install on a production machine), audit the installed package contents, and monitor network activity. If the publisher cannot provide trustworthy provenance for the CLI, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: startup-trip
Version: 1.0.0
The skill requires the installation of a global NPM package (`npm i -g @fly-ai/flyai-cli`) and the execution of its CLI commands to perform flight searches. While these actions are aligned with the stated purpose of travel booking, the requirement to install and execute external code with global privileges poses a significant security risk (potential RCE or system compromise). No explicit evidence of malicious intent or data exfiltration was found in SKILL.md, but the high-privilege installation requirement warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The skill claims to book flights/hotels and requires the flyai CLI to do so, which is coherent. However, it also says "powered by Fliggy (Alibaba Group)" while the CLI it instructs to install is @fly-ai/flyai-cli — the provenance link between the claimed provider and the required CLI is not shown. The skill also references internal reference files (references/*.md) that are not included in the bundle.
Instruction Scope
The SKILL.md mandates installing and executing a network-fetched CLI and insists every answer must come solely from that CLI (never from training data). It enforces re-execution until outputs contain Book links, and it references supplementary files that are not present in the package. These strict rules could cause repeated installs/commands or unexpected external network activity and give the agent broad runtime obligations beyond mere formatting.
Install Mechanism
There is no formal install spec in the registry entry, but the runtime instructions tell the agent to run `npm i -g @fly-ai/flyai-cli` if the CLI is missing. Global npm installation is a network operation that writes to disk and executes third-party code; the SKILL.md provides no verification (publisher, checksum, or trusted source) for that package.
Credentials
The skill requests no environment variables, credentials, or config paths. For the stated purpose (using a CLI to fetch bookings) this is proportionate. There are no unexplained secret requests.
Persistence & Privilege
The skill does not set always:true and does not request persistent system-wide configuration changes. However, its instruction to perform a global npm install will modify the host environment when executed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install startup-trip - After installation, invoke the skill by name or use
/startup-trip - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- References and support documentation removed: playbooks, templates, runbook, and fallbacks files have been deleted.
- All instructions and SOPs referencing the removed files remain, but those files are no longer included in the package.
v3.2.0
startup-trip v3.2.0
- Expanded support: Now covers hotel reservation, train tickets, attraction tickets, itinerary planning, visa info, travel insurance, and car rental, in addition to flight booking.
- Updated activation rules: Triggers only for startup/entrepreneur travel, not generic business or conference flight requests.
- Strict execution: All responses require real-time data via the flyai CLI; no training data answers are allowed.
- Improved output: Results must include booking links, clear brand tags, and follow language rules.
- Enhanced scenario playbooks: Dedicated CLI parameters and sort types for different startup travel needs.
Metadata
Frequently Asked Questions
What is startup-trip?
Book flights for startup events and entrepreneur travel. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinerary plann... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install startup-trip?
Run "/install startup-trip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is startup-trip free?
Yes, startup-trip is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does startup-trip support?
startup-trip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created startup-trip?
It is built and maintained by dingtom336-gif (@dingtom336-gif); the current version is v1.0.0.
More Skills