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"] } } }
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 transport
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"
Use emojis in titles: ✈️ flights, 🏨 hotels, 🥾 treks, 🚕 transport
When user sends boarding pass image: 1. Extract: flight number, date, time, origin, destination, gate/terminal 2. Confirm with user 3. On confirmation, create calendar event
✓ Added 4 events to your Google Calendar: ✈️ DEL→KLU flight (Mar 14, 6 AM) 🏨 Check-in: Parvati Riverside (Mar 14, 1 PM) 🥾 Kheerganga Trek (Mar 15, full day) ✈️ KLU→DEL return (Mar 16, 3:30 PM)
來源於7w4.net。
這個 Skill 整體質量中等偏下。優點是使用說明寫得很清楚,觸發場景和操作步驟都描述得明白,還貼心地加了錯誤提示。不足之處是它只提供了文字說明,並沒有真正的程式程式碼,需要配合其他工具才能使用,而且功能比較單一,只適合簡單的行程新增場景,複雜一點的情況可能就應付不了了。