trip-log

Featured

Save flight searches, itineraries, and booked trips to the trips/logs/ directory for future reference. OPT-IN — use when the user asks to log a trip or look up past searches, or on every search only if the user has said they want automatic logging. Also use to update status when a trip is booked or completed.

AI & Automation 600 stars 56 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
93
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Trip Log Skill Save and retrieve flight searches, award analyses, and booked itineraries from `trips/logs/`. Past entries are a reference library — pull them when planning connected trips, checking what was already searched, or reviewing what was booked and why. **This skill is opt-in.** Create entries when the user asks ("log this trip", "save this search"), or automatically only if the user has said they want every search logged. Don't append logging to searches uninvited. ## File Naming ``` trips/logs/YYYY-MM-DD_ORIGIN-DEST_short-label.md ``` - `YYYY-MM-DD` — date the search was run - `ORIGIN-DEST` — airport codes. Multiple destinations: `SFO-NRT-HND-SFO` - `short-label` — 2–4 word slug describing the trip purpose Examples: ``` trips/logs/2026-08-11_SFO-CDG_paris-anniversary.md trips/logs/2026-07-01_JFK-NRT_japan-ana-first.md trips/logs/2026-09-02_SFO-OSL_oslo-work-trip-booked.md ``` ## Document Structure Every trip log file uses this structure. Sections marked **required** must always be present. Others only when relevant. ```markdown --- date_searched: YYYY-MM-DD # required origin: XXX # required destinations: [XXX, XXX] # required travel_dates: YYYY-MM-DD to YYYY-MM-DD # required cabin: business / premium / economy # required status: researched # required: researched | booked | completed | cancelled booked_option: null # fill in when booked: carrier, miles/cash, date tags: [tag1, ta...

Details

Author
borski
Repository
borski/travel-hacking-toolkit
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

travel-itinerary

Plan, format, and export travel itineraries as Obsidian-formatted Markdown files. Always trigger immediately when the user's message starts with "trip" or "itinerary". Also trigger when the user says "plan my trip", "build my itinerary", "travel plan", "export my trip", "format this itinerary", or describes an upcoming trip and asks Claude to organize it. Produces a day-by-day breakdown, logistics summary, packing list, and budget tracker in a single Obsidian-ready .md file.

13 Updated 5 days ago
mickpletcher
AI & Automation Listed

trip-planner

Plan a real trip. Use for: hotel/flight/train/restaurant research for specific destinations and dates, creating travel documents (daily cards, itineraries, packing lists, offline guides), managing booking changes or cancellations, and resuming a trip project with CLAUDE.md/TASKS.md/memory/ files. Handles the full lifecycle — transport, accommodation, activities, restaurants, budget tracking, and printable traveler materials. ALWAYS use this skill in a trip planning project — detected by a CLAUDE.md with traveler profiles, an itinerary phase marker, or a memory/ directory with trip planning files. Also trigger on "plan a trip", "start a session", "research hotels", "find restaurants", "build the itinerary", "make daily cards", "create packing list", or any travel planning task. NOT for: presentations, file conversions, sending emails, building apps, or hypothetical travel questions.

2 Updated yesterday
aliasunder
AI & Automation Listed

trip-email-html-itinerary

Extract trip logistics from pasted travel emails, booking confirmations, forwarded messages, reservation notes, or raw itinerary text, research useful restaurant and activity suggestions for each destination, and generate one polished, self-contained offline HTML itinerary file for sharing with family or other travelers. Trigger when the user asks to turn trip emails into an HTML itinerary, travel handoff page, shareable trip page, family trip summary, booking-reference page, destination recommendation page, or offline travel document.

13 Updated 5 days ago
mickpletcher