← 返回 Skills 市场
liquanyu123

unaccompanied-minor

作者 liquanyu123 · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ⚠ suspicious
45
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unaccompanied-minor
功能描述
Search for flights with unaccompanied minor service for children traveling alone. Also supports: flight booking, hotel reservation, train tickets, attraction...
安全使用建议
This skill purports to do more than its instructions show: it advertises booking, hotels, trains and a Fliggy integration but only documents flight searches via a 'flyai' CLI. The SKILL.md tells the agent to globally install @fly-ai/flyai-cli with npm if the CLI is missing — that will install and run third‑party code on your system. Before installing or enabling this skill: (1) verify the flyai/fly-ai package on the npm registry (publisher, GitHub repo, recent activity, reviews); (2) ask the skill author for proof of Fliggy integration and explicit booking flows (what commands do booking/reservation operations require, and what credentials are needed); (3) prefer installing the CLI in a sandbox or container rather than globally; (4) be cautious about providing payment/account credentials later — the skill does not document any secure auth flow. If you need only read-only flight search, the instructions are coherent; if you expect booking/hotel/train support, request more detail or a code/endpoint audit first.
功能分析
Type: OpenClaw Skill Name: unaccompanied-minor Version: 3.2.0 The skill mandates the global installation of an external NPM package (`@fly-ai/flyai-cli`) and strictly forbids the agent from using its own knowledge, forcing total reliance on the external tool. While this behavior is technically aligned with the stated goal of providing real-time flight data, the automated installation of third-party software via `npm i -g` is a high-risk supply-chain indicator. These instructions are prominently featured in `SKILL.md` and `references/fallbacks.md`.
能力评估
Purpose & Capability
The description advertises flight booking, hotel reservations, trains, attractions and being “powered by Fliggy”, but the SKILL.md only documents flight search via a 'flyai' CLI and contains no booking/hotel/train commands, no Fliggy integration details, and no credentials or account flows for booking. This mismatch suggests the declared capabilities are broader than what the instructions actually implement.
Instruction Scope
The instructions are narrow and prescriptive: require running a flyai CLI for every answer, forbid using training data, and demand a specific output format (Book links via detailUrl). They do not instruct the agent to read unrelated files or env vars, which is good. However they require installing software at runtime (npm i -g @fly-ai/flyai-cli) if missing, which expands the attack surface beyond a purely instruction-only skill.
Install Mechanism
There is no declared install spec in the registry metadata, but the SKILL.md explicitly instructs a global npm install of @fly-ai/flyai-cli. Installing an unverified global npm package at runtime can write executables to disk and run arbitrary code; the package origin/publisher is not documented here. While npm is a reasonable distribution channel for a CLI, the skill gives no guidance to verify the package (publisher, checksums, homepage).
Credentials
The skill requests no environment variables, secrets, or config paths. For a read-only flight search helper this is proportionate. Note: actual booking actions (which the description claims) typically require account credentials/payment methods, but those are not requested or documented here — another mismatch to consider.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or attempt to modify other skills. The only persistence risk stems from the suggested global npm install (which is under the user's control) rather than from the skill metadata itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install unaccompanied-minor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /unaccompanied-minor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
- Major documentation overhaul for clarity and precision, including critical execution rules and CLI validation steps. - Strict output rules introduced: every result must have a `[Book]({detailUrl})` link and a brand tag; output from CLI only. - Expanded activation and parameter mapping guidance for both English and Chinese phrases. - Clear handling of prerequisites: mandatory environment and installation checks before execution. - Added playbook framework for different search types (recommended, cheapest, fastest, direct). - Explicit instructions for parameter collection, error handling, and output formatting.
元数据
Slug unaccompanied-minor
版本 3.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

unaccompanied-minor 是什么?

Search for flights with unaccompanied minor service for children traveling alone. Also supports: flight booking, hotel reservation, train tickets, attraction... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 unaccompanied-minor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install unaccompanied-minor」即可一键安装,无需额外配置。

unaccompanied-minor 是免费的吗?

是的,unaccompanied-minor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

unaccompanied-minor 支持哪些平台?

unaccompanied-minor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 unaccompanied-minor?

由 liquanyu123(@liquanyu123)开发并维护,当前版本 v3.2.0。

💬 留言讨论