travel-requirement-intake

Extract structured travel planning requirements from user messages into JSON.

98|7|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill travel-requirement-intake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: travel-requirement-intake
Source: https://github.com/Sea-Go/Sea-BreakTheWaves/tree/main/agent_v2/skills/travel-requirement-intake
Command: npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill travel-requirement-intake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms natural language travel requests into structured planning requirements by extracting predefined fields and identifying missing information, preparing data for downstream planning workflows.

Core Features & Use Cases

  • Structured field extraction from user messages for travel planning (destination_scope, total_days, start_city, start_date, budget_total, transport_mode, travel_style, pace, high_altitude_acceptance, daily_driving_preference).
  • Missing information detection with targeted follow-up questions to complete the plan.
  • Output of a SkillResult-compatible JSON ready for macro planning.

Quick Start

Submit a natural-language travel request and the Skill will output a structured requirement JSON.

Frequently Asked Questions about travel-requirement-intake

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

FAQPage Schema
How do I turn a natural language travel request into structured itinerary requirements?

To turn a natural language travel request into structured itinerary requirements, submit your message to the Skill and it extracts predefined fields like destination_scope, total_days, start_date, budget_total, and transport_mode, outputting a structured JSON for macro planning.

What travel planning fields are required for structured itinerary data extraction?

Structured travel planning data extraction enforces a fixed key schema including destination_scope, total_days, start_city, start_date, budget_total, transport_mode, travel_style, pace, high_altitude_acceptance, and daily_driving_preference to ensure complete macro planning readiness.

Can I use this for city walks and POI recommendations or only full itineraries?

Yes, you can use this for city walks and POI recommendations as well as full itineraries. The Skill applies to all nearby travel scenarios, extracting the same structured planning requirements from your natural language request.

What happens if my travel planning request is missing required information like budget or pace?

If your travel planning request is missing required information like budget or pace, the Skill detects the incomplete fields and generates targeted follow-up questions to capture the missing details before finalizing the structured requirements JSON.

Does this Skill actually generate a full travel itinerary or just parse requirements?

This Skill only parses requirements and does not generate a full travel itinerary. It transforms your natural language request into a SkillResult-compatible JSON containing structured fields, preparing the data for downstream macro planning workflows.

What's the best way to prepare travel data for downstream macro planning automation?

The best way to prepare travel data for downstream macro planning automation is to provide a detailed natural language travel request. The Skill extracts and validates all required fields, outputting a structured JSON ready for automated itinerary generation.