travel-planner
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: SKILL.md [1/3] Description: --- name: travel-planner description: This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice.
Tool: SKILL.md [2/3] Description: cash (€200-300) - [ ] Phone & charger - [ ] European plug adapter - [ ] Medications CLOTHING (June weather: 70-80°F, sunny): - [ ] 3 pairs shorts - [ ] 2 pairs long pants - [ ] 5-7 t-shirts/tops - [ ] 1-2 dresses/nice shirts for dinner - [ ] Light jacket for evenings - [ ] Swimsuit - [ ] Comfortable walking shoes - [ ] Sandals - [ ] Sun hat - [ ] Sunglasses ACTIVITIES: - [ ] Day backpack - [ ] Reusable water bottle - [ ] Camera - [ ] Beach towel (compact) - [ ]
Tool: SKILL.md [3/3] Description: Trips: `~/.claude/travel_planner/trips.json` **CLI Commands:** ```bash # Check initialization python3 scripts/travel_db.py is_initialized # View data python3 scripts/travel_db.py get_preferences python3 scripts/travel_db.py get_trips current python3 scripts/travel_db.py stats # Generate plan python3 scripts/plan_generator.py --trip-id <id> --output plan.json # Export backup python3 scripts/travel_db.py export > backup.json ``` ## Resources ### scripts/travel_db.
Malicious tool definition detected
Tool: index.js Description: export default async function travel_planner(input) { console.log("🧠 Running skill: travel-planner"); // TODO: implement actual logic for this skill
Malicious tool definition detected
Tool: package.json Description: { "name": "@ai-labs-claude-skills/travel-planner", "version": "1.0.0", "description": "Claude AI skill: travel-planner", "main": "index.js",
Malicious tool definition detected
Tool: references/cultural_etiquette.md [1/2] Description: # Cultural Etiquette & Country-Specific Guidelines ## How to Use This Guide When planning travel to a specific country, use web search to gather current information about: - Cultural customs and etiquette - Dress codes - Dining customs - Greetings and social norms - Religious considerations - Legal restrictions - Common tourist mistakes ## General Categories to Research for Any Destination ### 1.
Tool: references/cultural_etiquette.md [2/2] Description: main shrine - Photography often restricted - Non-Hindus may not be allowed in inner sanctum - Menstruating women traditionally don't enter (varies by temple) ### Synagogues - Men cover head (kippah provided) - Dress modestly - Turn off electronics on Sabbath (Friday evening to Saturday evening) - Men and women may sit separately - Stand when Ark is open - Don't applaud during services - Photography often prohibited during services ## Emer
Malicious tool definition detected
Tool: references/travel_guidelines.md [1/2] Description: # Travel Planning Guidelines ## Destination Research Checklist ### Essential Information to Gather **1.
Tool: references/travel_guidelines.md [2/2] Description: - Sandals/flip-flops - Weather-appropriate outfits - One nice outfit - Sleepwear - Swimsuit (if applicable) - Light jacket or sweater **Accessories** - Day backpack - Reusable water bottle - Sunglasses - Hat - Travel towel (if hosteling) - Packing cubes - Laundry bag - Ziplock bags ### Packing Tips 1.
Malicious tool definition detected
Tool: scripts/plan_generator.py [1/2] Description: #!/usr/bin/env python3 """ Travel Plan Generator Generates detailed travel plans including itinerary, budget, and checklists.
Tool: scripts/plan_generator.py [2/2]
Malicious tool definition detected
Tool: scripts/travel_db.py [1/2] Description: #!/usr/bin/env python3 """ Travel Planner Database Manager Manages user travel preferences, past trips, and current trip plans.
Tool: scripts/travel_db.py [2/2] Description: Manager") print("