Travel Recommendations

Get personalized travel destination recommendations based on preferences

IBM 08a2e25 3 files · 10.3 KB Updated

File contents

Travel Recommendations Skill

This skill provides personalized travel destination recommendations based on user preferences, budget, and season.

Features

  • Destination suggestions tailored to interests
  • Budget-appropriate recommendations
  • Seasonal considerations
  • Activity suggestions for each destination
  • Estimated costs and travel tips
  • Cultural highlights and must-see attractions

Usage

The skill accepts travel preferences, budget level, and preferred season to generate recommendations.

Example

result = travel_recommendations(
    preferences="beach and culture",
    budget="moderate",
    season="summer"
)

Output Format

Returns a formatted guide with:

  • Recommended destinations (3-5 locations)
  • Why each destination fits the criteria
  • Estimated budget ranges
  • Best time to visit
  • Top activities and attractions
  • Travel tips

Notes

  • Considers current travel trends and seasonal factors
  • Provides diverse options across different regions
  • Includes practical travel advice
  • Budget estimates in USD (can be converted using currency_converter skill)

ibm/codeengine/tree/main/ai/langchain-skills-agent/src/skills/travel_recommendations commit 08a2e25eab

Frequently asked questions

npx skillmds@latest add ibm/travel-recommendations