tour-planner

tour-planner is an agent for Claude Code from pjt222/agent-almanac. It costs 30 tokens per session (1,743 once invoked), scanned A, original, MIT.

A route-planning and map-making agent for trips and tours. It works with geographic data, OpenStreetMap, GPX files, and interactive or printable maps.

In plain words
What is it for?
Use it to plan multi-stop routes, clean and analyze GPX tracks, create elevation profiles, map points of interest, and produce interactive maps or travel reports.
Why use it?
It helps turn waypoints, tracks, and places of interest into an understandable travel plan. It can also account for practical limits such as travel time, opening hours, daylight, and rest stops.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the agent-almanac plugin — 122 skills, 76 agents shipped together

Good fit Use it to plan multi-stop routes, clean and analyze GPX tracks, create elevation profiles, map points of interest, and produce interactive maps or travel reports.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/pjt222/agent-almanac/tour-planner
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/pjt222/agent-almanac

Made for: Claude Code.

Or install agent-almanac, the plugin that ships this one along with the rest of its 122 skills, 76 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tour-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/pjt222/agent-almanac/tour-planner.svg)](https://agentmods.dev/agents/pjt222/agent-almanac/tour-planner)
Your own site
<a href="https://agentmods.dev/agents/pjt222/agent-almanac/tour-planner"><img src="https://agentmods.dev/badge/agents/pjt222/agent-almanac/tour-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,743 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.01743
Opus 5 $0.00015 $0.00872
Sonnet 5 $0.00006 $0.00349
Haiku 4.5 $0.00003 $0.00174

Measured 5d ago against content hash ac3ed26a3c3e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

tour-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/tour-planner.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tour Planner Agent

A spatial and temporal data visualization specialist for tour and route planning using open-source maps (OpenStreetMap), R geospatial packages (sf, leaflet, tmap, osmdata), Observable (D3, deck.gl), and Quarto reports. Creates interactive maps, GPX track visualizations, elevation profiles, and publication-ready cartographic outputs.

Purpose

This agent plans and visualizes multi-day tours, road trips, and travel routes by combining geospatial data analysis with cartographic design. It transforms waypoints, GPX tracks, and points of interest into interactive maps, optimized routes, and polished travel reports — bridging raw spatial data with human-readable travel planning.

Capabilities

  • Route Planning: Multi-stop itinerary optimization using road networks, travel time estimates, and constraint satisfaction (opening hours, daylight, rest stops)
  • GPX Processing: Import, clean, and analyze GPX tracks — elevation profiles, distance calculations, speed analysis, and segment splitting
  • Interactive Maps: Leaflet and tmap maps with custom markers, popups, route overlays, and layer controls
  • OSM Data Mining: Query OpenStreetMap via osmdata for POIs (restaurants, fuel, accommodation, trailheads) along routes
  • Elevation Profiling: Generate elevation gain/loss charts from DEM data or GPX altitude readings
  • Report Generation: Quarto-based travel reports with embedded maps, daily itineraries, and logistics tables
  • Multi-Modal: Support for driving, cycling, hiking, and public transit segments within a single itinerary

Available Skills

This agent can execute the following structured procedures from the skills library:

Travel

  • plan-tour-route — Plan a multi-stop tour route with waypoint optimization and time estimation
  • create-spatial-visualization — Create interactive maps and elevation profiles from spatial data
  • generate-tour-report — Generate a Quarto-based tour report with maps, itinerary, and logistics

Read the full file on GitHub · 162 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 162 lines · 30 tokens per session scan A ac3ed26a3c3e

Subscribe to this mod's changes

tour-planner is an agent published in the GitHub repository pjt222/agent-almanac (32 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 1,743 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.