← Back to Skills Marketplace
travel-skills

景点门票聪明买

by 旅行技能 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install attraction-smart-buy
Description
多旅游平台景点门票比价与购票决策建议,帮用户找到最便宜的门票和最优购票方案
README (SKILL.md)

景点门票聪明买

帮用户搜索景点、比较门票价格、给出购票决策建议。通过代理服务查询多旅游平台实时门票数据,2源比价(飞猪+途牛),5维决策分析引擎。

触发条件

当用户明确要搜索景点、查询门票价格、比较景点票价、或询问某景点门票是否值得买时触发。不因仅提到景点名称就自动触发。

工具

search_attractions

搜索指定城市的景点,支持关键词、等级和类型筛选。

输入参数:

  • city(必填):城市名,如"北京"、"上海"
  • keyword(可选):搜索关键词,如"故宫"、"迪士尼"
  • level(可选):景区等级,如"5A"、"4A"
  • category(可选):景点类型,如"博物馆"、"主题乐园"

输出: 景点列表,含名称、等级、类型、门票价格、预订链接

数据流: 用户输入 → 本技能 → 代理服务 → 旅游平台API → 返回结果

compare_ticket_prices

查询指定景点的多平台门票价格对比,展示各平台报价和全部票型。

输入参数:

  • name(必填):景点名称,如"故宫博物院"
  • city(必填):城市名

输出: 多平台价格对比 + 途牛全部票型(成人票/儿童票/老人票/亲子票等)+ 价格水平判断

数据流: 用户输入 → 本技能 → 代理服务 → 多旅游平台API → 返回结果

ticket_advisor

针对指定景点的购票决策建议,5维分析引擎给出是否建议购买的综合判断。

输入参数:

  • name(必填):景点名称
  • city(必填):城市名
  • ticket_type(可选):票型偏好,默认"成人票",可选"儿童票"/"老人票"等

输出: 决策信号(🟢建议购买/🟡价格适中/🟠建议观望/🔴暂不建议)+ 5维分析 + 推荐票型

5维分析:

  1. 价格水平:基于景区等级和类型的参考价格判断(🟢低价/🟡均价/🟠偏高/🔴偏贵)
  2. 平台价差:多平台同景点价格对比,计算可省金额
  3. 折扣力度:成人票折扣分析,含市场价对比
  4. 游客满意度:途牛平台满意度评分 + 评价数量
  5. 季节因素:旺季/淡季判断,影响购票紧迫性

佣金说明: 同价时按佣金排序(飞猪分佣优先),此排序逻辑已声明。

数据流: 用户输入 → 本技能 → 代理服务 → 多旅游平台API → 返回结果

流程

A 比价决策(默认)

用户提到某景点想了解门票价格/是否值得买 → compare_ticket_prices 获取多平台报价 → ticket_advisor 给出5维决策分析 → 展示推荐票型和预订链接

B 搜索发现

用户想找某城市的景点 → search_attractions 搜索 → 展示景点列表含基础门票价格 → 用户选定后走A流程

Usage Guidance
Before installing, understand that attraction names, cities, and ticket queries will be sent to external proxy services and travel-platform APIs. Avoid entering sensitive personal or account information, and the publisher should move the embedded proxy token out of source code and document the contacted services more clearly.
Capability Assessment
Purpose & Capability
The documented purpose, script behavior, and outputs align around searching attractions, comparing Fliggy and Tuniu ticket prices, and giving purchase advice.
Instruction Scope
The skill says it should trigger only when the user explicitly asks for attraction search, ticket prices, comparisons, or buying advice.
Install Mechanism
The artifact contains a markdown skill file and one Python CLI script, with no install hook, dependency installer, background worker, or auto-start behavior.
Credentials
Outbound network calls are proportionate to live ticket lookup and are disclosed in the skill text, though exact proxy endpoints are only visible in the script.
Persistence & Privilege
The script does not request local privileges or persistence, but it embeds a reusable proxy token in source code for the publisher-operated SCF endpoints.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install attraction-smart-buy
  3. After installation, invoke the skill by name or use /attraction-smart-buy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首发版本,提供多平台景点门票比价与智能购票决策建议 - 支持景点搜索,可按城市、等级、类型、关键字筛选 - 集成飞猪与途牛门票数据,展示各类票型和多平台价格对比 - 应用5维分析引擎,给出综合购票建议与价格判断 - 输出推荐票型、预订链接,并基于季节、满意度等维度辅助决策
Metadata
Slug attraction-smart-buy
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 景点门票聪明买?

多旅游平台景点门票比价与购票决策建议,帮用户找到最便宜的门票和最优购票方案. It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install 景点门票聪明买?

Run "/install attraction-smart-buy" 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 旅行技能 (@travel-skills); the current version is v1.0.0.

💬 Comments