travel-companion

banjtheman/travel-companion-skill · updated Apr 8, 2026

$npx skills add https://github.com/banjtheman/travel-companion-skill --skill travel-companion
0 commentsdiscussion
summary

Assist users with travel planning, destination research, and itinerary management.

skill.md

Travel Companion

Assist users with travel planning, destination research, and itinerary management.

Quick Start

  1. Clarify the request - Confirm destination, dates, budget, and interests
  2. Research - Use browser with profile: "openclaw" to search:
    • TikTok for trending local tips
    • Instagram for events and spots
    • Eventbrite for specific dates
    • Google Maps for attractions
    • Expedia for flights/hotels
  3. Take snapshots - Read pages with snapshotFormat: "ai"
  4. Compile - Create summary with activities, weather, costs
  5. Offer to email - Send itinerary via AgentMail

Browser Usage

Always use profile: "openclaw":

{
  "action": "navigate",
  "targetUrl": "https://www.tiktok.com/search?q=fun%20things%20to%20do%20in%20tokyo",
  "profile": "openclaw"
}

No extension needed - OpenClaw manages the browser directly.

Search URLs

TikTok (trending tips): https://www.tiktok.com/search?q={query}

Instagram (events): https://www.instagram.com/explore/search/keyword/?q={query}

Eventbrite (specific dates): https://www.eventbrite.com/d/{city}/events-{date}/

Google Maps (attractions): https://www.google.com/maps/search/best+attractions+{city}

Expedia (flights): https://www.expedia.com/Flights-Search?trip=roundtrip&from={from}&to={to}&dates={date1},{date2}

Workflow

  1. Navigate to URL with action: "navigate"
  2. Wait for load with action: "act", request: { kind: "wait", timeMs: 5000 }
  3. Read page with action: "snapshot", snapshotFormat: "ai"
  4. Extract relevant info from snapshot text

Email Itinerary

Use AgentMail with AGENTMAIL_API_KEY - see references/agentmail.md

Response Format

Keep concise with emojis for visual appeal:

  • Weather summary
  • TikTok/Instagram highlights
  • Eventbrite events
  • Attractions with addresses
  • Cost estimates

End with: "More details or email this itinerary?"

Troubleshooting

"Can't reach browser" - User runs: openclaw browser start

Instagram blocks access - Use TikTok and Eventbrite instead

Page won't load - Increase wait time to 5000ms+, try alternate URLs

Examples

Day trip:

User: What's fun in DC on Friday?

Search TikTok for trending DC tips, Instagram for events,
Eventbrite for Friday activities. Snapshot each page.
Summarize top 3-5 options with addresses and costs.

Full trip:

User: Plan a weekend in Miami under $500

Research Expedia for flights/hotels, Instagram for beach spots,
TikTok for food tips. Create 2-day itinerary. Offer to email.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.648 reviews
  • Henry Ndlovu· Dec 24, 2024

    travel-companion is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Dev Martinez· Dec 20, 2024

    Registry listing for travel-companion matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Diya Reddy· Dec 20, 2024

    Keeps context tight: travel-companion is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Carlos Sethi· Nov 15, 2024

    Useful defaults in travel-companion — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Diya Torres· Nov 11, 2024

    I recommend travel-companion for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Henry Gupta· Oct 6, 2024

    I recommend travel-companion for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ira Ghosh· Oct 2, 2024

    Useful defaults in travel-companion — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sakshi Patil· Sep 25, 2024

    travel-companion has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Henry Kapoor· Sep 25, 2024

    Solid pick for teams standardizing on skills: travel-companion is focused, and the summary matches what you get after install.

  • Hana Martin· Sep 25, 2024

    Registry listing for travel-companion matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 48

1 / 5