← All plugins
travel-assistant
v1.15.0Intelligent travel assistant with real-time weather, currency conversion, timezone info, and AI-powered itinerary planning. Your complete travel companion.
Claude Code
by Jeremy LongshoreMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/travel-assistant/ inside the repository.
Layout
plugins/productivity/travel-assistant/
└── .claude-plugin/plugin.json
Manifests1
plugins/productivity/travel-assistant/.claude-plugin/plugin.json
{
"name": "travel-assistant",
"version": "1.15.0",
"description": "Intelligent travel assistant with real-time weather, currency conversion, timezone info, and AI-powered itinerary planning. Your complete travel companion.",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"travel",
"weather",
"currency",
"timezone",
"itinerary",
"vacation",
"trip-planning",
"ai-travel",
"real-time",
"api-integration",
"budget",
"packing-list"
]
}