Flight Price Monitor

v1.0.1

flight price monitor, airfare price alert, fare tracking, cheap flight China, round-trip one-way, price drop notification, scheduled flight search, FlyAI CLI...

0· 148·0 current·0 all-time
byMocker@zuckonit
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (flight price monitoring, alerts, scheduled checks) match the instructions: calling a CLI (flyai search-flight), parsing results, appending to local history, and optionally registering cron tasks. Required binary is node, which is appropriate for a Node-based CLI client. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs only: invoke flyai CLI, parse JSON stdout, append to files under memory/flight-monitor/, and optionally register cron tasks or use system cron. It does not direct the agent to read unrelated files or harvest environment secrets. It explicitly forbids inventing data and tells the agent not to expose implementation details in user-facing text.
Install Mechanism
This is instruction-only (no install spec, no code files). It advises installing @fly-ai/flyai-cli via npm but does not embed downloads or run arbitrary installers. That is consistent and lower risk than remote archive installs.
Credentials
The skill requests no environment variables or credentials in metadata. It notes an optional FlyAI API key as a CLI config (documented as optional). No unrelated tokens, passwords, or config paths are requested, which is proportionate to the described functionality.
Persistence & Privilege
always is false and autonomous invocation is not disabled (the platform default). The skill suggests registering scheduled tasks (cron.add or system cron) and writing local history under memory/flight-monitor/, which is appropriate for a monitor. It does not ask to modify other skills or global agent settings.
Assessment
This skill appears to be what it says: a wrapper around the FlyAI / Fliggy CLI to query fares, log local history, and optionally register scheduled checks. Before installing or enabling it, consider: (1) Node and the @fly-ai/flyai-cli package will contact FlyAI/Fliggy endpoints — only provide your FlyAI API key if you trust that service. (2) The skill writes history to memory/flight-monitor/ on the host; review that folder if you care about local audit/log retention. (3) Scheduled tasks (cron.add or system cron) will cause autonomous, repeated searches — configure frequency to avoid rate limits and unexpected charges. (4) Because this is instruction-only, the CLI implementation (npm package) actually performs network requests; review the flyai-cli package source or its publisher if you want stronger assurance. If you are comfortable with those points, the skill is internally consistent and reasonable to use.

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

latestvk978j5wak82erca955613czhnn83tyg1

License

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

Runtime requirements

📉 Clawdis
Binsnode

Comments