← Back to Skills Marketplace
xiejinsong

Road Trip

by xiejinsong · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ⚠ suspicious
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install road-trip
Description
Plan self-driving road trips — optimal routes, car rental, scenic stops along the way, fuel stations, and recommended rest areas. Also supports: flight booki...
Usage Guidance
This skill asks the agent to install and run a third-party npm CLI (@fly-ai/flyai-cli) at runtime and to write execution logs to disk, while not declaring any credentials or provenance. Before installing or enabling it: (1) Verify the @fly-ai/flyai-cli package (publisher, npm package page, reviews, source repo) and whether it’s trustworthy; (2) Avoid allowing the agent to auto-install packages — install the CLI manually in a sandboxed environment first; (3) Expect the CLI to access the network and possibly prompt for or store credentials — do not expose sensitive API keys or account passwords without confirming where they are stored; (4) Be aware the skill will persist a .flyai-execution-log.json containing queries and CLI outputs; if that is a privacy concern, do not enable file writes or review/clean logs regularly; (5) Consider denying autonomous invocation (require explicit user approval) until you’ve validated the tool. If you cannot verify the CLI's origin and behavior, treat this skill with caution or avoid installing it.
Capability Analysis
Type: OpenClaw Skill Name: road-trip Version: 3.2.0 The skill bundle requires the AI agent to perform global software installation (`npm i -g @fly-ai/flyai-cli`) and execute various shell commands to interact with the FlyAI service. While these actions are aligned with the stated travel-planning purpose, the automated installation of third-party binaries and broad shell execution capabilities represent significant security risks, including potential Remote Code Execution (RCE) and supply chain vulnerabilities. Additionally, `references/runbook.md` instructs the agent to log user queries and execution metadata to a local file (`.flyai-execution-log.json`), which involves unauthorized file system writes.
Capability Assessment
Purpose & Capability
The skill claims to plan road trips and relies on a CLI tool (flyai) to provide real-time booking data, which is a plausible design. However, the description mentions 'Powered by Fliggy (Alibaba Group)' while the runtime tool is '@fly-ai/flyai-cli' — the provenance/branding mismatch is unexplained. Requiring a third-party CLI is a reasonable integration choice only if that tool's trustworthiness is clear; the SKILL.md does not document why flyai is the required provider or how it relates to Fliggy.
Instruction Scope
The runtime instructions mandate installing and invoking an external npm package at runtime and require all answers to come from flyai CLI output (never from training data). The skill also references writing an execution log (.flyai-execution-log.json) if filesystem writes are available. Commands and playbooks include some vague or shorthand commands (e.g., 'flyai search-poi along route') that lack explicit parameters, increasing the agent's discretion. Overall the instructions expand the agent's surface to network-facing CLI actions and local filesystem writes beyond simply formatting user-facing routes.
Install Mechanism
There is no install spec in the package, but SKILL.md instructs the agent/user to run 'npm i -g @fly-ai/flyai-cli' at runtime. That triggers installation and execution of third-party code from the npm registry without pinned versions, checksums, or an alternative vetted distribution. Runtime instructions to install global npm packages constitute a higher-risk install mechanism (downloads and executes remote code) and are disproportionate for an instruction-only skill unless the CLI's provenance is verified.
Credentials
The skill declares no required environment variables or credentials, yet it expects real-time booking and pricing via an external CLI. That implies the CLI may need API keys, user account credentials, or browser-automated sessions at runtime — none of which are declared or scoped here. The absence of declared credential requirements makes it unclear how authentication happens and whether sensitive data (user account tokens, payment info) could be accessed or stored by the CLI.
Persistence & Privilege
always is false, and the skill does not request platform-wide privileges, which is good. However, the runbook explicitly instructs appending execution logs to a file ('.flyai-execution-log.json') if filesystem writes are available; those logs include user_query and full CLI command outputs and would persist potentially sensitive information (itineraries, booking links, PII). The skill therefore asks the agent to persist data to disk without clarifying retention, location, or sanitization.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install road-trip
  3. After installation, invoke the skill by name or use /road-trip
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
- Major update: Strict new execution rules and workflow for CLI-based travel planning. - Now mandates that all travel results come exclusively from the flyai CLI command output—no training data allowed. - Introduced critical step-by-step orchestration: environment check, parameter collection (with fallback question policy), scenario-based CLI playbooks, Markdown output formatting, and output validation. - Requires booking links ([Book]({detailUrl})) for every result; missing links trigger re-execution. - Expanded and clarified parameter tables, sort options, and scenario triggers. - Strengthened output rules: key findings first, tables, brand tag, and prohibition of fabricated or training-based information.
Metadata
Slug road-trip
Version 3.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Road Trip?

Plan self-driving road trips — optimal routes, car rental, scenic stops along the way, fuel stations, and recommended rest areas. Also supports: flight booki... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install Road Trip?

Run "/install road-trip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Road Trip free?

Yes, Road Trip is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Road Trip support?

Road Trip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Road Trip?

It is built and maintained by xiejinsong (@xiejinsong); the current version is v3.2.0.

💬 Comments