← Back to Skills Marketplace
207
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install variflight-flight-search
Description
Search one-way flight lists from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departure date.
Usage Guidance
This skill appears internally consistent and only queries Variflight's public API using the bundled Python script. Before installing, consider: (1) you will be allowing the agent to make outbound requests to ticket.variflight.com (no credentials are requested), so ensure you trust that endpoint and are comfortable with network activity; (2) if you run this in an environment with sensitive network policies, consider sandboxing the skill or running the script locally to inspect its output; (3) the script uses a fixed flightNum=10 and a custom user-agent—if you depend on rate limits or privacy, review Variflight's terms and rate limits; (4) although no credentials are requested, validate the source (homepage and registry owner) if provenance matters. If you want, I can walk through the code line-by-line or suggest changes (logging, timeouts, or stricter input handling).
Capability Assessment
Purpose & Capability
Name/description describe querying Variflight for one-way flights and the included script contacts https://ticket.variflight.com/ticket-api-gateway/open/search/flightListAI. The only declared runtime requirement is python3, which is appropriate for the packaged Python script.
Instruction Scope
SKILL.md instructs collecting dep/arr/date, validating them, and running the bundled script. The script only performs an HTTP GET to the documented API, parses JSON, and prints summaries; it does not read other local files, environment variables, or send data to third-party endpoints beyond the Variflight API.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). Nothing is downloaded or written at install time.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script uses only the network to call the public API, which is proportional to the stated function.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. It does not modify other skills or system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install variflight-flight-search - After installation, invoke the skill by name or use
/variflight-flight-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial release of the Variflight Flight Search skill.
- Search one-way flights by departure and arrival IATA codes and date.
- Validates user input and provides clear error or "no flights found" messages.
- Supports limiting result count and returning raw JSON payload on request.
- Summarizes direct and transfer flights distinctly in the output.
v1.0.0
- Initial release: Query one-way flights using the Variflight ticket API.
- Added support for searching by departure and arrival IATA city codes and a specific departure date.
- Bundled the script `scripts/query_flights.py` with options for limiting results and raw JSON output.
- Summarizes results, including transfer and direct flights, with details such as airport, time, duration, price, and tags.
- Includes input validation and clear error handling for API responses.
Metadata
Frequently Asked Questions
What is 航班搜索?
Search one-way flight lists from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departure date. It is an AI Agent Skill for Claude Code / OpenClaw, with 207 downloads so far.
How do I install 航班搜索?
Run "/install variflight-flight-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 航班搜索 free?
Yes, 航班搜索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 航班搜索 support?
航班搜索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 航班搜索?
It is built and maintained by AriseFX (@arisefx); the current version is v1.0.1.
More Skills