← Back to Skills Marketplace
399
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install variflight-global-flight-fares
Description
Variflight Global Flight Fares searches one-way flight fares from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departur...
Usage Guidance
This skill is coherent and appears to do what it claims: run a bundled Python script that queries Variflight's public ticket API. Before installing, confirm you trust the Variflight domain because the script will make outbound network requests there. No credentials are requested and the script does not exfiltrate other data, but it will run code locally under the agent using python3—review the script yourself if you require extra assurance. If you have strict network or privacy policies, consider restricting outbound access or running the script in a controlled environment.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included script all focus on querying Variflight's ticket API for one-way fares by dep/arr/date. The required binary (python3) is appropriate and no unrelated services, credentials, or paths are requested.
Instruction Scope
Runtime instructions restrict actions to collecting dep/arr/date, validating inputs, and running the bundled script. They explicitly forbid requesting an API key and only direct network calls to the Variflight endpoint present in the script. The script does not read other files or environment variables.
Install Mechanism
There is no install spec (instruction-only skill) and the included script is a small, readable Python file. Nothing is downloaded from untrusted URLs and no archives are extracted.
Credentials
The skill requests no environment variables or credentials. The script issues outbound requests to ticket.variflight.com only and does not access unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill does not request persistent system-level changes. It only contains a script that will run when invoked; it does not modify other skills or agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install variflight-global-flight-fares - After installation, invoke the skill by name or use
/variflight-global-flight-fares - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Variflight Global Flight Fares.
- Search one-way flight fares using the Variflight ticket API with departure and arrival IATA codes and date.
- Validates input format for IATA codes and departure date (YYYY-MM-DD).
- Handles ambiguous city names by prompting for correct codes.
- Summarizes results including airports, times, duration, price, transfers, and flight tags.
- Surface API error messages and provide clear feedback for empty results.
- Script supports result limiting and raw JSON output on user request.
Metadata
Frequently Asked Questions
What is Variflight Global Flight Fares?
Variflight Global Flight Fares searches one-way flight fares from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departur... It is an AI Agent Skill for Claude Code / OpenClaw, with 399 downloads so far.
How do I install Variflight Global Flight Fares?
Run "/install variflight-global-flight-fares" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Variflight Global Flight Fares free?
Yes, Variflight Global Flight Fares is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Variflight Global Flight Fares support?
Variflight Global Flight Fares is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Variflight Global Flight Fares?
It is built and maintained by AriseFX (@arisefx); the current version is v1.0.0.
More Skills