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 departure date.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arisefx/variflight-global-flight-faresWhat This Skill Does
The Variflight Global Flight Fares skill is a powerful tool designed to integrate live flight data directly into your OpenClaw workflow. It queries the Variflight ticket API to retrieve real-time, one-way flight availability and pricing for specific routes. By simply providing the origin, destination, and date, the skill executes a specialized script that interacts with global aviation databases, parsing the results into a human-readable summary that includes departure/arrival times, durations, pricing, and transfer details. It acts as an intermediary, removing the need for you to manually navigate complex flight booking platforms.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/arisefx/variflight-global-flight-fares
Ensure that you have the necessary environment dependencies installed to execute the bundled Python scripts.
Use Cases
This skill is perfect for frequent travelers, travel agents, or developers building custom itinerary planners. You can use it to compare flight options across multiple dates, automate travel research for business trips, or quickly check the feasibility of a route without opening a browser. It is particularly useful when you need to gather quick pricing data for budget planning or route optimization where multiple connections are being considered.
Example Prompts
- "Check for flights from JFK to LAX on 2026-05-15 and give me the top 3 cheapest options."
- "What are the one-way flight options from BJS to SHA for April 21, 2026?"
- "Find me flights from London (LHR) to Paris (CDG) for next month and show me the raw JSON data."
Tips & Limitations
To ensure success, always use IATA three-letter city codes (e.g., JFK, LHR, BJS) for your queries. While the skill can occasionally infer codes from full city names, explicit IATA codes are more reliable. Note that the script automatically applies a limit of 10 flight results if no limit is specified; if you need more data, you must explicitly pass the --limit flag. Be aware that the API may return empty lists if no flights are available for a given date. For developers, the --json flag is available if you need to ingest the API response programmatically into another system or database. Always verify final booking details on an official airline portal before proceeding with purchases, as prices and availability are subject to rapid change.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arisefx-variflight-global-flight-fares": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
flight-requirement-review
机票产品需求评审 Agent。对前端、后端、运营类机票需求文档进行结构化评审打分,含独立的流程图治理评审(去If化、卫语句、决策表、FSM、泳道图、分层建模)。输入需求文档(markdown/图片/HTML),输出分项评分、评语和改进建议。使用场景:用户说"评审需求"、"审需求文档"、"给需求打分"、"需求评审"、"评审流程图"、"检查流程图"、"流程图打分"时触发。
admin-ui-prototype
Query project-specific Arco Design usage patterns and generate Vue 3 admin page prototypes with mock data, scaffold files, and route snippets. Use when Codex needs to answer how a component is used in this admin UI, draft a list/form/detail/dashboard/empty-state page, or bootstrap/update a minimal `webui/admin-ui` preview project.
flight-search
Search one-way flight lists from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departure date.