A Claude Code skill for planning food & travel itineraries in Suzhou, China — with bus-first routing, metro fallback, Suzhou Metro Canteen recommendations, and auto-generated visual HTML itineraries with Amap navigation links.
# One-liner install
curl -fsSL https://raw.githubusercontent.com/fxp/claude-skill-suzhou-trip/main/suzhou-trip/SKILL.md \
-o ~/.claude/skills/suzhou-trip/SKILL.mdOr manually copy suzhou-trip/SKILL.md to ~/.claude/skills/suzhou-trip/SKILL.md.
Then use /suzhou-trip in Claude Code to activate.
触发方式 / Trigger: /suzhou-trip in Claude Code
核心能力 / Core capabilities:
| 功能 | 说明 |
|---|---|
| 🚌 公交优先路线规划 | 优先推荐游1-游5旅游专线、好行观光巴士(覆盖30个景点) |
| 🚇 地铁换乘方案 | 9条线路完整数据,长距离/跨区域时补充推荐 |
| 🍜 地铁食堂专项推荐 | 全国首创苏州地铁食堂(广济南/南门/拙政园苏博站,人均20元) |
| 🗺️ 可视化HTML行程 | 自动生成带高德地图导航链接的可视化时间轴页面 |
| ⏱️ 真实时间估算 | 基于实际站点数/步行距离的精确时间推算 |
/suzhou-trip 我从苏州火车站出发,想游览拙政园和平江路,傍晚吃顿好的,帮我规划
/suzhou-trip 带老人孩子,下午2点从观前街出发,5点前要结束,推荐安排
/suzhou-trip 苏州一日游,偏爱古典园林,预算200元以内
The skill will output:
- A text route plan with realistic times
- An
itinerary.htmlvisual timeline (auto-opened in preview) - Amap deep links for every transit segment
- 游1–游5 旅游专线 (¥2, direct to attractions)
- 好行观光巴士 14 lines (¥3/trip or ¥15/day pass, 30 attractions)
- 姑苏旅游专线 (高峰24号, 高峰28号)
- 园区免费观光巴士 (free on holidays, Jinji Lake area)
- Lines 1–8 + Line 11, 276 stations, full interchange map
- Suzhou North HSR Station (Line 2) and all rail hubs
| Canteen | Station | Price |
|---|---|---|
| 广济南大食堂 | 广济南路 (L1/L2) | ¥20–25/meal |
| 星连·南门大食堂 | 南门 (L4/L5) | ¥20–25/meal |
| 拙政园苏博站大食堂 | 拙政园苏博 (L6) | ¥20–25/meal |
Last updated: April 2026
- Metro lines 1–8 + 11 (post Dec 2024 openings of Lines 7 & 8)
- Metro canteens (Line 6 canteen opened March 29, 2026)
- Bus routes verified against official Suzhou transit sources
MIT