travel flight monitor

v1.0.3

监控飞猪机票价格,支持单程和往返查询,自动提醒低价,定时获取价格变动和趋势分析。

1· 626·1 current·1 all-time
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 for Fliggy) matches the instructions: building Fliggy search URLs, using browser automation to capture snapshots, parsing prices, storing price history, and scheduling cron checks. No unrelated binaries or credentials are requested.
Instruction Scope
Instructions are generally within scope, but they require using a browser profile (profile="openclaw") and the skill asks to “保持登录状态” (keep logged-in). That means the agent will open Fliggy pages using an existing browser session and capture snapshots — these snapshots could contain user-account-related data if the profile is logged in. The SKILL.md also instructs creating cron tasks and writing price history into agent memory paths (memory/flight-monitor/...), which is expected for monitoring but worth noting for privacy.
Install Mechanism
Instruction-only skill with no install spec and no code files executed. No downloads or third-party packages are installed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The actions described (browser automation, snapshots, storing markdown files) do not require sensitive environment variables beyond the user’s browser session state; the SKILL.md does not request unrelated secrets.
Persistence & Privilege
The skill expects to register cron tasks (cron.add) to run periodic checks and to write monitoring files into agent memory. This is appropriate for a scheduler/monitoring skill but does create persistent scheduled activity and stored price history — users should be aware of the ongoing background checks and stored data.
Assessment
This skill appears to do what it says (monitor Fliggy prices) and asks for nothing unusual. Before installing, be aware it expects to open pages using a browser profile (profile="openclaw") and recommends keeping that profile logged into Fliggy — the agent’s page snapshots could include account-related information if the profile is logged in. It will create scheduled cron tasks and store price history in agent memory (memory/flight-monitor/...). If you don’t want the agent to use a logged-in browser session, avoid keeping Fliggy credentials in the profile or clarify how the agent should access pages. Also consider rate limits and Fliggy’s terms of service when scheduling frequent checks.

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

latestvk97122mq1bv762qtdyph36mae583jq02

License

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

Comments