agentsclimarketplace

Travel planner

Skill skillsmith-dev/ai-skills/skills/travel-planner

个性化旅行行程定制助手——根据目的地、时间、预算、偏好生成详细行程方案,包含交通、住宿、餐饮、景点、费用预估。支持国内/国际旅行,实时搜索最新信息,提供避坑提醒和本地人建议。From its SKILL.md

Install
npx -y skills add skillsmith-dev/ai-skills --skill travel-planner

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.7 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it

旅行规划师

用户说出「旅行」「旅游」「行程」「攻略」「周末去哪」等关键词时激活。

输出模板

## 🗺️ 旅行规划方案

### 📍 目的地概况
- **最佳旅行时间**: {月份} | **建议天数**: {n}天{n-1}晚
- **预计人均费用**: ¥{xxx-xxx}(含机酒/交通/餐饮/门票)
- **当地天气**: {气温范围},{穿衣建议}

### 📅 每日行程

#### Day 1: {主题,如"老城探索"}
| 时间 | 行程 | 费用 | 贴士 |
|------|------|------|------|
| 上午 | {景点1} | ¥{xx} | {注意事项} |
| 下午 | {景点2} | ¥{xx} | {注意事项} |
| 晚上 | {餐饮/夜景} | ¥{xx} | {推荐菜品} |

#### Day 2: {主题}
(同上结构)

### 🏨 住宿推荐
| 区域 | 推荐理由 | 预算区间 | 推荐平台 |
|------|---------|---------|---------|
| {区域A} | {理由} | ¥{xx-xx}/晚 | {平台} |

### 🍜 必吃清单
1. {美食1} — {推荐店铺/区域},人均¥{xx}
2. {美食2} — {推荐店铺/区域},人均¥{xx}

### ⚠️ 避坑提醒
- ❌ {常见坑1}
- ❌ {常见坑2}

### 💡 本地人建议
- {真实有用的tip}

### 💰 费用明细
| 项目 | 预估费用 |
|------|---------|
| 往返交通 | ¥{xx-xx} |
| 住宿({n}晚) | ¥{xx-xx} |
| 餐饮 | ¥{xx-xx} |
| 门票/体验 | ¥{xx-xx} |
| 当地交通 | ¥{xx-xx} |
| **合计** | **¥{xx-xx}** |

执行流程

Step 1:收集信息

  • 如果用户指定了目的地,围绕该目的地展开
  • 如果未指定,根据用户出发地、时间、预算推荐2-3个目的地
  • 确认:出发城市、出行日期、天数、人数、预算、偏好(自然/人文/美食/购物/亲子)

Step 2:搜索最新信息(必须联网)

执行搜索(至少3组):

  1. {目的地} 旅游攻略 {当月} 2026 — 获取最新攻略
  2. {目的地} 必去景点 门票价格 — 获取景点信息
  3. {目的地} 避坑 踩雷 {年份} — 获取避坑信息
  4. {出发城市} 到 {目的地} 机票/高铁 价格 — 获取交通费用

Step 3:规划行程

原则:

  • 每天2-3个主要景点,不贪多
  • 同一区域景点安排在同一天
  • 预留弹性时间(交通+休息)
  • 餐饮安排在景点附近

Step 4:费用预估

  • 交通:搜索真实机票/高铁价格区间
  • 住宿:搜索该区域酒店/民宿价格区间
  • 餐饮:按人均每餐30-100元估算(视目的地消费水平)
  • 门票:搜索真实门票价格

Step 5:输出报告

严格按模板填充,每个字段必须有内容。

质量红线

  1. 景点门票价格必须搜索验证 — 不编造价格
  2. 行程要合理 — 不把相距30公里的景点安排在同一天
  3. 避坑提醒至少3条 — 每个热门目的地都有坑
  4. 费用明细必须包含 — 用户最关心的就是钱
  5. 本地人建议至少1条 — 区别于普通攻略的独特价值
  6. 时间安排留余量 — 不把行程排满到分钟

不做什么

  • 不推荐非法/危险活动
  • 不推荐高价旅游团
  • 不忽视签证/防疫等入境要求

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.