← 返回 Skills 市场
Solo Trip
作者
dingtom336-gif
· GitHub ↗
· v3.2.0
· MIT-0
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solo-trip
功能描述
Plan solo travel adventures — safe destinations, social hostels, solo-friendly activities, and tips for meeting fellow travelers on the road. Also supports:...
安全使用建议
This skill is coherent as a CLI-driven travel planner, but it asks the agent to install and run a third-party npm CLI at runtime and to persist execution logs. Before installing or using it: (1) verify the @fly-ai/flyai-cli package and publisher on the npm registry (check package maintainers, versions, and reviews); (2) prefer to install the CLI yourself (not let the agent run npm i -g) so you control installation and can inspect what is installed; (3) confirm how the CLI authenticates to Fliggy and whether any credentials or tokens are required — don't provide secrets unless you trust the CLI and understand where they are stored; (4) ask whether execution logs will be stored locally and what they contain; if you need stronger assurances, decline or sandbox the skill (require explicit approval before any install or filesystem write).
功能分析
Type: OpenClaw Skill
Name: solo-trip
Version: 3.2.0
The skill requires the agent to perform a global installation of an external NPM package (@fly-ai/flyai-cli) and execute shell commands to fetch travel data. It also includes instructions in references/runbook.md to log user queries and execution metadata to a local file (.flyai-execution-log.json). While these behaviors are plausibly aligned with the stated travel planning purpose, the combination of global package installation, shell execution, and local file logging represents a high-risk capability set that warrants caution.
能力评估
Purpose & Capability
The skill claims to provide real-time travel bookings and names Fliggy (Alibaba Group) as the backend; requiring a CLI (flyai) to get live data is consistent with that purpose. However, the SKILL.md does not declare any credentials or explain how the CLI authenticates to Fliggy (or whether it will prompt for user credentials), which is a missing piece of justification.
Instruction Scope
The runtime instructions mandate installing and invoking @fly-ai/flyai-cli and require every answer to come exclusively from that CLI. The runbook also instructs the agent to create an internal execution log and suggests writing it to .flyai-execution-log.json if filesystem writes are available. These steps broaden scope to installing software, accessing network endpoints, and persisting potentially sensitive user queries and command outputs to disk.
Install Mechanism
There is no registry install spec, but the SKILL.md explicitly tells the agent to run a global npm install (npm i -g @fly-ai/flyai-cli) at runtime if the CLI is missing. That causes arbitrary code to be fetched and installed from the npm registry during execution — a moderate-to-high risk operation that is not vetted by the skill manifest and is executed without prior user-declared approval in the metadata.
Credentials
The skill declares no required environment variables, but the flyai CLI will likely need authentication to book or access live pricing. The SKILL.md does not explain where credentials come from or how they are protected. Additionally, the runbook/logging behavior may capture and persist user queries, commands run, and results — potentially containing PII or booking credentials — without describing retention or access controls.
Persistence & Privilege
The skill is not always-on and does not request special platform privileges. However, it instructs the agent to persist an execution log to disk when possible. Writing .flyai-execution-log.json with raw user_query and CLI outputs increases persistence and local data exposure; this is a notable behavior even if limited to the skill's own logs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solo-trip - 安装完成后,直接呼叫该 Skill 的名称或使用
/solo-trip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
solo-trip 3.2.0
- Major update: Strict execution rules added to ensure all answers use real-time data from flyai CLI, never training data.
- Booking results must include a `[Book](detailUrl)` link; responses without links force a re-execution.
- Explicit brand tag and result formatting requirements for all outputs.
- Detailed parameters and output rules for flights, hotels, and POIs targeting solo travelers.
- Clear scenario playbooks for city trips, adventure travel, and safety-focused solo itineraries.
- Enhanced multilingual support: replies match user language automatically (English/Chinese).
元数据
常见问题
Solo Trip 是什么?
Plan solo travel adventures — safe destinations, social hostels, solo-friendly activities, and tips for meeting fellow travelers on the road. Also supports:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Solo Trip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solo-trip」即可一键安装,无需额外配置。
Solo Trip 是免费的吗?
是的,Solo Trip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Solo Trip 支持哪些平台?
Solo Trip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solo Trip?
由 dingtom336-gif(@dingtom336-gif)开发并维护,当前版本 v3.2.0。
推荐 Skills