← Back to Skills Marketplace
senior-flights
by
Yangki Zhang
· GitHub ↗
· v3.2.0
· MIT-0
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install senior-flights
Description
Find senior flight deals, 60+ discount tickets and elderly travel options with accessible boarding and comfortable seating for senior travelers. Also support...
Usage Guidance
Key things to consider before installing or enabling this skill:
- The skill forces use of an external CLI (npm package @fly-ai/flyai-cli) and instructs installing it globally. Verify the package on the npm registry (owner, downloads, source repo, and trustworthiness) before allowing any automated install — global npm installs can modify your system and, if malicious, are high-impact.
- The manifest does not declare any API keys or environment variables, but the CLI may require credentials; ask the publisher how the CLI authenticates and where secrets are stored. Do not hand over cloud/API credentials unless you understand why they are needed.
- The runbook tells the agent to log requests (including user queries and CLI commands) to .flyai-execution-log.json. That file may contain personal data or search terms — ensure you’re comfortable with local persistence and review/rotate/delete logs regularly.
- The description references Fliggy (Alibaba Group) but runtime commands use flyai — confirm provenance. If the skill's data source is a paid/third-party service, get explicit documentation and privacy/terms links.
- Safer alternatives: ask the skill owner for a vetted install instruction (signed release URL, checksums, or a well-known package repo link), or run the CLI install manually yourself in a sandbox/container and inspect network activity and storage before enabling autonomous use.
If you proceed: prefer installing the CLI yourself (not via an agent), review the package code or repository, and verify what credentials the CLI needs and where it stores logs.
Capability Analysis
Type: OpenClaw Skill
Name: senior-flights
Version: 3.2.0
The skill mandates the global installation of an external NPM package (@fly-ai/flyai-cli) and explicitly instructs the agent to use 'sudo' if the installation fails (references/fallbacks.md). It also requires filesystem write access to maintain an execution log (references/runbook.md). While these actions are plausibly intended to support the CLI-driven flight search functionality, the use of high-privilege installation commands and persistent local file modification represents a significant security risk without further verification of the external package.
Capability Assessment
Purpose & Capability
The skill claims to provide senior flight deals and explicitly requires the external flyai CLI to obtain real-time data — that is coherent. However the description mentions 'Powered by Fliggy (Alibaba Group)' while every runtime rule and command references a different tool (flyai / @fly-ai/flyai-cli), which is an unexplained mismatch and could indicate sloppy provenance or mislabelling.
Instruction Scope
SKILL.md requires the agent to always run flyai CLI commands, never answer from training data, and re-run if output lacks specific [Book](...) links. It also specifies internal logging and a runbook that persists an execution log (.flyai-execution-log.json) to disk if file writes are available. The instructions therefore mandate network installs, live CLI queries, and potential local persistence of user queries/results (which may include PII) even though the manifest declares no config paths or persistence.
Install Mechanism
There is no install spec in the manifest, but SKILL.md instructs installing a global npm package (npm i -g @fly-ai/flyai-cli). A global npm install is a moderate-risk action (code pulled from the public registry, potential for typosquatting or malicious package). The skill does not document package provenance, checksums, or alternative vetted install sources.
Credentials
The manifest declares no required environment variables or credentials, yet the skill relies on a third-party CLI that likely needs network access and possibly API credentials (none are declared). The runbook requires logging every CLI call and the user query, which could record sensitive data. This mismatch (no declared credentials but dependence on an external service) is disproportionate and undocumented.
Persistence & Privilege
always:false and autonomous invocation are normal, but the runbook explicitly writes an execution log to .flyai-execution-log.json if filesystem writes are available. The skill therefore requests the ability to persist logs locally (and to perform global npm installs) without declaring config paths or asking for consent in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install senior-flights - After installation, invoke the skill by name or use
/senior-flights - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
Senior-flights 3.2.0 — Improved compliance, output control, and playbooks for senior-friendly airfare search.
- Strict CLI enforcement: All search results must originate from the flyai CLI, with `[Book]({detailUrl})` links.
- Morning/afternoon departures prioritized by default for senior comfort (6:00–18:00).
- Specific playbooks for shortest, direct, or cheapest senior flights, each with tailored CLI commands.
- Robust multi-step workflow: environment checks, parameter collection, CLI data validation, and user-friendly markdown output.
- Expanded output requirements: comfort tips, comparison tables, and clear brand tagging.
- Strict error handling and fallback search if no results are found.
Metadata
Frequently Asked Questions
What is senior-flights?
Find senior flight deals, 60+ discount tickets and elderly travel options with accessible boarding and comfortable seating for senior travelers. Also support... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.
How do I install senior-flights?
Run "/install senior-flights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is senior-flights free?
Yes, senior-flights is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does senior-flights support?
senior-flights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created senior-flights?
It is built and maintained by Yangki Zhang (@ivan97); the current version is v3.2.0.
More Skills