航班搜索

v1.0.1

Search one-way flight lists from the Variflight ticket API by departure IATA city code, arrival IATA city code, and departure date.

0· 160·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk9796y4bsftrxps0cmsrfc6e3x83e2qt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3

Comments