Install
openclaw skills install tripit-calendarRead upcoming TripIt travel plans from a TripIt iCal feed; use for next trip, upcoming travel, itinerary, flight or hotel bookings already in TripIt; do not...
openclaw skills install tripit-calendarUse this skill to retrieve the user's upcoming travel plans from a TripIt iCal feed.
Use this skill when the user asks about:
Do not use this skill when the user asks about:
TRIPIT_ICAL_URL must be availablerequests and icalendar installedOpenClaw can load environment variables from ~/.openclaw/.env. This script also falls back to reading ~/.openclaw/.env directly if TRIPIT_ICAL_URL is not already present in the process environment.
Expected entry in ~/.openclaw/.env:
TRIPIT_ICAL_URL=https://www.tripit.com/feed/ical/private/.../tripit.ics
Prefer the OpenClaw virtual environment Python when it exists:
/home/picoclaw/.openclaw/workspace/openclaw_venv/bin/python {baseDir}/final_tripit_ical.py
If that exact path is not available, use:
python3 {baseDir}/final_tripit_ical.py
Use --pretty only when a human-readable terminal view is explicitly needed.
The script returns JSON with:
next_trip: the next detected trip groupupcoming_events: up to 20 future itinerary itemscounts: number of upcoming events and detected tripsgenerated_at: timestamp of the lookupEach event may include:
next_trip first.User requests that should trigger this skill:
Example commands:
/home/picoclaw/.openclaw/workspace/openclaw_venv/bin/python {baseDir}/final_tripit_ical.py
/home/picoclaw/.openclaw/workspace/openclaw_venv/bin/python {baseDir}/final_tripit_ical.py --pretty
python3 {baseDir}/final_tripit_ical.py
TRIPIT_ICAL_URL is available to OpenClaw.