← Back to Skills Marketplace
liquanyu123

unaccompanied-minor

by liquanyu123 · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ⚠ suspicious
45
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unaccompanied-minor
Description
Search for flights with unaccompanied minor service for children traveling alone. Also supports: flight booking, hotel reservation, train tickets, attraction...
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unaccompanied-minor
  3. After installation, invoke the skill by name or use /unaccompanied-minor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug unaccompanied-minor
Version 3.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is unaccompanied-minor?

Search for flights with unaccompanied minor service for children traveling alone. Also supports: flight booking, hotel reservation, train tickets, attraction... It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.

How do I install unaccompanied-minor?

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

Is unaccompanied-minor free?

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

Which platforms does unaccompanied-minor support?

unaccompanied-minor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created unaccompanied-minor?

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

💬 Comments