review-theme-filter

Collects and filters MyRealTrip product reviews against traveler needs for purchase decisions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires requests.

What problem does it solve? Travelers comparing MyRealTrip tours, tickets, activities, and stays cannot easily tell which products fit their specific needs because aggregate ratings hide the details that matter, such as walking burden, guide quality, or hidden costs. ## Core Features & Use Cases - Need-Based Review Filtering: Converts a traveler profile (parents, kids, solo, budget, pace, deal-breakers) into need tags and selects about 5 purchase-relevant reviews per product. - Mandatory Full-Review Collection: Runs a Selenium/public-API collector when detail tools omit individual reviews, reconciling collected counts against site totals before any recommendation. - Per-Product Evidence Blocks: Produces structured review cards with star ratings, excerpts, evidence types, and missing-evidence notes for every shortlisted product. - Use Case: A user shortlists three Seoul day tours for a trip with elderly parents; the skill collects all reviews for each tour and surfaces only the ones mentioning walking distance, rest breaks, and guide communication. ## Quick Start Filter the reviews of these three MyRealTrip product links for a low-walking, parent-friendly trip and show me the most decision-relevant reviews for each product.

Frequently Asked Questions about review-theme-filter

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

FAQPage Schema
How do I filter MyRealTrip reviews for a specific travel theme?โ–ผ

Provide the product URL, gid, or review text plus your traveler profile, such as parents-friendly or low walking burden. The skill converts your needs into tags and selects about 5 reviews per product that directly support or warn against the purchase.

What happens when the product detail tool returns no individual reviews?โ–ผ

If the aggregate review count is positive or unknown, the skill runs the collect_all_reviews_selenium.py collector using the public review API first, falling back to Selenium scrolling. It never treats a missing review field as zero reviews.

Does the review collector work with MyRealTrip accommodation products?โ–ผ

Yes, pass --product-type ACCOMMODATION for stays and --product-type TOURACTIVITY for tours, tickets, activities, and passes. Legacy /traveler-experiences/ URLs are normalized to the experiences.myrealtrip.com product URL format before collection.

Why does the collector exit with code 3?โ–ผ

Exit code 3 means reviews were written but the collected total did not reconcile with the API statistic or visible page total. Retry with --method selenium when the public page exposes reviews and browser automation is available.

Can the collector bypass login or CAPTCHA restrictions?โ–ผ

No, the collector only accesses public pages and never bypasses login, CAPTCHA, access controls, robots restrictions, or rate limits. When access is blocked, the product is marked as limited or unavailable_after_attempt with the failure recorded.