Read upcoming TripIt travel plans from a TripIt iCal feed.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill tripit-calendar --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tripit Calendar?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-tripit-calendar)More formats (shields.io, HTML) on the badges page.
---
name: tripit_calendar
description: "Read upcoming TripIt travel plans from a TripIt iCal feed."
---
# TripIt Calendar
Use this skill when the user asks about:
- next trip
- upcoming trips
- travel itinerary
- TripIt plans
- flights or hotels coming up
- travel this month
## What it needs
This skill requires:
- Python
- environment variable `TRIPIT_ICAL_URL`
- Python packages `requests` and `icalendar`
## Setup
Install the Python packages in the OpenClaw virtual environment:
```bash
source ~/.openclaw/workspace/openclaw_venv/bin/activate
pip install requests icalendar
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!