← Back to Skills Marketplace
travel-wallet
by
liquanyu123
· GitHub ↗
· v3.2.0
· MIT-0
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-wallet
Description
Search for budget-friendly flights with travel wallet planning. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinerar...
Usage Guidance
This skill is inconsistent: it advertises many travel features (hotels, trains, Fliggy integration) but its instructions only call an external 'flyai' CLI for flight searches and instruct the agent to run `npm i -g @fly-ai/flyai-cli` if the CLI is missing. Installing a global, unpinned npm package from an unknown publisher can alter your system and is risky. Before installing or using this skill, do one or more of the following: 1) Verify the @fly-ai/flyai-cli package on npm/GitHub (owner, source code, recent activity, and trustworthiness); 2) Ask the skill author to explain/justify the Fliggy claim and provide documentation for hotel/booking flows (and whether any credentials will be required or captured); 3) Prefer a pinned package version and a non-global or sandboxed install; 4) Avoid installing on sensitive machines — test in an isolated environment; 5) If you need booking/payment features, require explicit details about how user credentials/payment data are handled. If the author cannot clarify these points, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: travel-wallet
Version: 3.2.0
The skill bundle instructs the AI agent to perform a global system modification by installing an external NPM package (`npm i -g @fly-ai/flyai-cli`) if the command is missing (found in `SKILL.md` and `references/fallbacks.md`). While this is presented as a prerequisite for the flight search functionality, executing global installations is a high-risk behavior that could facilitate supply chain attacks. No explicit evidence of data exfiltration or malicious intent was found, but the automated installation of unverified third-party software warrants a suspicious classification.
Capability Tags
Capability Assessment
Purpose & Capability
The description advertises flights, hotels, trains, attractions, visa info, insurance and more (and even claims 'powered by Fliggy'), but the SKILL.md only contains commands and playbooks for flight search via a 'flyai' CLI. Hotel/train/booking flows are not documented and there is no explanation of how Fliggy is involved. This overreach (advertised features not implemented in the instructions) is an inconsistency.
Instruction Scope
The runtime instructions require the agent to always run the external 'flyai' CLI and, if missing, to install it. They instruct global npm installation and mandate that every answer be sourced from that CLI output (never from training data). The instructions do not read or exfiltrate local files, but they do give the agent permission to install and execute third-party code at runtime — a broader execution scope than the skill's description justifies.
Install Mechanism
There is no registry install spec, yet SKILL.md directs runtime installation: `npm i -g @fly-ai/flyai-cli`. Installing an unpinned, third-party npm package globally is moderate-to-high risk: the package provenance is unknown, no version is pinned, and global installs modify the host environment. This is disproportionate without an official source or verification.
Credentials
The skill does not request environment variables or credentials, which is appropriate for a read-only search tool. However, the description implies booking functionality (which often requires user credentials/payment) but provides no guidance or required credentials for safe booking flows. That omission is unexpected given the claimed capabilities.
Persistence & Privilege
The skill is not force-included (always:false) and does not request elevated persistent privileges in the manifest. The main privilege concern is the runtime global npm install (filesystem + network) that the skill instructs — this can require elevated rights on some systems but is not declared in metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-wallet - After installation, invoke the skill by name or use
/travel-wallet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
travel-wallet 3.2.0
- Improved skill activation rules to better match budget-focused flight and travel queries.
- Updated critical execution rules to strictly require real-time data from the flyai CLI, disallowing fallback to training data.
- Enhanced parameter handling and CLI command selection for more accurate flight search results.
- Revised output formatting instructions for clearer, user-friendly markdown responses with mandatory booking links.
- Added explicit failure handling, environment checks, and SOP references to ensure robust operation and data validity.
Metadata
Frequently Asked Questions
What is travel-wallet?
Search for budget-friendly flights with travel wallet planning. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinerar... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install travel-wallet?
Run "/install travel-wallet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is travel-wallet free?
Yes, travel-wallet is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does travel-wallet support?
travel-wallet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created travel-wallet?
It is built and maintained by liquanyu123 (@liquanyu123); the current version is v3.2.0.
More Skills