transport

Extract flight, train, cruise, and driving details from trip itineraries into unified JSON.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/JeffTermited/packgo-travel --skill transport-jefftermited
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transport
Source: https://github.com/JeffTermited/packgo-travel/tree/main/server/agents/_subskills/transport
Command: npx skills add https://github.com/JeffTermited/packgo-travel --skill transport-jefftermited

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the extraction of structured transport information from travel plans, turning raw itinerary data into a consistent, machine-readable format.

Core Features & Use Cases

  • Flight data: extract airline, flight number, departure/arrival airports, times, and duration.
  • Train and cruise data: extract train numbers, ship names, routes, ports, and times.
  • Driving data: extract rental company, car type, pickup/drop-off locations, and insurance details.
  • Use Case: consolidate all transport segments from a multi-modal trip into a single JSON payload for analytics or booking systems.

Quick Start

Provide a structured extraction of transport details (flight, train, cruise, and driving) from the given itinerary data.

Frequently Asked Questions about transport

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

FAQPage Schema
How do I extract transport details from trip itineraries?

To extract transport details from trip itineraries, you provide the raw itinerary text and the skill outputs a unified JSON structure with fields for flights, trains, cruises, and driving, using empty strings for missing values.

Can I parse flight and train data from a multi-modal itinerary into a single format?

Yes, you can parse flight and train data from a multi-modal itinerary. The skill consolidates all transport segments, including airlines and train numbers, into a single machine-readable JSON payload.

Does the structured output include driving and cruise segments?

Yes, the structured output includes driving and cruise segments. It extracts rental company details, car types, pickup locations, ship names, ports, and times alongside flight and train data.

What is the best way to consolidate travel data for downstream booking systems?

The best way to consolidate travel data for downstream booking systems is extracting itinerary details into a standardized JSON payload. This ensures consistent machine-readable formats across all transport modes.

How are missing values handled when extracting cruise and driving data?

When extracting cruise and driving data, missing values are handled by using empty strings in the output. This ensures a consistent JSON schema even if some itinerary details are incomplete.

Do I need a specific data format to extract travel data from itineraries?

You do not need a specific data format to extract travel data from itineraries. The skill processes raw itinerary text and standardizes the times and fields into a unified JSON structure for analytics.