details

Extract meals, hotels, costs, and notices from itinerary data into structured JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Details Skill automates extraction of travel itinerary details from raw data, transforming scattered notes into structured, JSON-friendly outputs that include meals, hotels, costs, and notices.

Core Features & Use Cases

  • Extracts meals: names, types, descriptions, cuisines, and restaurants from daily itineraries.
  • Extracts hotel details: names, stars, descriptions, facilities, and locations.
  • Generates costs: includes, excludes, additional costs with notes, without fabricating prices.
  • Generates notices: preparation, cultural notes, health/safety, emergency guidance, all tailored to destination data.
  • Use Case: A travel planner inputs a trip plan and receives a ready-to-use structured payload for a recommendation engine or client report.

Quick Start

Provide the itinerary data and request a combined details extraction to receive meals, hotels, costs, and notices in a structured JSON payload.

Frequently Asked Questions about details

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

FAQPage Schema
How do I extract trip details from raw itinerary data?

To extract trip details, apply the extraction process to daily agendas or JSON trip objects to produce structured outputs for meals, hotels, costs, and notices. This ensures strict data fidelity and JSON schema compliance without fabricating missing prices or hotel details.

Can I parse daily agendas to identify meal types and hotel facilities?

Yes, you can parse daily agendas to identify meal names, types, cuisines, and restaurants, alongside hotel stars, facilities, and locations. The extraction transforms scattered itinerary notes into structured, JSON-friendly outputs ready for client reporting.

How do I generate structured travel costs and notices without fabricating prices?

To generate structured travel costs and notices, process the itinerary data to identify included, excluded, and additional costs with notes, plus preparation, cultural, and health guidance. It strictly avoids fabricating prices or hotel details not present in the source.

Does this itinerary extraction approach work with JSON trip objects?

Yes, this itinerary extraction approach works directly with JSON trip objects and other itinerary formats. It processes the provided data to output a combined structured payload containing meal, hotel, cost, and notice details compliant with JSON schema rules.

What is the best way to structure travel itinerary data for a recommendation engine?

The best way to structure travel itinerary data for a recommendation engine is to extract meals, hotels, costs, and notices into a structured JSON payload. This ensures strict data fidelity and schema compliance, providing a ready-to-use output without fabricated details.