@robbiesrobotics/alice-agents 1.5.10 → 1.5.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -24
- package/bin/alice-install.mjs +5 -22
- package/lib/agent-registry.mjs +50 -9
- package/lib/alice-runtime-adapter.mjs +50 -0
- package/lib/doctor.mjs +1 -32
- package/lib/hermes-installer.mjs +33 -51
- package/lib/installer.mjs +171 -249
- package/lib/manifest.mjs +14 -9
- package/lib/prompter.mjs +2 -34
- package/lib/runtime-installer.mjs +314 -0
- package/lib/workspace-scaffolder.mjs +193 -17
- package/package.json +14 -9
- package/templates/agents-pro.json +147 -36
- package/templates/agents-starter.json +207 -7
- package/templates/workspaces/_shared/AGENTS-orchestrator.md +19 -9
- package/templates/workspaces/_shared/AGENTS.md +9 -0
- package/templates/workspaces/_shared/HEARTBEAT.md +18 -0
- package/templates/workspaces/_shared/PLAYBOOK.md +6 -6
- package/templates/workspaces/_shared/SOUL-coding.md +20 -0
- package/templates/workspaces/_shared/SOUL-hermes.md +20 -0
- package/templates/workspaces/_shared/SOUL-orchestrator.md +20 -0
- package/templates/workspaces/_shared/SOUL.md +20 -0
- package/templates/workspaces/athena/AGENTS.md +172 -0
- package/templates/workspaces/athena/SOUL.md +59 -0
- package/templates/workspaces/athena/TOOLS.md +63 -0
- package/templates/workspaces/devon/AGENTS.md +50 -34
- package/templates/workspaces/devon/TOOLS.md +20 -37
- package/templates/workspaces/dylan/AGENTS.md +44 -34
- package/templates/workspaces/dylan/TOOLS.md +11 -35
- package/templates/workspaces/felix/AGENTS.md +50 -34
- package/templates/workspaces/felix/TOOLS.md +20 -45
- package/templates/workspaces/morgan/AGENTS.md +48 -39
- package/templates/workspaces/morgan/TOOLS.md +26 -9
- package/templates/workspaces/priya/AGENTS.md +68 -0
- package/templates/workspaces/priya/TOOLS.md +32 -0
- package/templates/workspaces/quinn/AGENTS.md +50 -34
- package/templates/workspaces/quinn/TOOLS.md +30 -48
- package/templates/workspaces/sasha/AGENTS.md +68 -0
- package/templates/workspaces/sasha/TOOLS.md +32 -0
- package/bin/alice-cloud.cjs +0 -385
- package/lib/mission-control.mjs +0 -242
- package/snapshots/.gitkeep +0 -0
- package/templates/mission-control-bridge/index.ts +0 -695
- package/templates/mission-control-bridge/openclaw.plugin.json +0 -8
- package/templates/mission-control-bridge/package.json +0 -11
- package/templates/skills/.gitkeep +0 -0
- package/templates/skills/acculynx/SKILL.md +0 -183
- package/templates/skills/acculynx/references/analysis_template.py +0 -116
- package/templates/skills/acculynx/references/dashboard_page.tsx +0 -641
- package/templates/skills/claude-code/.gitkeep +0 -0
- package/templates/skills/claude-code/SKILL.md +0 -111
- package/templates/skills/coding-agent/SKILL.md +0 -68
- package/templates/skills/crawl4ai/SKILL.md +0 -119
- package/templates/skills/crawl4ai/scripts/crwl +0 -3
- package/templates/workspaces/.gitkeep +0 -0
- package/templates/workspaces/_shared/.gitkeep +0 -0
- package/templates/workspaces/accuscope/AGENTS.md +0 -38
- package/templates/workspaces/accuscope/FEEDBACK.md +0 -27
- package/templates/workspaces/accuscope/HEARTBEAT.md +0 -26
- package/templates/workspaces/accuscope/IDENTITY.md +0 -48
- package/templates/workspaces/accuscope/LEARNINGS.md +0 -46
- package/templates/workspaces/accuscope/MEMORY.md +0 -47
- package/templates/workspaces/accuscope/PLAYBOOK.md +0 -65
- package/templates/workspaces/accuscope/SOUL.md +0 -40
- package/templates/workspaces/accuscope/TOOLS.md +0 -63
- package/templates/workspaces/accuscope/USER.md +0 -39
- package/templates/workspaces/aiden/AGENTS.md +0 -52
- package/templates/workspaces/aiden/FEEDBACK.md +0 -12
- package/templates/workspaces/aiden/HEARTBEAT.md +0 -9
- package/templates/workspaces/aiden/IDENTITY.md +0 -6
- package/templates/workspaces/aiden/LEARNINGS.md +0 -6
- package/templates/workspaces/aiden/MEMORY.md +0 -22
- package/templates/workspaces/aiden/PLAYBOOK.md +0 -16
- package/templates/workspaces/aiden/SOUL.md +0 -39
- package/templates/workspaces/aiden/TOOLS.md +0 -57
- package/templates/workspaces/aiden/USER.md +0 -17
- package/templates/workspaces/alex/AGENTS.md +0 -52
- package/templates/workspaces/alex/FEEDBACK.md +0 -11
- package/templates/workspaces/alex/HEARTBEAT.md +0 -9
- package/templates/workspaces/alex/IDENTITY.md +0 -6
- package/templates/workspaces/alex/LEARNINGS.md +0 -5
- package/templates/workspaces/alex/MEMORY.md +0 -22
- package/templates/workspaces/alex/PLAYBOOK.md +0 -16
- package/templates/workspaces/alex/SOUL.md +0 -40
- package/templates/workspaces/alex/TOOLS.md +0 -56
- package/templates/workspaces/alex/USER.md +0 -13
- package/templates/workspaces/aria/AGENTS.md +0 -18
- package/templates/workspaces/aria/FEEDBACK.md +0 -12
- package/templates/workspaces/aria/HEARTBEAT.md +0 -32
- package/templates/workspaces/aria/IDENTITY.md +0 -12
- package/templates/workspaces/aria/LEARNINGS.md +0 -31
- package/templates/workspaces/aria/MEMORY.md +0 -29
- package/templates/workspaces/aria/PLAYBOOK.md +0 -71
- package/templates/workspaces/aria/SOUL.md +0 -57
- package/templates/workspaces/aria/TOOLS.md +0 -47
- package/templates/workspaces/aria/USER.md +0 -18
- package/templates/workspaces/audrey/AGENTS.md +0 -59
- package/templates/workspaces/audrey/FEEDBACK.md +0 -11
- package/templates/workspaces/audrey/HEARTBEAT.md +0 -9
- package/templates/workspaces/audrey/IDENTITY.md +0 -6
- package/templates/workspaces/audrey/LEARNINGS.md +0 -5
- package/templates/workspaces/audrey/MEMORY.md +0 -22
- package/templates/workspaces/audrey/PLAYBOOK.md +0 -16
- package/templates/workspaces/audrey/SOUL.md +0 -39
- package/templates/workspaces/audrey/TOOLS.md +0 -15
- package/templates/workspaces/audrey/USER.md +0 -13
- package/templates/workspaces/avery/AGENTS.md +0 -52
- package/templates/workspaces/avery/FEEDBACK.md +0 -12
- package/templates/workspaces/avery/HEARTBEAT.md +0 -5
- package/templates/workspaces/avery/IDENTITY.md +0 -6
- package/templates/workspaces/avery/LEARNINGS.md +0 -6
- package/templates/workspaces/avery/MEMORY.md +0 -22
- package/templates/workspaces/avery/PLAYBOOK.md +0 -16
- package/templates/workspaces/avery/SOUL.md +0 -40
- package/templates/workspaces/avery/TOOLS.md +0 -47
- package/templates/workspaces/avery/USER.md +0 -17
- package/templates/workspaces/avery/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/avery/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/caleb/AGENTS.md +0 -52
- package/templates/workspaces/caleb/FEEDBACK.md +0 -11
- package/templates/workspaces/caleb/HEARTBEAT.md +0 -9
- package/templates/workspaces/caleb/IDENTITY.md +0 -6
- package/templates/workspaces/caleb/LEARNINGS.md +0 -5
- package/templates/workspaces/caleb/MEMORY.md +0 -22
- package/templates/workspaces/caleb/PLAYBOOK.md +0 -16
- package/templates/workspaces/caleb/SOUL.md +0 -39
- package/templates/workspaces/caleb/TOOLS.md +0 -30
- package/templates/workspaces/caleb/USER.md +0 -13
- package/templates/workspaces/clara/AGENTS.md +0 -59
- package/templates/workspaces/clara/FEEDBACK.md +0 -12
- package/templates/workspaces/clara/HEARTBEAT.md +0 -5
- package/templates/workspaces/clara/IDENTITY.md +0 -6
- package/templates/workspaces/clara/LEARNINGS.md +0 -6
- package/templates/workspaces/clara/MEMORY.md +0 -22
- package/templates/workspaces/clara/PLAYBOOK.md +0 -16
- package/templates/workspaces/clara/SOUL.md +0 -39
- package/templates/workspaces/clara/TOOLS.md +0 -15
- package/templates/workspaces/clara/USER.md +0 -17
- package/templates/workspaces/daphne/AGENTS.md +0 -59
- package/templates/workspaces/daphne/FEEDBACK.md +0 -18
- package/templates/workspaces/daphne/HEARTBEAT.md +0 -5
- package/templates/workspaces/daphne/IDENTITY.md +0 -6
- package/templates/workspaces/daphne/LEARNINGS.md +0 -6
- package/templates/workspaces/daphne/MEMORY.md +0 -22
- package/templates/workspaces/daphne/PLAYBOOK.md +0 -48
- package/templates/workspaces/daphne/SOUL.md +0 -39
- package/templates/workspaces/daphne/TOOLS.md +0 -15
- package/templates/workspaces/daphne/USER.md +0 -17
- package/templates/workspaces/darius/AGENTS.md +0 -52
- package/templates/workspaces/darius/FEEDBACK.md +0 -12
- package/templates/workspaces/darius/HEARTBEAT.md +0 -5
- package/templates/workspaces/darius/IDENTITY.md +0 -6
- package/templates/workspaces/darius/LEARNINGS.md +0 -6
- package/templates/workspaces/darius/MEMORY.md +0 -22
- package/templates/workspaces/darius/PLAYBOOK.md +0 -16
- package/templates/workspaces/darius/SOUL.md +0 -40
- package/templates/workspaces/darius/TOOLS.md +0 -57
- package/templates/workspaces/darius/USER.md +0 -17
- package/templates/workspaces/darius/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/darius/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/devon/FEEDBACK.md +0 -11
- package/templates/workspaces/devon/HEARTBEAT.md +0 -5
- package/templates/workspaces/devon/IDENTITY.md +0 -6
- package/templates/workspaces/devon/LEARNINGS.md +0 -11
- package/templates/workspaces/devon/MEMORY.md +0 -22
- package/templates/workspaces/devon/PLAYBOOK.md +0 -16
- package/templates/workspaces/devon/SOUL.md +0 -40
- package/templates/workspaces/devon/USER.md +0 -13
- package/templates/workspaces/devon/check_github.py +0 -12
- package/templates/workspaces/devon/check_mc_env.py +0 -30
- package/templates/workspaces/devon/check_sb.py +0 -34
- package/templates/workspaces/devon/check_vercel.py +0 -12
- package/templates/workspaces/devon/get_mc_files.py +0 -17
- package/templates/workspaces/devon/write_heartbeat.py +0 -67
- package/templates/workspaces/dylan/.env.example +0 -33
- package/templates/workspaces/dylan/00007_verify_licenses_table.sql +0 -100
- package/templates/workspaces/dylan/FEEDBACK.md +0 -28
- package/templates/workspaces/dylan/HEARTBEAT.md +0 -5
- package/templates/workspaces/dylan/IDENTITY.md +0 -6
- package/templates/workspaces/dylan/LEARNINGS.md +0 -70
- package/templates/workspaces/dylan/MEMORY.md +0 -22
- package/templates/workspaces/dylan/PLAYBOOK.md +0 -16
- package/templates/workspaces/dylan/SOUL.md +0 -42
- package/templates/workspaces/dylan/STRIPE_PIPELINE.md +0 -185
- package/templates/workspaces/dylan/USER.md +0 -17
- package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +0 -123
- package/templates/workspaces/dylan/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/dylan/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/dylan/stripe-webhook-handler.py +0 -433
- package/templates/workspaces/dylan/test_mock_webhook.py +0 -103
- package/templates/workspaces/elena/AGENTS.md +0 -59
- package/templates/workspaces/elena/FEEDBACK.md +0 -11
- package/templates/workspaces/elena/HEARTBEAT.md +0 -9
- package/templates/workspaces/elena/IDENTITY.md +0 -6
- package/templates/workspaces/elena/LEARNINGS.md +0 -5
- package/templates/workspaces/elena/MEMORY.md +0 -22
- package/templates/workspaces/elena/PLAYBOOK.md +0 -16
- package/templates/workspaces/elena/SOUL.md +0 -39
- package/templates/workspaces/elena/TOOLS.md +0 -15
- package/templates/workspaces/elena/USER.md +0 -13
- package/templates/workspaces/eva/AGENTS.md +0 -59
- package/templates/workspaces/eva/FEEDBACK.md +0 -11
- package/templates/workspaces/eva/HEARTBEAT.md +0 -9
- package/templates/workspaces/eva/IDENTITY.md +0 -6
- package/templates/workspaces/eva/LEARNINGS.md +0 -5
- package/templates/workspaces/eva/MEMORY.md +0 -22
- package/templates/workspaces/eva/PLAYBOOK.md +0 -16
- package/templates/workspaces/eva/SOUL.md +0 -39
- package/templates/workspaces/eva/TOOLS.md +0 -15
- package/templates/workspaces/eva/USER.md +0 -13
- package/templates/workspaces/felix/FEEDBACK.md +0 -11
- package/templates/workspaces/felix/HEARTBEAT.md +0 -5
- package/templates/workspaces/felix/IDENTITY.md +0 -6
- package/templates/workspaces/felix/LEARNINGS.md +0 -17
- package/templates/workspaces/felix/MEMORY.md +0 -22
- package/templates/workspaces/felix/PLAYBOOK.md +0 -16
- package/templates/workspaces/felix/SOUL.md +0 -40
- package/templates/workspaces/felix/USER.md +0 -13
- package/templates/workspaces/felix/fidelia-psychology.html +0 -1594
- package/templates/workspaces/felix/task.txt +0 -164
- package/templates/workspaces/hannah/AGENTS.md +0 -59
- package/templates/workspaces/hannah/FEEDBACK.md +0 -12
- package/templates/workspaces/hannah/HEARTBEAT.md +0 -5
- package/templates/workspaces/hannah/IDENTITY.md +0 -6
- package/templates/workspaces/hannah/LEARNINGS.md +0 -6
- package/templates/workspaces/hannah/MEMORY.md +0 -22
- package/templates/workspaces/hannah/PLAYBOOK.md +0 -16
- package/templates/workspaces/hannah/SOUL.md +0 -39
- package/templates/workspaces/hannah/TOOLS.md +0 -15
- package/templates/workspaces/hannah/USER.md +0 -17
- package/templates/workspaces/isaac/AGENTS.md +0 -52
- package/templates/workspaces/isaac/FEEDBACK.md +0 -12
- package/templates/workspaces/isaac/HEARTBEAT.md +0 -9
- package/templates/workspaces/isaac/IDENTITY.md +0 -6
- package/templates/workspaces/isaac/LEARNINGS.md +0 -6
- package/templates/workspaces/isaac/MEMORY.md +0 -22
- package/templates/workspaces/isaac/PLAYBOOK.md +0 -16
- package/templates/workspaces/isaac/SOUL.md +0 -40
- package/templates/workspaces/isaac/TOOLS.md +0 -52
- package/templates/workspaces/isaac/USER.md +0 -17
- package/templates/workspaces/isaac/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/isaac/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/logan/AGENTS.md +0 -59
- package/templates/workspaces/logan/FEEDBACK.md +0 -11
- package/templates/workspaces/logan/HEARTBEAT.md +0 -9
- package/templates/workspaces/logan/IDENTITY.md +0 -6
- package/templates/workspaces/logan/LEARNINGS.md +0 -5
- package/templates/workspaces/logan/MEMORY.md +0 -22
- package/templates/workspaces/logan/PLAYBOOK.md +0 -16
- package/templates/workspaces/logan/SOUL.md +0 -39
- package/templates/workspaces/logan/TOOLS.md +0 -15
- package/templates/workspaces/logan/USER.md +0 -13
- package/templates/workspaces/maxxipro/AGENTS.md +0 -29
- package/templates/workspaces/maxxipro/FEEDBACK.md +0 -19
- package/templates/workspaces/maxxipro/HEARTBEAT.md +0 -22
- package/templates/workspaces/maxxipro/IDENTITY.md +0 -35
- package/templates/workspaces/maxxipro/KNOWLEDGE.md +0 -335
- package/templates/workspaces/maxxipro/LEARNINGS.md +0 -47
- package/templates/workspaces/maxxipro/MEMORY.md +0 -60
- package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +0 -143
- package/templates/workspaces/maxxipro/PLAYBOOK.md +0 -81
- package/templates/workspaces/maxxipro/SOUL.md +0 -146
- package/templates/workspaces/maxxipro/TOOLS.md +0 -81
- package/templates/workspaces/maxxipro/USER.md +0 -40
- package/templates/workspaces/morgan/FEEDBACK.md +0 -19
- package/templates/workspaces/morgan/HEARTBEAT.md +0 -5
- package/templates/workspaces/morgan/IDENTITY.md +0 -6
- package/templates/workspaces/morgan/LEARNINGS.md +0 -18
- package/templates/workspaces/morgan/MEMORY.md +0 -22
- package/templates/workspaces/morgan/PLAYBOOK.md +0 -16
- package/templates/workspaces/morgan/SOUL.md +0 -39
- package/templates/workspaces/morgan/USER.md +0 -13
- package/templates/workspaces/nadia/AGENTS.md +0 -59
- package/templates/workspaces/nadia/FEEDBACK.md +0 -12
- package/templates/workspaces/nadia/HEARTBEAT.md +0 -5
- package/templates/workspaces/nadia/IDENTITY.md +0 -6
- package/templates/workspaces/nadia/LEARNINGS.md +0 -6
- package/templates/workspaces/nadia/MEMORY.md +0 -22
- package/templates/workspaces/nadia/PLAYBOOK.md +0 -16
- package/templates/workspaces/nadia/SOUL.md +0 -39
- package/templates/workspaces/nadia/TOOLS.md +0 -15
- package/templates/workspaces/nadia/USER.md +0 -13
- package/templates/workspaces/nate/AGENTS.md +0 -24
- package/templates/workspaces/nate/FEEDBACK.md +0 -12
- package/templates/workspaces/nate/HEARTBEAT.md +0 -33
- package/templates/workspaces/nate/IDENTITY.md +0 -15
- package/templates/workspaces/nate/LEARNINGS.md +0 -33
- package/templates/workspaces/nate/MEMORY.md +0 -39
- package/templates/workspaces/nate/PLAYBOOK.md +0 -160
- package/templates/workspaces/nate/SOUL.md +0 -50
- package/templates/workspaces/nate/TOOLS.md +0 -111
- package/templates/workspaces/nate/USER.md +0 -32
- package/templates/workspaces/olivia/.last-openclaw-version +0 -1
- package/templates/workspaces/olivia/.npmrc.tmp +0 -0
- package/templates/workspaces/olivia/AGENTS.md +0 -77
- package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +0 -148
- package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +0 -393
- package/templates/workspaces/olivia/FEEDBACK.md +0 -13
- package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +0 -1289
- package/templates/workspaces/olivia/HEARTBEAT.md +0 -267
- package/templates/workspaces/olivia/IDENTITY.md +0 -6
- package/templates/workspaces/olivia/LEARNINGS.md +0 -708
- package/templates/workspaces/olivia/MEMORY.md +0 -202
- package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +0 -1143
- package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +0 -175
- package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +0 -1556
- package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +0 -947
- package/templates/workspaces/olivia/PLAYBOOK.md +0 -42
- package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +0 -150
- package/templates/workspaces/olivia/SOUL.md +0 -42
- package/templates/workspaces/olivia/TOOLS.md +0 -15
- package/templates/workspaces/olivia/USER.md +0 -17
- package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +0 -50
- package/templates/workspaces/olivia/dzombo-copy-rewrite.md +0 -115
- package/templates/workspaces/olivia/dzombo-implementation-plan.md +0 -1248
- package/templates/workspaces/olivia/fidelia-psychology.html +0 -1594
- package/templates/workspaces/olivia/lead_debug.png +0 -0
- package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
- package/templates/workspaces/olivia/operation-bllm-research.md +0 -157
- package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +0 -538
- package/templates/workspaces/olivia/roofmaxx_logo.svg +0 -1
- package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
- package/templates/workspaces/olivia/skills/1password/SKILL.md +0 -53
- package/templates/workspaces/olivia/skills/1password/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +0 -57
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +0 -534
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/agent-security/SKILL.md +0 -69
- package/templates/workspaces/olivia/skills/agent-security/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +0 -855
- package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +0 -67
- package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +0 -12
- package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +0 -1104
- package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +0 -181
- package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-researcher/README.md +0 -31
- package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +0 -59
- package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +0 -19
- package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +0 -100
- package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +0 -309
- package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +0 -232
- package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/api-generator/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/api-generator/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/api-generator/tips.md +0 -10
- package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +0 -50
- package/templates/workspaces/olivia/skills/apple-notes/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +0 -67
- package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +0 -267
- package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +0 -46
- package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +0 -148
- package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +0 -75
- package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +0 -115
- package/templates/workspaces/olivia/skills/azure-devops/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +0 -46
- package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/blucli/SKILL.md +0 -27
- package/templates/workspaces/olivia/skills/blucli/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +0 -92
- package/templates/workspaces/olivia/skills/check-analytics/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +0 -89
- package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +0 -50
- package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +0 -61
- package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-storage/auth.md +0 -97
- package/templates/workspaces/olivia/skills/cloud-storage/costs.md +0 -88
- package/templates/workspaces/olivia/skills/cloud-storage/providers.md +0 -55
- package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +0 -107
- package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +0 -21
- package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/database-designer/README.md +0 -388
- package/templates/workspaces/olivia/skills/database-designer/SKILL.md +0 -66
- package/templates/workspaces/olivia/skills/database-designer/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +0 -926
- package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +0 -1199
- package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +0 -982
- package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +0 -255
- package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +0 -72
- package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +0 -489
- package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +0 -72
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +0 -226
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +0 -47
- package/templates/workspaces/olivia/skills/gifgrep/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/github/SKILL.md +0 -47
- package/templates/workspaces/olivia/skills/github/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/gog/SKILL.md +0 -36
- package/templates/workspaces/olivia/skills/gog/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +0 -135
- package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +0 -4
- package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +0 -130
- package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/himalaya/SKILL.md +0 -217
- package/templates/workspaces/olivia/skills/himalaya/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +0 -117
- package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +0 -54
- package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/human-writing/SKILL.md +0 -41
- package/templates/workspaces/olivia/skills/human-writing/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/imsg/SKILL.md +0 -25
- package/templates/workspaces/olivia/skills/imsg/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +0 -124
- package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +0 -75
- package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +0 -168
- package/templates/workspaces/olivia/skills/in-depth-research/sources.md +0 -80
- package/templates/workspaces/olivia/skills/javascript-skills/README.md +0 -71
- package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +0 -746
- package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +0 -147
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/market-research-agent/README.md +0 -29
- package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +0 -52
- package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +0 -74
- package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +0 -125
- package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +0 -398
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +0 -53
- package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/obsidian/SKILL.md +0 -55
- package/templates/workspaces/olivia/skills/obsidian/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +0 -125
- package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +0 -35
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +0 -73
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +0 -161
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +0 -130
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +0 -36
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +0 -19
- package/templates/workspaces/olivia/skills/openhue/SKILL.md +0 -30
- package/templates/workspaces/olivia/skills/openhue/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +0 -41
- package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/outreach/SKILL.md +0 -84
- package/templates/workspaces/olivia/skills/outreach/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/outreach/by-type.md +0 -166
- package/templates/workspaces/olivia/skills/outreach/templates.md +0 -154
- package/templates/workspaces/olivia/skills/outreach/tracking.md +0 -145
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +0 -38
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +0 -161
- package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/personal-productivity/index.js +0 -363
- package/templates/workspaces/olivia/skills/personal-productivity/package.json +0 -15
- package/templates/workspaces/olivia/skills/personal-travel/README.md +0 -34
- package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +0 -46
- package/templates/workspaces/olivia/skills/personal-travel/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +0 -185
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/product-manager/SKILL.md +0 -77
- package/templates/workspaces/olivia/skills/product-manager/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +0 -28
- package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +0 -29
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +0 -45
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +0 -399
- package/templates/workspaces/olivia/skills/security-auditor/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +0 -296
- package/templates/workspaces/olivia/skills/security-hardening/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +0 -67
- package/templates/workspaces/olivia/skills/security-scanner/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +0 -31
- package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/service-booking/SKILL.md +0 -193
- package/templates/workspaces/olivia/skills/service-booking/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +0 -131
- package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +0 -29
- package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +0 -26
- package/templates/workspaces/olivia/skills/sonoscli/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +0 -33
- package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/summarize/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/summarize/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/things-mac/SKILL.md +0 -61
- package/templates/workspaces/olivia/skills/things-mac/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +0 -121
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +0 -36
- package/templates/workspaces/olivia/skills/travel-manager/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +0 -238
- package/templates/workspaces/olivia/skills/travel-planning/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +0 -91
- package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +0 -111
- package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +0 -131
- package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +0 -155
- package/templates/workspaces/olivia/skills/travel-planning/setup.md +0 -66
- package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +0 -143
- package/templates/workspaces/olivia/skills/update-it-all/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/voice/SKILL.md +0 -62
- package/templates/workspaces/olivia/skills/weather/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/weather/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +0 -21
- package/templates/workspaces/olivia/skills/web-researcher/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/website-seo/SKILL.md +0 -284
- package/templates/workspaces/olivia/skills/website-seo/_meta.json +0 -6
- package/templates/workspaces/olivia/stripe-welcome-n8n.json +0 -103
- package/templates/workspaces/olivia/test2.wav.wav +0 -0
- package/templates/workspaces/olivia/test_speech.json +0 -1
- package/templates/workspaces/olivia/test_speech.srt +0 -0
- package/templates/workspaces/olivia/test_speech.tsv +0 -1
- package/templates/workspaces/olivia/test_speech.txt +0 -0
- package/templates/workspaces/olivia/test_speech.vtt +0 -2
- package/templates/workspaces/owen/AGENTS.md +0 -59
- package/templates/workspaces/owen/FEEDBACK.md +0 -12
- package/templates/workspaces/owen/HEARTBEAT.md +0 -5
- package/templates/workspaces/owen/IDENTITY.md +0 -6
- package/templates/workspaces/owen/LEARNINGS.md +0 -46
- package/templates/workspaces/owen/MEMORY.md +0 -22
- package/templates/workspaces/owen/PLAYBOOK.md +0 -16
- package/templates/workspaces/owen/SOUL.md +0 -39
- package/templates/workspaces/owen/TOOLS.md +0 -15
- package/templates/workspaces/owen/USER.md +0 -17
- package/templates/workspaces/parker/AGENTS.md +0 -59
- package/templates/workspaces/parker/FEEDBACK.md +0 -11
- package/templates/workspaces/parker/HEARTBEAT.md +0 -5
- package/templates/workspaces/parker/IDENTITY.md +0 -6
- package/templates/workspaces/parker/LEARNINGS.md +0 -17
- package/templates/workspaces/parker/MEMORY.md +0 -22
- package/templates/workspaces/parker/PLAYBOOK.md +0 -16
- package/templates/workspaces/parker/SOUL.md +0 -39
- package/templates/workspaces/parker/TOOLS.md +0 -15
- package/templates/workspaces/parker/USER.md +0 -13
- package/templates/workspaces/quinn/FEEDBACK.md +0 -11
- package/templates/workspaces/quinn/HEARTBEAT.md +0 -5
- package/templates/workspaces/quinn/IDENTITY.md +0 -6
- package/templates/workspaces/quinn/LEARNINGS.md +0 -35
- package/templates/workspaces/quinn/MEMORY.md +0 -22
- package/templates/workspaces/quinn/PLAYBOOK.md +0 -16
- package/templates/workspaces/quinn/SOUL.md +0 -40
- package/templates/workspaces/quinn/USER.md +0 -17
- package/templates/workspaces/quinn/alice-login-page.png +0 -0
- package/templates/workspaces/rowan/AGENTS.md +0 -59
- package/templates/workspaces/rowan/FEEDBACK.md +0 -12
- package/templates/workspaces/rowan/HEARTBEAT.md +0 -5
- package/templates/workspaces/rowan/IDENTITY.md +0 -6
- package/templates/workspaces/rowan/LEARNINGS.md +0 -12
- package/templates/workspaces/rowan/MEMORY.md +0 -22
- package/templates/workspaces/rowan/PLAYBOOK.md +0 -16
- package/templates/workspaces/rowan/SOUL.md +0 -40
- package/templates/workspaces/rowan/TOOLS.md +0 -59
- package/templates/workspaces/rowan/USER.md +0 -17
- package/templates/workspaces/selena/AGENTS.md +0 -59
- package/templates/workspaces/selena/FEEDBACK.md +0 -12
- package/templates/workspaces/selena/HEARTBEAT.md +0 -5
- package/templates/workspaces/selena/IDENTITY.md +0 -6
- package/templates/workspaces/selena/LEARNINGS.md +0 -24
- package/templates/workspaces/selena/MEMORY.md +0 -22
- package/templates/workspaces/selena/PLAYBOOK.md +0 -16
- package/templates/workspaces/selena/SOUL.md +0 -40
- package/templates/workspaces/selena/TOOLS.md +0 -47
- package/templates/workspaces/selena/USER.md +0 -17
- package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +0 -791
- package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +0 -866
- package/templates/workspaces/sloane/AGENTS.md +0 -59
- package/templates/workspaces/sloane/FEEDBACK.md +0 -12
- package/templates/workspaces/sloane/HEARTBEAT.md +0 -9
- package/templates/workspaces/sloane/IDENTITY.md +0 -6
- package/templates/workspaces/sloane/LEARNINGS.md +0 -6
- package/templates/workspaces/sloane/MEMORY.md +0 -22
- package/templates/workspaces/sloane/PLAYBOOK.md +0 -16
- package/templates/workspaces/sloane/SOUL.md +0 -39
- package/templates/workspaces/sloane/TOOLS.md +0 -15
- package/templates/workspaces/sloane/USER.md +0 -13
- package/templates/workspaces/smoketestagent/AGENTS.md +0 -52
- package/templates/workspaces/smoketestagent/FEEDBACK.md +0 -3
- package/templates/workspaces/smoketestagent/HEARTBEAT.md +0 -14
- package/templates/workspaces/smoketestagent/IDENTITY.md +0 -6
- package/templates/workspaces/smoketestagent/LEARNINGS.md +0 -3
- package/templates/workspaces/smoketestagent/MEMORY.md +0 -24
- package/templates/workspaces/smoketestagent/PLAYBOOK.md +0 -7
- package/templates/workspaces/smoketestagent/SOUL.md +0 -32
- package/templates/workspaces/smoketestagent/TOOLS.md +0 -13
- package/templates/workspaces/smoketestagent/USER.md +0 -5
- package/templates/workspaces/sophie/AGENTS.md +0 -59
- package/templates/workspaces/sophie/FEEDBACK.md +0 -12
- package/templates/workspaces/sophie/HEARTBEAT.md +0 -9
- package/templates/workspaces/sophie/IDENTITY.md +0 -6
- package/templates/workspaces/sophie/LEARNINGS.md +0 -6
- package/templates/workspaces/sophie/MEMORY.md +0 -22
- package/templates/workspaces/sophie/PLAYBOOK.md +0 -16
- package/templates/workspaces/sophie/SOUL.md +0 -39
- package/templates/workspaces/sophie/TOOLS.md +0 -15
- package/templates/workspaces/sophie/USER.md +0 -17
- package/templates/workspaces/tommy/AGENTS.md +0 -59
- package/templates/workspaces/tommy/FEEDBACK.md +0 -12
- package/templates/workspaces/tommy/HEARTBEAT.md +0 -9
- package/templates/workspaces/tommy/IDENTITY.md +0 -6
- package/templates/workspaces/tommy/LEARNINGS.md +0 -6
- package/templates/workspaces/tommy/MEMORY.md +0 -22
- package/templates/workspaces/tommy/PLAYBOOK.md +0 -16
- package/templates/workspaces/tommy/SOUL.md +0 -39
- package/templates/workspaces/tommy/TOOLS.md +0 -15
- package/templates/workspaces/tommy/USER.md +0 -17
- package/templates/workspaces/uma/AGENTS.md +0 -59
- package/templates/workspaces/uma/FEEDBACK.md +0 -11
- package/templates/workspaces/uma/HEARTBEAT.md +0 -5
- package/templates/workspaces/uma/IDENTITY.md +0 -6
- package/templates/workspaces/uma/LEARNINGS.md +0 -11
- package/templates/workspaces/uma/MEMORY.md +0 -22
- package/templates/workspaces/uma/PLAYBOOK.md +0 -16
- package/templates/workspaces/uma/SOUL.md +0 -39
- package/templates/workspaces/uma/TOOLS.md +0 -15
- package/templates/workspaces/uma/USER.md +0 -13
- package/tools/.gitkeep +0 -0
|
@@ -1,238 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Travel Planning
|
|
3
|
-
slug: travel-planning
|
|
4
|
-
version: 1.0.1
|
|
5
|
-
homepage: https://clawic.com/skills/travel-planning
|
|
6
|
-
description: Plan trips with itineraries, multi-city routing, budget optimization, family logistics, packing lists, and visa timelines.
|
|
7
|
-
changelog: Fixed all references to use travel-planning consistently.
|
|
8
|
-
metadata: {"clawdbot":{"emoji":"✈️","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
## Setup
|
|
12
|
-
|
|
13
|
-
On first use, read `setup.md` for onboarding guidelines. Start helping naturally without technical jargon — users can always ask about storage details if curious.
|
|
14
|
-
|
|
15
|
-
## When to Use
|
|
16
|
-
|
|
17
|
-
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.
|
|
18
|
-
|
|
19
|
-
## Architecture
|
|
20
|
-
|
|
21
|
-
Memory lives in `~/travel-planning/`. See `memory-template.md` for structure.
|
|
22
|
-
|
|
23
|
-
```
|
|
24
|
-
~/travel-planning/
|
|
25
|
-
├── memory.md # Preferences + travel history summary
|
|
26
|
-
├── wishlist/ # Dream destinations
|
|
27
|
-
│ └── {destination}.md
|
|
28
|
-
├── trips/ # Active and upcoming trips
|
|
29
|
-
│ └── {trip-name}/
|
|
30
|
-
│ ├── overview.md
|
|
31
|
-
│ ├── itinerary.md
|
|
32
|
-
│ ├── bookings.md
|
|
33
|
-
│ ├── packing.md
|
|
34
|
-
│ ├── budget.md
|
|
35
|
-
│ └── travelers.md # For group/family trips
|
|
36
|
-
├── completed/ # Past trips with notes
|
|
37
|
-
├── templates/ # Reusable packing lists
|
|
38
|
-
└── documents/ # Passport, visa info, insurance
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## Quick Reference
|
|
42
|
-
|
|
43
|
-
| Topic | File |
|
|
44
|
-
|-------|------|
|
|
45
|
-
| Setup process | `setup.md` |
|
|
46
|
-
| Memory template | `memory-template.md` |
|
|
47
|
-
| Booking timing | `booking-guide.md` |
|
|
48
|
-
| Packing templates | `packing-templates.md` |
|
|
49
|
-
| Multi-city planning | `multi-city.md` |
|
|
50
|
-
|
|
51
|
-
## Core Rules
|
|
52
|
-
|
|
53
|
-
### 1. Check Memory First
|
|
54
|
-
Before any trip planning, read `~/travel-planning/memory.md` for:
|
|
55
|
-
- Travel style preferences (budget, pace, accommodation type)
|
|
56
|
-
- Past trip patterns (average daily spend, packing habits)
|
|
57
|
-
- Document status (passport expiry, frequent flyer numbers)
|
|
58
|
-
- Family/group composition if applicable
|
|
59
|
-
|
|
60
|
-
### 2. Trip Lifecycle
|
|
61
|
-
| Phase | Action |
|
|
62
|
-
|-------|--------|
|
|
63
|
-
| Dream | Add to `wishlist/` with why, when, budget estimate |
|
|
64
|
-
| Plan | Create trip folder in `trips/` when dates confirmed |
|
|
65
|
-
| Book | Track confirmations in trip's bookings.md, update budget |
|
|
66
|
-
| Travel | Reference itinerary, log actual expenses |
|
|
67
|
-
| Return | Move to `completed/`, document highlights and lessons |
|
|
68
|
-
|
|
69
|
-
### 3. Booking Timeline Reminders
|
|
70
|
-
Proactively remind based on trip dates:
|
|
71
|
-
- 90 days out: Complex visas (China, Russia, India), group bookings
|
|
72
|
-
- 60 days out: International flights, travel insurance for pre-existing conditions
|
|
73
|
-
- 45 days out: Hotels, standard visas, rental cars for groups
|
|
74
|
-
- 30 days out: Activities, restaurant reservations, special requests
|
|
75
|
-
- 14 days out: Travel insurance (general), kids' documents check
|
|
76
|
-
- 7 days out: Bank notifications, packing list finalization, check-in reminders
|
|
77
|
-
|
|
78
|
-
### 4. Budget Tracking & Optimization
|
|
79
|
-
For each trip, track in its budget.md:
|
|
80
|
-
```markdown
|
|
81
|
-
## Budget — {Trip Name}
|
|
82
|
-
|
|
83
|
-
### Per-Person Breakdown (for groups)
|
|
84
|
-
| Traveler | Share | Notes |
|
|
85
|
-
|----------|-------|-------|
|
|
86
|
-
| Adult 1 | $X | Organizer |
|
|
87
|
-
| Adult 2 | $X | |
|
|
88
|
-
| Child | $X | 50% activities |
|
|
89
|
-
|
|
90
|
-
### Planned
|
|
91
|
-
| Category | Estimate | Optimization Applied |
|
|
92
|
-
|----------|----------|---------------------|
|
|
93
|
-
| Flights | $X | Shoulder season ✓ |
|
|
94
|
-
| Hotels | $X | Kitchen saves meals |
|
|
95
|
-
| Transport | $X | Off-airport rental |
|
|
96
|
-
| Food | $X | ~$Y/day/person |
|
|
97
|
-
| Activities | $X | City passes ✓ |
|
|
98
|
-
| **Total** | **$X** | **Saved: $Y** |
|
|
99
|
-
|
|
100
|
-
### Actual (update during/after)
|
|
101
|
-
| Category | Spent | vs Planned |
|
|
102
|
-
|----------|-------|------------|
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
### 5. Multi-City & Complex Itineraries
|
|
106
|
-
For trips with 2+ cities:
|
|
107
|
-
- Plan minimum 2 nights per city (avoid one-night stays)
|
|
108
|
-
- Group geographically close destinations
|
|
109
|
-
- Consider open-jaw flights (fly into A, out of B) — often same price
|
|
110
|
-
- Build connection buffers: 4+ hours international, 2+ hours domestic
|
|
111
|
-
- Track different currencies and exchange rates per leg
|
|
112
|
-
|
|
113
|
-
### 6. Family & Group Travel
|
|
114
|
-
When traveling with kids or groups:
|
|
115
|
-
- Create travelers.md in trip folder with each person's details (dietary, medical, seat prefs)
|
|
116
|
-
- Plan kid-friendly activities with energy breaks
|
|
117
|
-
- Book accommodations with kitchen access (saves 30%+ on food)
|
|
118
|
-
- Check child visa/consent requirements (some countries need notarized letters)
|
|
119
|
-
- Pack shared items list to avoid duplication
|
|
120
|
-
- Assign roles: navigator, budget tracker, activity planner
|
|
121
|
-
|
|
122
|
-
### 7. Document Safety (with user consent)
|
|
123
|
-
Only store document info if user explicitly shares it:
|
|
124
|
-
- Passport expiry dates (for validity warnings)
|
|
125
|
-
- Visa requirements per destination
|
|
126
|
-
- Travel insurance policy numbers
|
|
127
|
-
- Emergency contacts (embassy, bank, family)
|
|
128
|
-
- Never store full document images — only reference numbers
|
|
129
|
-
|
|
130
|
-
## Booking Optimization
|
|
131
|
-
|
|
132
|
-
### Timing
|
|
133
|
-
| Booking | Optimal Window | Why |
|
|
134
|
-
|---------|----------------|-----|
|
|
135
|
-
| Domestic flights | 6-8 weeks out | Price sweet spot |
|
|
136
|
-
| International flights | 3-4 months out | 10-20% savings |
|
|
137
|
-
| Hotels | 2-3 months out | Best selection + rates |
|
|
138
|
-
| Rental cars | 2-6 weeks out | Prices fluctuate less |
|
|
139
|
-
| Group activities | 4-6 weeks out | Availability for large groups |
|
|
140
|
-
|
|
141
|
-
### Cost Optimization Tactics
|
|
142
|
-
| Strategy | Typical Savings | When to Use |
|
|
143
|
-
|----------|-----------------|-------------|
|
|
144
|
-
| Shoulder season | 30-40% | Flexible dates |
|
|
145
|
-
| Off-airport car rental | 30-40% | Any rental |
|
|
146
|
-
| Kitchen accommodation | 30%+ food costs | Family trips, 5+ days |
|
|
147
|
-
| City passes | 20-40% on activities | 3+ attractions planned |
|
|
148
|
-
| Open-jaw flights | $0-100 | Multi-city, different endpoints |
|
|
149
|
-
| Tuesday flight booking | 5-15% | Flexible booking day |
|
|
150
|
-
| Bundle hotel+flight | 10-20% | Package deals available |
|
|
151
|
-
|
|
152
|
-
### Group Booking Tips
|
|
153
|
-
- Book flights separately for flexibility (one delay shouldn't cancel all)
|
|
154
|
-
- Hotels: request adjoining rooms at booking, confirm before arrival
|
|
155
|
-
- Activities: ask for group discounts (10+ people often qualify)
|
|
156
|
-
- Car rentals: compare 2 cars vs 1 large van (often cheaper + more flexible)
|
|
157
|
-
|
|
158
|
-
## Itinerary Structure
|
|
159
|
-
|
|
160
|
-
```markdown
|
|
161
|
-
# Day X — {Date} — {Location}
|
|
162
|
-
|
|
163
|
-
## Morning
|
|
164
|
-
- [ ] {Activity} @ {Time}
|
|
165
|
-
- Address: {address}
|
|
166
|
-
- Kid-friendly: ✓/✗
|
|
167
|
-
- Notes: {hours, tickets, tips}
|
|
168
|
-
|
|
169
|
-
## Afternoon
|
|
170
|
-
- [ ] {Activity}
|
|
171
|
-
|
|
172
|
-
## Evening
|
|
173
|
-
- [ ] Dinner @ {Restaurant}
|
|
174
|
-
- Reservation: {time}
|
|
175
|
-
- Confirmation: {number}
|
|
176
|
-
- High chairs available: ✓/✗
|
|
177
|
-
|
|
178
|
-
## Logistics
|
|
179
|
-
- Transport: {how to get there}
|
|
180
|
-
- Accommodation: {check-in time if applicable}
|
|
181
|
-
- Backup plan: {if weather/energy fails}
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
Keep 2-3 hours buffer daily. Mark must-dos vs nice-to-haves.
|
|
185
|
-
|
|
186
|
-
## Multi-City Connection Planning
|
|
187
|
-
|
|
188
|
-
```markdown
|
|
189
|
-
## City Connections — {Trip Name}
|
|
190
|
-
|
|
191
|
-
| From | To | Transport | Duration | Cost | Booked |
|
|
192
|
-
|------|-----|-----------|----------|------|--------|
|
|
193
|
-
| Paris | Amsterdam | Train | 3h20m | €80 | ✓ |
|
|
194
|
-
| Amsterdam | Berlin | Flight | 1h15m | €65 | ✓ |
|
|
195
|
-
|
|
196
|
-
### Connection Risks
|
|
197
|
-
- Paris→Amsterdam: Low (frequent trains, no checkin)
|
|
198
|
-
- Amsterdam→Berlin: Medium (need 2h+ at airport)
|
|
199
|
-
|
|
200
|
-
### Luggage Strategy
|
|
201
|
-
- Full luggage: check at origin, pick at final destination
|
|
202
|
-
- Day bags: carry essentials for city transitions
|
|
203
|
-
```
|
|
204
|
-
|
|
205
|
-
## Common Traps
|
|
206
|
-
|
|
207
|
-
- Over-scheduling → leave discovery room (max 3 planned activities/day)
|
|
208
|
-
- Forgetting to document after trip → memories fade in days, not months
|
|
209
|
-
- Booking without checking visa requirements → some need 90+ days
|
|
210
|
-
- Ignoring passport validity → many countries require 6 months beyond trip dates
|
|
211
|
-
- Not saving confirmation numbers → create bookings.md immediately
|
|
212
|
-
- One-night stays in cities → exhausting, skip or extend
|
|
213
|
-
- Ignoring jet lag recovery → plan light first day after long-haul
|
|
214
|
-
- Group booking all together → one problem cancels everyone
|
|
215
|
-
|
|
216
|
-
## Scope
|
|
217
|
-
|
|
218
|
-
This skill ONLY:
|
|
219
|
-
- Manages travel planning in `~/travel-planning/`
|
|
220
|
-
- Reads/writes markdown files for trips, budgets, packing
|
|
221
|
-
- Reminds about deadlines based on trip dates
|
|
222
|
-
|
|
223
|
-
This skill NEVER:
|
|
224
|
-
- Makes actual bookings (provides info for user to book)
|
|
225
|
-
- Accesses email or calendar directly
|
|
226
|
-
- Stores payment information
|
|
227
|
-
- Reads files outside `~/travel-planning/`
|
|
228
|
-
|
|
229
|
-
## Related Skills
|
|
230
|
-
Install with `clawhub install <slug>` if user confirms:
|
|
231
|
-
- `daily-planner` — daily task management
|
|
232
|
-
- `plan` — general project planning
|
|
233
|
-
- `expenses` — expense tracking
|
|
234
|
-
|
|
235
|
-
## Feedback
|
|
236
|
-
|
|
237
|
-
- If useful: `clawhub star travel-planning`
|
|
238
|
-
- Stay updated: `clawhub sync`
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
# Booking Guide — Travel Planning
|
|
2
|
-
|
|
3
|
-
## Optimal Booking Windows
|
|
4
|
-
|
|
5
|
-
| Category | Window | Notes |
|
|
6
|
-
|----------|--------|-------|
|
|
7
|
-
| **International flights** | 3-4 months | 10-20% savings vs last-minute |
|
|
8
|
-
| **Domestic flights** | 6-8 weeks | Price sweet spot |
|
|
9
|
-
| **Hotels** | 2-3 months | Best selection + free cancellation |
|
|
10
|
-
| **Rental cars** | 2-6 weeks | Prices stable, rebook if drops |
|
|
11
|
-
| **Activities/tours** | 2-4 weeks | Popular ones sell out earlier |
|
|
12
|
-
| **Restaurants** | 1-4 weeks | Fine dining needs more lead time |
|
|
13
|
-
|
|
14
|
-
## Day-of-Week Pricing
|
|
15
|
-
|
|
16
|
-
- **Flights:** Tuesday 3pm typically lowest demand
|
|
17
|
-
- **Hotels:** Avoid weekend bookings (10-15% weekend premium on rates)
|
|
18
|
-
- **Rental cars:** Weekday pickup/return cheaper than weekend
|
|
19
|
-
|
|
20
|
-
## Seasonal Intelligence
|
|
21
|
-
|
|
22
|
-
### Shoulder Season (30-40% savings)
|
|
23
|
-
- **Europe:** April-May, September-October
|
|
24
|
-
- **Asia:** March-April, October-November
|
|
25
|
-
- **Americas:** March-April, September-November
|
|
26
|
-
|
|
27
|
-
### Peak Season Markup (80-120%)
|
|
28
|
-
- **Europe:** June-August, Christmas
|
|
29
|
-
- **Asia:** Chinese New Year, Golden Week
|
|
30
|
-
- **Americas:** Summer, spring break, holidays
|
|
31
|
-
|
|
32
|
-
### Watch Out For
|
|
33
|
-
- Local holidays affect domestic pricing significantly
|
|
34
|
-
- Weather backup plans for outdoor activities
|
|
35
|
-
- Events/conferences spike hotel prices locally
|
|
36
|
-
|
|
37
|
-
## Money-Saving Tactics
|
|
38
|
-
|
|
39
|
-
### Flights
|
|
40
|
-
- Flexible dates: +/- 3 days can save 20-40%
|
|
41
|
-
- Nearby airports: often 30%+ cheaper
|
|
42
|
-
- Split bookings: sometimes cheaper than round-trip
|
|
43
|
-
- Points/miles: check before booking cash
|
|
44
|
-
|
|
45
|
-
### Hotels
|
|
46
|
-
- Direct booking: often matches OTA + better perks
|
|
47
|
-
- Loyalty rates: 10-15% off for members (free to join)
|
|
48
|
-
- Prepaid rates: 15-20% off but non-refundable
|
|
49
|
-
- Extended stay: many offer 5th/7th night free
|
|
50
|
-
|
|
51
|
-
### Rental Cars
|
|
52
|
-
- **Avoid airport pickup:** 30-40% markup
|
|
53
|
-
- Return same location: one-way fees are brutal
|
|
54
|
-
- Check credit card coverage before buying insurance
|
|
55
|
-
- Rebook if price drops (most are free cancellation)
|
|
56
|
-
|
|
57
|
-
### Currency
|
|
58
|
-
- Exchange only 20% before departure
|
|
59
|
-
- ATMs usually better rates than exchange offices
|
|
60
|
-
- Avoid airport exchange: 5-8% worse rates
|
|
61
|
-
- Notify bank 7+ days before departure
|
|
62
|
-
|
|
63
|
-
## Visa Timeline
|
|
64
|
-
|
|
65
|
-
| Complexity | Lead Time | Examples |
|
|
66
|
-
|------------|-----------|----------|
|
|
67
|
-
| No visa / e-visa | 1-2 weeks | EU (for some), ESTA, eTA |
|
|
68
|
-
| Standard tourist | 30-45 days | Most countries |
|
|
69
|
-
| Complex | 90+ days | China, Russia, India, Brazil |
|
|
70
|
-
| Passport renewal | 6-8 weeks | Routine processing |
|
|
71
|
-
|
|
72
|
-
### Passport Validity Rule
|
|
73
|
-
Many countries require **6 months validity beyond travel dates**. Check before booking.
|
|
74
|
-
|
|
75
|
-
## Insurance Timing
|
|
76
|
-
|
|
77
|
-
- **Within 14 days of first deposit:** Full coverage including pre-existing conditions
|
|
78
|
-
- **After 14 days:** May exclude pre-existing conditions
|
|
79
|
-
- **Cost:** 4-6% of trip cost (adventure coverage adds 2-4%)
|
|
80
|
-
|
|
81
|
-
## Confirmation Checklist
|
|
82
|
-
|
|
83
|
-
Save immediately in `bookings.md`:
|
|
84
|
-
- Confirmation numbers
|
|
85
|
-
- Dates and times
|
|
86
|
-
- Addresses
|
|
87
|
-
- Contact numbers
|
|
88
|
-
- Cancellation policies
|
|
89
|
-
- Payment method used
|
|
90
|
-
|
|
91
|
-
Print or screenshot essential confirmations — don't rely on email access abroad.
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
# Memory Template — Travel Planning
|
|
2
|
-
|
|
3
|
-
Create `~/travel-planning/memory.md` with this structure:
|
|
4
|
-
|
|
5
|
-
```markdown
|
|
6
|
-
# Travel Planning Memory
|
|
7
|
-
|
|
8
|
-
## Status
|
|
9
|
-
status: ongoing
|
|
10
|
-
version: 1.0.0
|
|
11
|
-
last: YYYY-MM-DD
|
|
12
|
-
integration: pending | done | declined
|
|
13
|
-
|
|
14
|
-
## Travel Style
|
|
15
|
-
<!-- Learn these naturally, don't ask directly -->
|
|
16
|
-
<!-- Examples: spontaneous, detailed planner, budget-conscious, luxury, solo, couple, family -->
|
|
17
|
-
|
|
18
|
-
## Preferences
|
|
19
|
-
<!-- Accommodation type, pace, food preferences, activity level -->
|
|
20
|
-
|
|
21
|
-
## Documents (only if user shares explicitly)
|
|
22
|
-
<!-- Ask before storing sensitive info: "Want me to track your passport expiry?" -->
|
|
23
|
-
passport_expiry: YYYY-MM-DD
|
|
24
|
-
frequent_flyer: [programs]
|
|
25
|
-
travel_insurance: [provider]
|
|
26
|
-
|
|
27
|
-
## Patterns
|
|
28
|
-
<!-- Emerge from past trips -->
|
|
29
|
-
<!-- Examples: typically spends $X/day in Europe, always overpacks, prefers morning flights -->
|
|
30
|
-
|
|
31
|
-
## Wishlist Summary
|
|
32
|
-
<!-- Quick reference of destinations in wishlist/ -->
|
|
33
|
-
- Japan (spring, cherry blossoms)
|
|
34
|
-
- Iceland (summer, northern lights)
|
|
35
|
-
|
|
36
|
-
## Upcoming
|
|
37
|
-
<!-- Quick reference of trips in trips/ -->
|
|
38
|
-
- Paris 2024 (May 15-22)
|
|
39
|
-
|
|
40
|
-
---
|
|
41
|
-
*Updated: YYYY-MM-DD*
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## Status Values
|
|
45
|
-
|
|
46
|
-
| Value | Meaning | Behavior |
|
|
47
|
-
|-------|---------|----------|
|
|
48
|
-
| `ongoing` | Still learning preferences | Gather context from trip planning |
|
|
49
|
-
| `complete` | Has solid profile | Work with established preferences |
|
|
50
|
-
| `paused` | User said "not now" | Don't ask, work with what you have |
|
|
51
|
-
| `never_ask` | User said stop | Never ask for more context |
|
|
52
|
-
|
|
53
|
-
## Wishlist Entry Template
|
|
54
|
-
|
|
55
|
-
Create `~/travel-planning/wishlist/{destination}.md`:
|
|
56
|
-
|
|
57
|
-
```markdown
|
|
58
|
-
# {Destination}
|
|
59
|
-
|
|
60
|
-
## Why
|
|
61
|
-
<!-- What draws them here -->
|
|
62
|
-
|
|
63
|
-
## Best Time
|
|
64
|
-
<!-- Season, events, weather -->
|
|
65
|
-
|
|
66
|
-
## Duration
|
|
67
|
-
<!-- Ideal trip length -->
|
|
68
|
-
|
|
69
|
-
## Highlights
|
|
70
|
-
<!-- Must-see, must-do -->
|
|
71
|
-
|
|
72
|
-
## Budget Estimate
|
|
73
|
-
<!-- Rough per-person estimate -->
|
|
74
|
-
|
|
75
|
-
## Notes
|
|
76
|
-
<!-- Visa needs, booking tips, etc. -->
|
|
77
|
-
```
|
|
78
|
-
|
|
79
|
-
## Trip Folder Template
|
|
80
|
-
|
|
81
|
-
Create `~/travel-planning/trips/{trip-name}/overview.md`:
|
|
82
|
-
|
|
83
|
-
```markdown
|
|
84
|
-
# {Trip Name}
|
|
85
|
-
|
|
86
|
-
## Dates
|
|
87
|
-
{Start} - {End}
|
|
88
|
-
|
|
89
|
-
## Travelers
|
|
90
|
-
{Who's going}
|
|
91
|
-
|
|
92
|
-
## Purpose
|
|
93
|
-
{Vacation, anniversary, business + leisure, etc.}
|
|
94
|
-
|
|
95
|
-
## Accommodation
|
|
96
|
-
{Where staying, confirmation}
|
|
97
|
-
|
|
98
|
-
## Transport
|
|
99
|
-
{Flights, rental, trains}
|
|
100
|
-
|
|
101
|
-
## Status
|
|
102
|
-
planning | booked | traveling | completed
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
## Key Principles
|
|
106
|
-
|
|
107
|
-
- **No config keys visible** — use natural language descriptions
|
|
108
|
-
- **Learn from trips** — each trip teaches preferences
|
|
109
|
-
- **Update `last`** on every interaction
|
|
110
|
-
- **Wishlist is aspirational** — no pressure to commit dates
|
|
111
|
-
- **Completed trips** are reference — what worked, what didn't
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
# Multi-City Planning — Travel Planning
|
|
2
|
-
|
|
3
|
-
## When to Use Multi-City
|
|
4
|
-
|
|
5
|
-
Use multi-city planning when:
|
|
6
|
-
- Visiting 2+ distinct destinations in one trip
|
|
7
|
-
- Taking a road trip with multiple overnight stops
|
|
8
|
-
- Combining business + leisure in different cities
|
|
9
|
-
- Island hopping or cruise with port cities
|
|
10
|
-
|
|
11
|
-
## Planning Principles
|
|
12
|
-
|
|
13
|
-
### 1. Minimum Stay Rule
|
|
14
|
-
| Trip Length | Min Nights/City | Why |
|
|
15
|
-
|-------------|-----------------|-----|
|
|
16
|
-
| 1 week | 2 nights | Avoid exhaustion |
|
|
17
|
-
| 2 weeks | 3 nights | Time to explore |
|
|
18
|
-
| 3+ weeks | 3-4 nights | Deep immersion |
|
|
19
|
-
|
|
20
|
-
**One-night stays:** Only acceptable for transit cities or rest stops.
|
|
21
|
-
|
|
22
|
-
### 2. Geographic Clustering
|
|
23
|
-
|
|
24
|
-
Group destinations by region to minimize backtracking:
|
|
25
|
-
|
|
26
|
-
```
|
|
27
|
-
❌ Bad: Paris → Rome → London → Barcelona
|
|
28
|
-
✅ Good: Paris → London → Barcelona → Rome
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
**Rule:** Draw a line through your cities — it should be roughly straight or circular, not zigzag.
|
|
32
|
-
|
|
33
|
-
### 3. Open-Jaw Flights
|
|
34
|
-
|
|
35
|
-
Fly into city A, out of city B. Often same price as round-trip but saves:
|
|
36
|
-
- One internal flight/train
|
|
37
|
-
- Backtracking time
|
|
38
|
-
- A full travel day
|
|
39
|
-
|
|
40
|
-
**When to check:**
|
|
41
|
-
- Multi-city trips with clear start/end points
|
|
42
|
-
- Round-trip is forcing you to return to origin
|
|
43
|
-
|
|
44
|
-
### 4. Connection Time Buffers
|
|
45
|
-
|
|
46
|
-
| Connection Type | Minimum Buffer | Why |
|
|
47
|
-
|-----------------|----------------|-----|
|
|
48
|
-
| International flight | 4 hours | Immigration, customs, re-check |
|
|
49
|
-
| Domestic flight | 2 hours | Gate changes, delays |
|
|
50
|
-
| Train (same station) | 30-45 min | Walk time, platform finding |
|
|
51
|
-
| Train (different stations) | 1.5 hours | Cross-city transport |
|
|
52
|
-
| Flight → Train | 3 hours | Baggage claim, station transfer |
|
|
53
|
-
|
|
54
|
-
### 5. Rest Days
|
|
55
|
-
|
|
56
|
-
For every 3 cities, build in 1 "slow day":
|
|
57
|
-
- Sleep in
|
|
58
|
-
- No scheduled activities
|
|
59
|
-
- Explore spontaneously
|
|
60
|
-
- Handle laundry
|
|
61
|
-
|
|
62
|
-
## Multi-City Budget Template
|
|
63
|
-
|
|
64
|
-
```markdown
|
|
65
|
-
## Multi-City Budget — {Trip Name}
|
|
66
|
-
|
|
67
|
-
### By City
|
|
68
|
-
| City | Nights | Accommodation | Transport In | Activities | Food | Subtotal |
|
|
69
|
-
|------|--------|---------------|--------------|------------|------|----------|
|
|
70
|
-
| Paris | 3 | $450 | $0 (arrival) | $150 | $270 | $870 |
|
|
71
|
-
| Amsterdam | 2 | $300 | $80 (train) | $100 | $180 | $660 |
|
|
72
|
-
| Berlin | 3 | $360 | $65 (flight) | $120 | $240 | $785 |
|
|
73
|
-
|
|
74
|
-
### Inter-City Transport
|
|
75
|
-
| Route | Mode | Cost | Booked |
|
|
76
|
-
|-------|------|------|--------|
|
|
77
|
-
| Paris → Amsterdam | Thalys train | $80 | ✓ |
|
|
78
|
-
| Amsterdam → Berlin | Budget flight | $65 | ✓ |
|
|
79
|
-
| Berlin → Home | Long-haul | $600 | ✓ |
|
|
80
|
-
|
|
81
|
-
**Total Transport:** $745
|
|
82
|
-
**Grand Total:** $3,060
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
## Currency Management
|
|
86
|
-
|
|
87
|
-
When visiting multiple currency zones:
|
|
88
|
-
|
|
89
|
-
1. **Research ATM networks** — some charge less (Santander, HSBC global)
|
|
90
|
-
2. **Exchange small amounts** — €100-200 per country at most
|
|
91
|
-
3. **Credit card fees** — use no-FTF cards (Revolut, Wise, etc.)
|
|
92
|
-
4. **Track rates** — note exchange rate used for budget accuracy
|
|
93
|
-
|
|
94
|
-
```markdown
|
|
95
|
-
## Currency Tracker — {Trip Name}
|
|
96
|
-
|
|
97
|
-
| Country | Currency | Rate Used | Cash Obtained | Notes |
|
|
98
|
-
|---------|----------|-----------|---------------|-------|
|
|
99
|
-
| France | EUR | $1.10 | €200 | ATM CDG |
|
|
100
|
-
| UK | GBP | $1.27 | £150 | Before trip |
|
|
101
|
-
| Japan | JPY | $0.0067 | ¥50,000 | Narita ATM |
|
|
102
|
-
```
|
|
103
|
-
|
|
104
|
-
## Packing for Multi-City
|
|
105
|
-
|
|
106
|
-
### Luggage Strategy
|
|
107
|
-
| Trip Style | Recommendation |
|
|
108
|
-
|------------|----------------|
|
|
109
|
-
| Train-only | Full suitcase OK |
|
|
110
|
-
| Mixed flights | Carry-on + personal item only |
|
|
111
|
-
| Budget airlines | Check bag rules per airline first |
|
|
112
|
-
| Road trip | Pack for longest stay, laundry mid-trip |
|
|
113
|
-
|
|
114
|
-
### Day Bag Essentials for City Transitions
|
|
115
|
-
- [ ] Passport + travel docs
|
|
116
|
-
- [ ] Phone + chargers
|
|
117
|
-
- [ ] Change of clothes
|
|
118
|
-
- [ ] Toiletries (3-1-1 compliant)
|
|
119
|
-
- [ ] Medications
|
|
120
|
-
- [ ] Entertainment
|
|
121
|
-
- [ ] Snacks
|
|
122
|
-
|
|
123
|
-
**Checked bag rule:** Assume it might be delayed 24h. Pack anything critical in carry-on.
|
|
124
|
-
|
|
125
|
-
## Common Multi-City Mistakes
|
|
126
|
-
|
|
127
|
-
- **Too many cities:** 4+ cities in 1 week = exhausting
|
|
128
|
-
- **Ignoring travel days:** A 3-hour train still "costs" a half-day
|
|
129
|
-
- **Not booking connections:** Flexible is nice until it's sold out
|
|
130
|
-
- **Uniform packing:** Amsterdam in October ≠ Barcelona in October
|
|
131
|
-
- **Skipping rest:** Burn out by city 3, hate city 4
|