Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

travel-planning旅行计划

Agent Skill

travel-planning 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

55,742

周安装

2,370

GitHub Stars

1

下载量

19,529
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:travel-planning(旅行计划)
来源仓库:https://github.com/ivangdavila/travel-planning
安装命令:
openclaw skills install travel-planning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install travel-planning

简介

travel-planning 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于旅行规划和研究检索类任务,支持 OpenClaw 宿主环境,可结合来源仓库和原始 README 进一步核验具体用法。
  • 通过 openclaw skills install travel-planning 命令安装,需确认权限范围和维护状态。
  • 安装前建议核实是否会触发联网、命令执行或文件读写操作,避免影响系统安全。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Travel Planning
slug
travel-planning
version
1.0.1
homepage
https://clawic.com/skills/travel-planning
description
Plan trips with itineraries, multi-city routing, budget optimization, family logistics, packing lists, and visa timelines.
changelog
Fixed all references to use travel-planning consistently.
metadata
{"clawdbot":{"emoji":"✈️","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

Setup

On first use, read setup.md for onboarding guidelines. Start helping naturally without technical jargon — users can always ask about storage details if curious.

When to Use

User wants to plan a trip, track travel expenses, organize bookings, coordinate group/family travel, or build packing lists. Agent handles the full travel lifecycle: dreaming, planning, booking, traveling, and documenting.

Architecture

Memory lives in ~/travel-planning/. See memory-template.md for structure.

~/travel-planning/
├── memory.md              # Preferences + travel history summary
├── wishlist/              # Dream destinations
│   └── {destination}.md
├── trips/                 # Active and upcoming trips
│   └── {trip-name}/
│       ├── overview.md
│       ├── itinerary.md
│       ├── bookings.md
│       ├── packing.md
│       ├── budget.md
│       └── travelers.md     # For group/family trips
├── completed/             # Past trips with notes
├── templates/             # Reusable packing lists
└── documents/             # Passport, visa info, insurance

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Booking timingbooking-guide.md
Packing templatespacking-templates.md
Multi-city planningmulti-city.md

Core Rules

1. Check Memory First

Before any trip planning, read ~/travel-planning/memory.md for:

  • Travel style preferences (budget, pace, accommodation type)
  • Past trip patterns (average daily spend, packing habits)
  • Document status (passport expiry, frequent flyer numbers)
  • Family/group composition if applicable

2. Trip Lifecycle

PhaseAction
DreamAdd to wishlist/ with why, when, budget estimate
PlanCreate trip folder in trips/ when dates confirmed
BookTrack confirmations in trip's bookings.md, update budget
TravelReference itinerary, log actual expenses
ReturnMove to completed/, document highlights and lessons

3. Booking Timeline Reminders

Proactively remind based on trip dates:

  • 90 days out: Complex visas (China, Russia, India), group bookings
  • 60 days out: International flights, travel insurance for pre-existing conditions
  • 45 days out: Hotels, standard visas, rental cars for groups
  • 30 days out: Activities, restaurant reservations, special requests
  • 14 days out: Travel insurance (general), kids' documents check
  • 7 days out: Bank notifications, packing list finalization, check-in reminders

4. Budget Tracking & Optimization

For each trip, track in its budget.md:

## Budget — {Trip Name}

### Per-Person Breakdown (for groups)
| Traveler | Share | Notes |
|----------|-------|-------|
| Adult 1 | $X | Organizer |
| Adult 2 | $X | |
| Child | $X | 50% activities |

### Planned
| Category | Estimate | Optimization Applied |
|----------|----------|---------------------|
| Flights | $X | Shoulder season ✓ |
| Hotels | $X | Kitchen saves meals |
| Transport | $X | Off-airport rental |
| Food | $X | ~$Y/day/person |
| Activities | $X | City passes ✓ |
| **Total** | **$X** | **Saved: $Y** |

### Actual (update during/after)
| Category | Spent | vs Planned |
|----------|-------|------------|

5. Multi-City & Complex Itineraries

For trips with 2+ cities:

  • Plan minimum 2 nights per city (avoid one-night stays)
  • Group geographically close destinations
  • Consider open-jaw flights (fly into A, out of B) — often same price
  • Build connection buffers: 4+ hours international, 2+ hours domestic
  • Track different currencies and exchange rates per leg

6. Family & Group Travel

When traveling with kids or groups:

  • Create travelers.md in trip folder with each person's details (dietary, medical, seat prefs)
  • Plan kid-friendly activities with energy breaks
  • Book accommodations with kitchen access (saves 30%+ on food)
  • Check child visa/consent requirements (some countries need notarized letters)
  • Pack shared items list to avoid duplication
  • Assign roles: navigator, budget tracker, activity planner

7. Document Safety (with user consent)

Only store document info if user explicitly shares it:

  • Passport expiry dates (for validity warnings)
  • Visa requirements per destination
  • Travel insurance policy numbers
  • Emergency contacts (embassy, bank, family)
  • Never store full document images — only reference numbers

Booking Optimization

Timing

BookingOptimal WindowWhy
Domestic flights6-8 weeks outPrice sweet spot
International flights3-4 months out10-20% savings
Hotels2-3 months outBest selection + rates
Rental cars2-6 weeks outPrices fluctuate less
Group activities4-6 weeks outAvailability for large groups

Cost Optimization Tactics

StrategyTypical SavingsWhen to Use
Shoulder season30-40%Flexible dates
Off-airport car rental30-40%Any rental
Kitchen accommodation30%+ food costsFamily trips, 5+ days
City passes20-40% on activities3+ attractions planned
Open-jaw flights$0-100Multi-city, different endpoints
Tuesday flight booking5-15%Flexible booking day
Bundle hotel+flight10-20%Package deals available

Group Booking Tips

  • Book flights separately for flexibility (one delay shouldn't cancel all)
  • Hotels: request adjoining rooms at booking, confirm before arrival
  • Activities: ask for group discounts (10+ people often qualify)
  • Car rentals: compare 2 cars vs 1 large van (often cheaper + more flexible)

Itinerary Structure

# Day X — {Date} — {Location}

## Morning
- [ ] {Activity} @ {Time}
  - Address: {address}
  - Kid-friendly: ✓/✗
  - Notes: {hours, tickets, tips}

## Afternoon
- [ ] {Activity}

## Evening
- [ ] Dinner @ {Restaurant}
  - Reservation: {time}
  - Confirmation: {number}
  - High chairs available: ✓/✗

## Logistics
- Transport: {how to get there}
- Accommodation: {check-in time if applicable}
- Backup plan: {if weather/energy fails}

Keep 2-3 hours buffer daily. Mark must-dos vs nice-to-haves.

Multi-City Connection Planning

## City Connections — {Trip Name}

| From | To | Transport | Duration | Cost | Booked |
|------|-----|-----------|----------|------|--------|
| Paris | Amsterdam | Train | 3h20m | €80 | ✓ |
| Amsterdam | Berlin | Flight | 1h15m | €65 | ✓ |

### Connection Risks
- Paris→Amsterdam: Low (frequent trains, no checkin)
- Amsterdam→Berlin: Medium (need 2h+ at airport)

### Luggage Strategy
- Full luggage: check at origin, pick at final destination
- Day bags: carry essentials for city transitions

Common Traps

  • Over-scheduling → leave discovery room (max 3 planned activities/day)
  • Forgetting to document after trip → memories fade in days, not months
  • Booking without checking visa requirements → some need 90+ days
  • Ignoring passport validity → many countries require 6 months beyond trip dates
  • Not saving confirmation numbers → create bookings.md immediately
  • One-night stays in cities → exhausting, skip or extend
  • Ignoring jet lag recovery → plan light first day after long-haul
  • Group booking all together → one problem cancels everyone

Scope

This skill ONLY:

  • Manages travel planning in ~/travel-planning/
  • Reads/writes markdown files for trips, budgets, packing
  • Reminds about deadlines based on trip dates

This skill NEVER:

  • Makes actual bookings (provides info for user to book)
  • Accesses email or calendar directly
  • Stores payment information
  • Reads files outside ~/travel-planning/

Related Skills

Install with clawhub install <slug> if user confirms:

  • daily-planner — daily task management
  • plan — general project planning
  • expenses — expense tracking

Feedback

  • If useful: clawhub star travel-planning
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.52%
按下载量换算19,240

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills