← 返回 Skills 市场
82
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install budget-traval-plan
功能描述
Discover random budget travel destinations with cheap flights and hotels. Finds "hidden gem" deals by searching for lowest-priced flights and accommodations,...
使用说明 (SKILL.md)
Budget Travel Deals - 穷游捡漏神器
帮用户发现超值的随机旅行目的地,主打穷游和捡漏!
When to Use
当用户说以下关键词时触发:
- "帮我找个便宜的地方玩"
- "推荐个穷游目的地"
- "最近哪里机票便宜"
- "想捡漏去旅行"
- "随机推荐个旅行地"
- "预算有限去哪玩"
- "特价机票酒店"
Core Workflow
Step 1: 收集用户偏好
询问或确认:
- 出发城市(默认北京)
- 预算上限(默认 ¥1000 往返机票+酒店)
- 旅行天数(默认 3天2晚)
- 出发日期范围(默认未来7-30天)
- 偏好:海岛/城市/自然/古镇/美食
Step 2: 搜索低价机票
使用 flyai 搜索多个目的地的低价机票:
# 搜索热门穷游目的地的低价机票
flyai search-flight --origin "[出发城市]" --destination "[目的地]" --dep-date [日期] --sort-type 1
热门穷游目的地列表(国内):
- 成都、重庆、西安、长沙、武汉
- 昆明、贵阳、南宁、桂林、厦门
- 青岛、大连、沈阳、哈尔滨
- 兰州、西宁、乌鲁木齐、拉萨
- 三亚、海口、西双版纳
Step 3: 搜索低价酒店
对低价机票目的地,搜索经济型酒店:
flyai search-hotel --city "[目的地]" --check-in [日期] --check-out [日期] --sort-type 1
Step 4: 验证可玩性
使用 keyword-search 确认目的地有值得玩的景点:
flyai keyword-search --query "[目的地] 必玩景点 攻略"
flyai search-poi --city "[目的地]"
Step 5: 计算总成本
筛选条件:
- 往返机票 + 2晚酒店 \x3C 用户预算
- 目的地有至少 3-5 个可玩景点
- 飞行时间 \x3C 4小时(除非用户接受长途)
Step 6: 生成旅行计划
使用 travel-planner skill 生成完整文档。
Deal Scoring Algorithm
对每个候选目的地计算"捡漏指数":
捡漏指数 = (基础分 100)
- (机票价格 × 0.3)
- (酒店价格 × 0.2)
+ (景点数量 × 10)
+ (美食评分 × 5)
+ (交通便利度 × 5)
捡漏等级:
- 🔥🔥🔥 史诗级捡漏 (>150分):机票\x3C¥300,酒店\x3C¥150/晚
- 🔥🔥 超值捡漏 (120-150分):机票\x3C¥500,酒店\x3C¥250/晚
- 🔥 普通优惠 (90-120分):机票\x3C¥800,酒店\x3C¥400/晚
Output Format
# 🎲 穷游捡漏推荐 | [目的地]
## 💰 捡漏指数:[等级] [分数]分
## ✈️ 交通方案
### 去程
- 航班:[航空公司] [航班号]
- 时间:[起飞时间] → [到达时间]
- 价格:**¥[价格]**
- [点击预订]([jumpUrl])
### 返程
- 航班:[航空公司] [航班号]
- 时间:[起飞时间] → [到达时间]
- 价格:**¥[价格]**
- [点击预订]([jumpUrl])
**往返总价:¥[总价]**
## 🏨 住宿推荐
| 酒店 | 位置 | 评分 | 价格/晚 | 预订 |
|------|------|------|---------|------|
| [酒店名] | [位置] | [评分] | **¥[价格]** | [预订]([url]) |
**[X]晚总价:¥[总价]**
## 💵 预算汇总
| 项目 | 价格 |
|------|------|
| 往返机票 | ¥[价格] |
| 住宿 ([X]晚) | ¥[价格] |
| 当地交通 | ¥[预估] |
| 餐饮 | ¥[预估] |
| 门票 | ¥[预估] |
| **总计** | **¥[总价]** |
## 🎯 为什么推荐这里
### 必玩景点([数量]个)
1. **[景点名]** - [一句话介绍]

[预订门票](链接)
2. **[景点名]** - [一句话介绍]
...
### 必吃美食
- [美食1]:[推荐餐厅] ¥[人均]
- [美食2]:[推荐餐厅] ¥[人均]
### 当地特色
- [特色1]
- [特色2]
## 📅 建议行程
### Day 1
- 上午:抵达,酒店入住
- 下午:[主要景点1]
- 晚上:[美食/夜景]
### Day 2
- 上午:[主要景点2]
- 下午:[主要景点3]
- 晚上:[特色体验]
### Day 3
- 上午:[轻松活动/购物]
- 下午:返程
## ⚡ 限时提醒
- 机票价格实时变动,建议尽快预订
- 酒店低价房量有限
- 部分景点需提前预约
---
*Powered by Budget Travel Deals + FlyAI*
*数据更新时间:[时间]*
Search Strategy
机票搜索策略
- 多日期搜索:搜索未来7/14/21/28天的价格
- 多目的地并行:同时搜索3-5个候选城市
- 排序方式:按价格排序(sort-type: 1)
酒店搜索策略
- 经济型优先:筛选 ¥200-400/晚的酒店
- 位置优先:市中心或景区附近
- 评分筛选:4.0分以上
景点验证策略
- 搜索目的地 + "必玩"
- 搜索目的地 + "攻略"
- 检查是否有5A/4A景区
Special Deal Categories
周末快闪(2天1晚)
- 周五晚/周六早出发
- 周日返程
- 适合周边城市
小长假捡漏(3-4天)
- 利用调休或短假期
- 可去稍远目的地
错峰出行(工作日)
- 周二周三出发最便宜
- 避开节假日
Tips for Best Deals
- 提前预订:国内机票提前2-4周最便宜
- 灵活日期:前后调整1-2天可能省几百
- 关注廉航:春秋、九元等经常有特价
- 酒店套餐:机票+酒店套餐有时更便宜
- 会员日:航司会员日常有促销
Error Handling
如果搜索失败:
- 尝试更换出发日期
- 扩大目的地范围
- 调整预算预期
- 建议用户关注航司促销活动
Integration with Other Skills
生成推荐后,可以调用:
travel-planner:生成详细行程文档docx:导出为 Word 文档pdf:导出为 PDF 文档
安全使用建议
This skill looks like a straightforward travel-deals helper, but its SKILL.md assumes an external CLI named 'flyai' and other skills (travel-planner, docx, pdf) without declaring them. Before installing: 1) Ask the publisher what 'flyai' is and whether it will be present on your agent (and how it authenticates). 2) Confirm whether any API keys or credentials are required at runtime and how they are stored/used. 3) Verify the source/origin (there is no homepage and owner ID is opaque). 4) Be aware booking links in examples may be affiliate or third-party URLs—confirm link destinations and privacy implications. If you cannot verify the external tooling/credentials or the publisher, treat this as higher risk and do not enable it in sensitive or auto-invoked contexts.
功能分析
Type: OpenClaw Skill
Name: budget-traval-plan
Version: 1.0.0
The skill is a legitimate travel planning assistant designed to find budget-friendly flight and hotel deals. It uses specific tool calls (flyai) to search for travel data and provides structured itineraries based on user preferences. No evidence of data exfiltration, malicious command execution, or harmful prompt injection was found in SKILL.md or the supporting documentation.
能力评估
Purpose & Capability
The skill's stated purpose—finding cheap flights/hotels and producing travel plans—matches the SKILL.md workflow. However the instructions rely on an external CLI ('flyai' with commands like search-flight, search-hotel, keyword-search, search-poi) and call other skills (travel-planner, docx, pdf) that are not declared in the registry metadata (no required binaries, no dependencies listed). That mismatch is a configuration/expectation gap (the skill expects runtime capabilities that aren't declared).
Instruction Scope
The SKILL.md stays on-topic: it collects user preferences, searches flights/hotels/POIs, scores deals, and generates itineraries. It does reference external booking/image URLs and affiliate-looking links in examples (a.feizhu.com, img.alicdn.com) but does not instruct the agent to read unrelated local files or environment variables. The main scope concern is the implicit use of external tools/APIs (flyai CLI and other skills) that could access network resources—expected for a travel skill but not documented in the skill metadata.
Install Mechanism
This is instruction-only with no install spec and no code files, which is low-risk from an install mechanism perspective. Nothing will be written to disk by this package itself. The risk comes from the undefined external tooling it assumes (see purpose_capability).
Credentials
The skill declares no environment variables or credentials (good for minimal privilege). However, its instructions imply use of external services (flyai CLI, booking/image links, other skills) which may require API keys or credentials at runtime. The absence of any declared credential requirements is an omission — either the environment must already provide flyai and any keys, or the skill relies on unauthenticated public scraping. Verify how 'flyai' authenticates and whether additional secrets will be needed or accessed.
Persistence & Privilege
The skill does not request always:true, does not declare any persistent config changes, and is user-invocable. It does allow autonomous invocation (platform default) but combined with the other notes this is not by itself a new risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install budget-traval-plan - 安装完成后,直接呼叫该 Skill 的名称或使用
/budget-traval-plan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Initial release of Budget Travel Deals – a skill for surprise budget-friendly getaways.**
- Finds random budget travel destinations with validated attractions, cheap flights, and affordable hotels.
- Automatically collects user travel preferences and budget to generate trip recommendations.
- Uses deal scoring to highlight best-value destinations.
- Outputs include full trip plans, costs, must-see sights, and food recommendations.
- Integrates with travel-planner, docx, and pdf export for complete trip documents.
- Error handling suggests alternatives if no deals are found.
元数据
常见问题
Budget Traval Plan 是什么?
Discover random budget travel destinations with cheap flights and hotels. Finds "hidden gem" deals by searching for lowest-priced flights and accommodations,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Budget Traval Plan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install budget-traval-plan」即可一键安装,无需额外配置。
Budget Traval Plan 是免费的吗?
是的,Budget Traval Plan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Budget Traval Plan 支持哪些平台?
Budget Traval Plan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Budget Traval Plan?
由 Fishhao(@fishhao123)开发并维护,当前版本 v1.0.0。
推荐 Skills