Stats
Actions
Tags
From tripit
Use the TripIt CLI (`tripit`) to authenticate and manage trips, hotels, flights, transport, activities, and document attachments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tripit:tripitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a user asks to operate TripIt data through the `tripit` CLI.
Use this skill when a user asks to operate TripIt data through the tripit CLI.
This skill is for using the installed product, not reimplementing it.
tripit must be installed and available on PATH:
npm install -g tripitfnox run -- bun index.ts <command>tripit --helptripit login requires these environment variables:
TRIPIT_CLIENT_IDTRIPIT_CLIENT_SECRETTRIPIT_USERNAMETRIPIT_PASSWORD~/.config/tripit/token.jsontrips for parent trip objects.hotels, flights, transport, and activities for child itinerary objects.documents for attachment workflows.-o json for machine-readable output when chaining commands.403 or login failures: verify account credentials and client credentials.references/commands.mdreferences/auth.mdreferences/usage.mdGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dvcrn/tripit-js