tripit

Automate TripIt CLI workflows for trips and child resources.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/dvcrn/skills --skill tripit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tripit
Source: https://github.com/dvcrn/skills/tree/main/plugins/tripit/skills/tripit
Command: npx skills add https://github.com/dvcrn/skills --skill tripit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create and validate TripIt workflows by authenticating, managing trips and child resources (hotels, flights, transport, activities), and performing end-to-end checks using the TripIt CLI.

Core Features & Use Cases

  • Authenticate and run tripit commands to create, list, get, update, and delete trips.
  • Manage child resources such as hotels, flights, transport, and activities tied to trips.
  • Validate CLI behavior and harness coverage against README.md and AI_TEST_HARNESS.md.

Quick Start

Authenticate with TripIt and run a sample CRUD workflow using the CLI to create, list, get, update, and delete trips and child resources.

Frequently Asked Questions about tripit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage TripIt itineraries from the command line?

This Skill automates TripIt CLI workflows to manage itineraries, handling authentication and CRUD operations for trips and child resources like hotels, flights, and activities directly from the command line.

How do I authenticate and run end-to-end validation for TripIt CLI commands?

To authenticate and validate TripIt CLI commands, this Skill executes commands using bun/fnox tooling and reads README.md and AI_TEST_HARNESS.md files to perform end-to-end validation of trip management operations.

Do I need to install the TripIt CLI before using this Skill?

Yes, you need the TripIt CLI installed locally before using this Skill, as it relies on the CLI to execute authentication, trip management, and end-to-end validation workflows via bun/fnox tooling.

Can I create and delete child resources like flights and hotels tied to a TripIt trip?

Yes, you can create, list, get, update, and delete child resources such as flights, hotels, transport, and activities tied to a TripIt trip by running the appropriate CLI commands automated through this Skill.

What is the best way to automate trip management workflows for TripIt?

The best way to automate trip management workflows for TripIt is using this Skill to execute reliable CLI commands for trip and itinerary CRUD operations, followed by end-to-end validation against harness files.