← Back to Skills Marketplace
zhaorabbits

机票/酒店/旅行降价监控助手

by zhaorabbits · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install price-drop-tracker
Description
降价监控+自动下单。用户设置目标价和截止日期后,系统定时轮询飞猪价格,达标后通知或自动下单。Use when user mentions 降价监控, 价格提醒, 等降价, 盯盘, 自动下单, price drop tracking, deal monitoring for hotels/flights/trave...
Usage Guidance
Before installing or enabling this skill, get answers to these questions and take precautions: - Where do flyai / Fliggy credentials and payment methods come from? Who provides and stores them, and how are they protected? The skill should explicitly list required credentials and their storage location. - How does auto_book work in practice? Confirm whether the agent will ever place paid orders without an explicit, per-order confirmation. Prefer leaving auto_book=false and testing notification-only mode first. - How are cron jobs created, listed, and revoked (qoder_cron)? Verify you can audit and remove scheduled tasks easily and that they won't outlive your consent. - What safeguards exist against accidental purchases (rate limits, confirmations, 2-step authorization)? Ask for an explicit confirmation flow for every order, or require tokenized one-time payment approvals. - Test with low-risk examples: enable immediate notifications only, monitor a free or low-cost item, and verify the exact sequence of API calls, request parameters, and any use of stored credentials. If the publisher cannot clearly explain where credentials/payment data are obtained and how to revoke scheduled jobs or require confirmations, consider this skill too risky for auto-booking and use notification-only monitoring instead.
Capability Analysis
Type: OpenClaw Skill Name: price-drop-tracker Version: 1.0.0 The price-drop-tracker skill is designed to monitor travel product prices on Fliggy and optionally perform automated bookings. It utilizes platform-specific tools like 'flyai' for price searching and 'qoder_cron' for scheduling recurring checks. The execution logic in SKILL.md is transparently aligned with its stated purpose, and the high-risk 'auto_book' feature is documented as requiring explicit user authorization. No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.
Capability Assessment
Purpose & Capability
The skill claims to monitor Fliggy (飞猪) prices and optionally auto-book. The SKILL.md uses a 'flyai' CLI and describes automatic ordering, which is consistent with the purpose. However, it does not declare or request any credentials, auth tokens, or payment-related configuration even though auto-booking and API calls to Fliggy normally require authentication and payment methods. That omission is an incoherence between claimed capability and required setup.
Instruction Scope
Instructions direct the agent to create persistent cron jobs (via qoder_cron) that will repeatedly call flyai commands and may perform automatic purchases. The doc does not require explicit user re-confirmation before auto-booking (beyond the auto_book flag), nor does it explain where or how user credentials/payment info are accessed or stored. The cron payload uses agentTurn messages which permit autonomous agent actions; combined with auto-booking this grants the skill the ability to perform real-world transactions without clear safeguards.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself. That lowers install-time risk.
Credentials
No environment variables, credentials, or config paths are declared, yet the flow requires access to Fliggy APIs/CLI and (for auto_book) payment/account capabilities. Reasonable expectations would include requiring Fliggy API tokens, account credentials, and possibly payment authorization. The absence of declared required credentials is disproportionate and leaves unclear how sensitive data is accessed or protected.
Persistence & Privilege
The skill instructs creation of recurring cron jobs that persist and autonomously trigger agent turns every 4 hours (or degraded every 6 hours). Persistent scheduled tasks that can perform actions (including purchases) increase risk: the skill can cause repeated network/API activity and potentially place transactions while the user is not actively interacting. The skill does not explain how to review, revoke, or limit those cron jobs beyond a soft concurrency limit.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install price-drop-tracker
  3. After installation, invoke the skill by name or use /price-drop-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Price Drop Tracker 1.0.0 — Initial Release - Enables users to monitor price drops for hotels, flights, or travel products on Fliggy based on a target price and deadline. - Supports both price drop notifications and optional auto-booking when the price meets or beats the target. - Customizable monitoring: users can specify item, dates, notification mode, and auto-order preference. - Runs automated checks every 4 hours, notifying users or booking automatically upon price match. - Provides detailed confirmation, price drop alerts, expiry reminders, and robust error handling for common issues (sold out, frequent price changes, etc). - Integrates with other travel planning and optimization skills for enhanced workflows.
Metadata
Slug price-drop-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 机票/酒店/旅行降价监控助手?

降价监控+自动下单。用户设置目标价和截止日期后,系统定时轮询飞猪价格,达标后通知或自动下单。Use when user mentions 降价监控, 价格提醒, 等降价, 盯盘, 自动下单, price drop tracking, deal monitoring for hotels/flights/trave... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install 机票/酒店/旅行降价监控助手?

Run "/install price-drop-tracker" 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 zhaorabbits (@zhaorabbits); the current version is v1.0.0.

💬 Comments