theme-trip-search

Searches MyRealTrip flights, stays, and activities to generate HTML travel itinerary proposals.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Deokgi-Park/AX-hackathon-myOneTouchTrip --skill theme-trip-search-deokgi-park
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: theme-trip-search
Source: https://github.com/Deokgi-Park/AX-hackathon-myOneTouchTrip/tree/main/plugins/my-one-touch-trip/skills/theme-trip-search
Command: npx skills add https://github.com/Deokgi-Park/AX-hackathon-myOneTouchTrip --skill theme-trip-search-deokgi-park

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Planning a trip requires comparing flights, accommodations, and activities across many sources, then assembling everything into a coherent itinerary. This Skill automates MyRealTrip product searches, review filtering, and itinerary assembly so users receive a complete, bookable travel proposal without manual research. ## Core Features & Use Cases - Multi-category product search: Queries MyRealTrip MCP tools for international and domestic flights, stays, tours, tickets, and activities with value-based ranking. - Review-based filtering: Collects and filters individual product reviews by traveler needs such as low walking burden, family-friendliness, or guide quality, using a bundled Selenium collector when detail tools omit review bodies. - HTML itinerary generation: Produces a self-contained day-by-day HTML proposal with per-item booking URLs, verified stay details, and fare-calendar-based date selection when dates are missing. - Use Case: A user asks for a 4-day family trip to Osaka with a budget. The Skill picks value flight dates from the fare calendar, searches flights, stays, and activities, filters reviews for kids-friendliness, and delivers an HTML itinerary with booking links. ## Quick Start Ask the assistant to plan a themed trip, for example: recommend a 3-night 4-day Osaka itinerary for two adults focused on food, and generate the HTML proposal.

Frequently Asked Questions about theme-trip-search

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

FAQPage Schema
How do I get a travel itinerary proposal from MyRealTrip products?

Ask for an itinerary with a destination, trip length, traveler count, and theme. The Skill searches flights, stays, and activities through MyRealTrip MCP tools, filters reviews, and writes a self-contained HTML proposal file with booking links.

How does the skill handle missing travel dates when planning a trip?

It queries the flights fare calendar for the current and next calendar month, picks a value date by total fare and schedule quality, then validates with a real-time flight search. It never defaults an itinerary to today or tomorrow.

Does the itinerary include hotel recommendations even if I don't ask?

Yes. For any overnight itinerary or full-trip request, stay search is mandatory unless you explicitly decline lodging. Top stay candidates get detail lookups and review filtering before being included.

What happens when product reviews are not returned by the search tools?

The Skill runs a bundled Selenium collector against the public product page to enumerate all visible reviews before selecting decision cards. Products are marked unavailable_after_attempt only after the collector fails, never inferred from missing fields.

Are the flight prices in the proposal guaranteed at booking time?

No. Fare-calendar values are labeled as estimates and real-time search results are labeled as live prices that may change at booking. The Skill always states this caveat and preserves the exact reservation URL per flight.