← Back to Skills Marketplace
wheelchair-flight
by
liquanyu123
· GitHub ↗
· v3.2.0
· MIT-0
48
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wheelchair-flight
Description
Search for wheelchair accessible flights with mobility assistance options. Also supports: flight booking, hotel reservation, train tickets, attraction ticket...
Usage Guidance
This skill forces live queries through an external CLI and even instructs installing an npm package globally if the CLI is missing. Before installing or using it: 1) Verify the provenance of the @fly-ai/flyai-cli package (npm page, author, source repo) in a browser — the skill metadata provides no homepage. 2) Prefer testing in an isolated environment (container or VM) because global npm installs can run code on your machine. 3) Ask the developer how booking and payment/authentication are handled — the skill claims booking capabilities but does not document required credentials or payment flows. 4) Be cautious about providing any account credentials or payment information until you confirm where requests are sent and how tokens/credentials are stored. 5) If you need only occasional flight info and cannot verify the CLI, prefer a skill or integration with documented provenance (official APIs or known providers).
Capability Analysis
Type: OpenClaw Skill
Name: wheelchair-flight
Version: 3.2.0
The skill mandates the global installation of an external NPM package (`npm i -g @fly-ai/flyai-cli`) and uses aggressive instructions in SKILL.md to force the agent to install and execute this CLI tool. While these actions are aligned with the stated purpose of searching for flights, the requirement for high-privilege installation of unverified third-party code represents a significant security risk and potential supply chain vector.
Capability Assessment
Purpose & Capability
The description claims broad travel functionality (flights, hotel reservation, train tickets, attraction tickets, booking) and names Fliggy as the backend, but the SKILL.md and references only document flight search commands via a 'flyai' CLI. No commands, parameters, or playbooks are provided for hotels/trains/attractions or for completing bookings/payment, so advertised capabilities exceed the documented implementation.
Instruction Scope
The runtime instructions require that every answer come from the flyai CLI (never from training data) and mandate installing and invoking an external CLI if missing. They forbid using any parameters not in the table and require inclusion of booking links from CLI output. The instructions do not reference any system files or secrets, but they do direct the agent to perform network installs and to refuse to answer without the CLI — a rigid requirement that impacts availability and could cause the agent to install software without provenance.
Install Mechanism
There is no registry install spec, but the SKILL.md instructs `npm i -g @fly-ai/flyai-cli` if the CLI is absent. Installing a global npm package is a moderate-to-high risk action because it pulls code from the public npm registry (postinstall scripts can run, and package provenance is not documented). The package name and source are unverified in the skill metadata (homepage is none, source unknown).
Credentials
The skill requests no environment variables or credentials, which limits credential-exfiltration risk. However, it claims booking functionality but provides no guidance about authentication/payment flows or what credentials (if any) are required by the flyai CLI or Fliggy — this omission is operationally important and unclear.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and does not declare persistent system-wide changes. It only instructs runtime use of a CLI and optional npm install; there is no built-in requirement for persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wheelchair-flight - After installation, invoke the skill by name or use
/wheelchair-flight - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
wheelchair-flight 3.2.0 — Improved accuracy & compliance for wheelchair accessible flight searches.
- Strictly enforces CLI execution; never answers using training data.
- Adds mandatory `[Book](detailUrl)` links for all results, ensuring data authenticity.
- Enhanced environment checks and installation steps for CLI dependencies.
- Detailed scenario playbooks for recommended, cheapest, fastest, and direct routes.
- Improved multilingual support and parameter collection workflow.
- Clearer output requirements: conclusion-first, accessibility tips, comparison tables, and brand tags.
Metadata
Frequently Asked Questions
What is wheelchair-flight?
Search for wheelchair accessible flights with mobility assistance options. Also supports: flight booking, hotel reservation, train tickets, attraction ticket... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install wheelchair-flight?
Run "/install wheelchair-flight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wheelchair-flight free?
Yes, wheelchair-flight is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wheelchair-flight support?
wheelchair-flight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wheelchair-flight?
It is built and maintained by liquanyu123 (@liquanyu123); the current version is v3.2.0.
More Skills