Plan Tour Route
Skill Verified ActivePlan a multi-stop tour route with waypoint optimization, drive/walk time estimation, and POI discovery along the route using OSM data. Covers geocoding, nearest-neighbor and TSP-based ordering, time/distance matrix calculation, and itinerary generation with points of interest. Use when planning a road trip or walking tour with multiple destinations, optimizing visit order to minimize travel time, discovering sites along a route, or comparing driving versus walking versus public transport options.
To enable users to efficiently plan complex road trips or walking tours by optimizing route order, estimating travel times, and discovering relevant points of interest along the way.
Features
- Multi-stop tour route optimization
- Drive/walk time and distance estimation
- Point of Interest (POI) discovery along route
- Geocoding and waypoint validation
- Itinerary generation with time budgets
Use Cases
- Planning a road trip with multiple destinations.
- Optimizing a walking tour to minimize travel time.
- Discovering restaurants or landmarks along a planned route.
- Generating a detailed daily itinerary with realistic schedules.
Non-Goals
- Booking accommodations or transportation
- Real-time traffic updates (relies on OSM data estimations)
- Real-time public transport schedules (relies on general estimations)
- Handling complex multi-modal transport integration beyond basic estimation
Practices
- Travel Planning
- Route Optimization
- Itinerary Generation
Prerequisites
- List of waypoints
- Travel mode (driving, walking, cycling, public transport)
- Optional: Start and end points
- Optional: Time constraints and POI categories
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Generate Tour Report
99Generate a Quarto-based tour report with embedded maps, daily itineraries, logistics tables, and accommodation/transport details. Produces a self-contained HTML or PDF document suitable for offline use during travel. Use when compiling a planned tour into a shareable document, creating an offline-accessible travel guide, documenting a completed trip with photos and statistics, or producing a professional tour proposal for a group or client.
Performance Analysis
100Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
Oraclaw Solver
100Industrial-grade scheduling and resource optimization for AI agents. Solve task scheduling with energy matching, budget allocation, and any LP/MIP constraint problem in milliseconds.
Oraclaw Decide
100Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.
MongoDB Connection Optimizer
100Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing performance issues related to connections. This includes scenarios like building serverless functions with MongoDB, creating API endpoints that use MongoDB, optimizing high-traffic MongoDB applications, creating long-running tasks and concurrency, or debugging connection-related failures.
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.