← Back to Skills Marketplace
TripIt
by
Adam Westland
· GitHub ↗
· v1.0.0
· MIT-0
221
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install tripit
Description
Create and update TripIt travel plans by sending structured confirmation emails to [email protected]. Supports flights, hotels, activities, car rentals, rail,...
Usage Guidance
This skill appears to do what it says: it formats plain-text TripIt-approved confirmation emails for you to send to [email protected]. Before installing or enabling it: (1) review the included script locally (scripts/tripit-email.py) to confirm it only formats text and makes no network calls; (2) be cautious about storing a user's TripIt iCal feed URL — treat it like a secret (it contains a private hash) and avoid persisting it unencrypted or sharing it; (3) ensure any email-sending tool the agent uses (MS Graph, Himalaya, gog, etc.) is trusted and constrained so the agent cannot send arbitrary emails without user approval; (4) if you want stricter control, do not grant autonomous agent invocation or persist the iCal URL — require explicit user confirmation for each send. If you want, I can scan the full script for anything else or suggest a minimal safe workflow for storing/verifying the iCal feed.
Capability Analysis
Type: OpenClaw Skill
Name: tripit
Version: 1.0.0
The 'tripit' skill is a utility for formatting travel confirmation data into a plain-text format recognized by TripIt's email ingestion service ([email protected]). The core logic in 'scripts/tripit-email.py' is a straightforward data-to-text mapper using standard Python libraries with no network or file system access. While the skill suggests using the user's private TripIt iCal feed for verification in 'SKILL.md', this is a documented feature of the TripIt service and is used here for its intended purpose of itinerary management.
Capability Assessment
Purpose & Capability
Name/description match the included assets: the SKILL.md and scripts/tripit-email.py generate TripIt-formatted email bodies. Requiring python3 is appropriate and no unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
Instructions stay within the expected scope (generate a plain-text email body and send it to [email protected]). However the SKILL.md recommends storing the user's private TripIt iCal feed URL for verification — that URL contains a private hash and is effectively a secret; the guidance to 'store' it expands scope into persistent storage of sensitive data and should be treated carefully.
Install Mechanism
No install spec — instruction-only with a small Python helper script included. No downloads from external URLs or package installs are present.
Credentials
The skill declares no environment variables or credentials, which is proportionate. Caveat: verification steps rely on the user's private TripIt iCal feed URL (sensitive); the skill does not declare how that will be stored or protected.
Persistence & Privilege
always:false and no special privileges requested. The skill does suggest storing user-specific data (iCal URL) but does not request platform-wide persistence or modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tripit - After installation, invoke the skill by name or use
/tripit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: flight, hotel, activity, car rental, and rail support via structured email to [email protected]
Metadata
Frequently Asked Questions
What is TripIt?
Create and update TripIt travel plans by sending structured confirmation emails to [email protected]. Supports flights, hotels, activities, car rentals, rail,... It is an AI Agent Skill for Claude Code / OpenClaw, with 221 downloads so far.
How do I install TripIt?
Run "/install tripit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TripIt free?
Yes, TripIt is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TripIt support?
TripIt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TripIt?
It is built and maintained by Adam Westland (@adamwestland); the current version is v1.0.0.
More Skills