travel-planner

Generate personalized travel itineraries from user preferences and constraints.

18|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/alter123-zz/RaccoonClaw --skill travel-planner-alter123-zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: travel-planner
Source: https://github.com/alter123-zz/RaccoonClaw/tree/main/skills/travel-planner
Command: npx skills add https://github.com/alter123-zz/RaccoonClaw --skill travel-planner-alter123-zz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, geopy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The skill removes the manual effort of researching destinations, comparing accommodations, and calculating trip budgets, delivering a ready‑to‑use travel plan instantly.

Core Features & Use Cases

  • Smart itinerary generation: creates day‑by‑day schedules based on duration, budget, and preferences.
  • Real‑time data integration: incorporates weather, exchange rates, visa requirements, and transportation info.
  • Accommodation & dining suggestions: filters options by rating, price, and location.
  • Use case example: a user wanting a 5‑day trip to Tokyo can receive a complete plan with activities, lodging options, and cost estimates.

Quick Start

Ask the travel planner to create a 5‑day itinerary for Tokyo with a medium budget.

Frequently Asked Questions about travel-planner

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

FAQPage Schema
How do I generate a travel itinerary and budget automatically?

To generate a travel itinerary and budget automatically, provide your destination, trip duration, and budget constraints to receive a day-by-day schedule with lodging options and cost estimates.

Can I create a day-by-day trip schedule based on my specific budget?

You can create a day-by-day trip schedule based on your specific budget by inputting your financial limits and preferences, which filters accommodation, dining, and activities to match your constraints.

Does travel planning with real-time data require internet access and Python?

Travel planning with real-time data requires internet access and Python to fetch live weather, exchange rates, visa requirements, and transportation info using the requests and geopy libraries.

What is the best way to plan a 5-day trip itinerary using Python?

The best way to plan a 5-day trip itinerary using Python is to utilize a script that integrates real-time geopy data for locations and requests for fetching live destination data.

How does real-time data integration work for travel planning?

Real-time data integration for travel planning works by using the requests library to fetch live weather, exchange rates, and transportation info, while geopy calculates geographical coordinates.

What are the limitations of using scripts for itinerary generation?

Limitations of using scripts for itinerary generation include dependency on continuous internet access for real-time API calls and requiring pre-installed Python libraries like requests and geopy.