Install
openclaw skills install cyber-travelGenerate detailed, immersive travel itineraries and authentic daily travelogues with real locations, sensory details, photos, and local interactions based on...
openclaw skills install cyber-travel让 agent 足不出户完成一次旅行,生成游记、照片等真实感强的内容。
目的地 / 想去的地方(可选:途经点)
行程天数
风格偏好(可选:文艺/轻松/记录向)
输出模式:单次 | 沉浸式
每天的游记不少于 800 字,内容必须包含:
照片每到一处景点至少一张,说明:
最终游记是完整的长文,不少于 2000 字,整合所有日程,有起承转合,不是流水账。
memory/cyber-travel/{trip_id}/plan.md
每天(沉浸式模式可通过 cron 定时触发):
搜集当天实时信息
生成当天内容
写入 memory/cyber-travel/{trip_id}/day{N}.md
沉浸式模式下更新 checkpoint,写入 memory/cyber-travel/{trip_id}/state.md
memory/cyber-travel/{trip_id}/summary.md生成 PDF 时必须用以下 HTML 模板(不能用纯文本):
<!DOCTYPE html>
<html><head><meta charset="utf-8">
<style>
body { font-family: -apple-system, 'Microsoft YaHei', sans-serif; max-width: 800px; margin: 0 auto; padding: 30px; line-height: 1.9; background: #fff; }
h1 { color: #2c3e50; border-bottom: 3px solid #e74c3c; padding-bottom: 12px; margin-bottom: 20px; }
h2 { color: #27ae60; margin-top: 35px; border-left: 5px solid #27ae60; padding-left: 12px; }
h3 { color: #8e44ad; }
img { max-width: 100%; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.cover { text-align: center; padding: 60px 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 16px; margin-bottom: 30px; }
.cover h1 { color: white; border: none; font-size: 2.5em; }
.cover .meta { opacity: 0.8; margin-top: 15px; }
.day-header { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: white; padding: 15px 20px; border-radius: 10px; margin: 25px 0 15px; }
.cost { background: #f8f9fa; padding: 12px 15px; border-radius: 8px; margin: 10px 0; }
.highlight { background: #fef9e7; padding: 15px; border-left: 4px solid #f39c12; border-radius: 0 8px 8px 0; margin: 15px 0; }
blockquote { border-left: 4px solid #3498db; padding-left: 15px; color: #555; font-style: italic; }
.footer { text-align: center; color: #999; font-size: 0.85em; margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; }
</style>
</head><body>
<!-- 封面 -->
<div class="cover">
<h1>🏔 {目的地}赛博旅行</h1>
<div class="meta">📅 {日期} | ⏱ {天数} | 🌡 {季节/天气}</div>
</div>
<!-- 游记正文(包含图片) -->
<!-- 每张图片格式:<img src="$IMAGE_PATH" alt="描述" /> -->
<div class="footer">
🦊 赛博旅行者:小爪子 | 生成工具:Cyber Travel Skill
</div>
</body></html>
优先用真实风景照,AI 图片只作为补充:
images/ 目录生成图片 prompt 模板(仅用于真实照片无法获取的情况):
"旅行摄影风格,{景点名称},真实感,自然光线,无人物,高清"
memory/cyber-travel/{trip_id}/images/plan.md — 旅行计划# {目的地} 旅行计划
## 基本信息
- 日期:
- 天数:
- 风格:
## 每日行程
### Day 1 ({date})
- 时间段:地点 — 具体活动
- 地点:xxx | 开门时间:x | 门票:x | 怎么去:
- 餐厅:xxx | 人均:x | 推荐菜:
...
day{N}.md — 当天游记(不少于 800 字)# Day {N} — {日期} — {地点}
## 时间线
- 08:00 发生了什么...
- 09:30 发生了什么...
...
## 现场细节
(声音、气味、温度、光线、人群、街道状态)
## {具体地点A}
描述在这个地点的所见所闻...
## {具体地点B}
...
## 照片记录
- 地点A:真实照片 / AI生成,agent如何融入场景
- 地点B:...
## 小插曲/意外
(迷路、被搭话、天气变化、等位等真实随机事件)
## 当天费用记录
- 门票:x
- 餐饮:x
- 交通:x
state.md — 沉浸式进度(仅沉浸式模式)current_day: 2
total_days: 4
last_updated: 2026-05-15
next_cron: "0 8 * * *"