π¦ ClawHub
Trip Calendar
by @swayamg20
Add trip itineraries, flights, hotel check-ins, and activities to Google Calendar using gog CLI. Handles "add to calendar" and boarding pass parsing.
TERMINAL
clawhub install trip-calendarπ About This Skill
name: trip-calendar description: Add trip itineraries, flights, hotel check-ins, and activities to Google Calendar using gog CLI. Handles "add to calendar" and boarding pass parsing. metadata: { "openclaw": { "requires": { "bins": ["gog"] } } }
Trip Calendar
When to activate
Adding itinerary to calendar
When user confirms "add to calendar": 1. Create events for key milestones using gog: - βοΈ Flights (with terminal, timing) - π¨ Hotel check-in / check-out (with address) - π₯Ύ Major activities (treks, tours) - π Major transport2. Command format: gog calendar create primary --summary "βοΈ DELβKLU 6E-2041" --from "2026-03-14T06:00:00+05:30" --to "2026-03-14T07:30:00+05:30" --location "DEL Terminal 1" --description "Reach airport by 4:30 AM"
3. Use emojis in titles: βοΈ flights, π¨ hotels, π₯Ύ treks, π transport 4. Include location and useful details in description