# Travel Recommendations

> Get personalized travel destination recommendations based on preferences

- Skill: `ibm/travel-recommendations` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add ibm/travel-recommendations`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ibm/travel-recommendations/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: IBM (https://skillmd.com/u/ibm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ibm/travel-recommendations

---


# 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

```python
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)
