travel-and-maps

A planning guide for routes, places, trips, and local itineraries based on current travel information.

In plain words
What is it for?
It helps compare routes, research places and transport, build itineraries, check weather or time zones, and prepare travel plans without making unapproved bookings.
Why use it?
It brings travel details such as times, prices, opening hours, closures, accessibility, and booking approval into one planning process.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/codeinfinity1/stram/travel-and-maps
Any agent
npx skills add CodeInfinity1/Stram --skill travel-and-maps
Clone the repo
git clone --depth 1 https://github.com/CodeInfinity1/Stram

Made for: Claude Code, Codex.

Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 574 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00032 $0.00574
Opus 5 $0.00016 $0.00287
Sonnet 5 $0.00006 $0.00115
Haiku 4.5 $0.00003 $0.00057

Measured 2d ago against content hash 7122a027d168, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

travel-and-maps 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 2d 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.

skills/commerce-travel/travel-and-maps/SKILL.md · 73 lines

How it starts

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

Travel And Maps

Purpose

Support practical travel planning: routes, places, commute options, itineraries, venue research, and map-adjacent decisions. Current execution uses native web/browser research unless a Stram-owned maps adapter is added.

When To Use

Use for travel plans, local places, route comparisons, hotel/activity research, commute planning, timezone checks, and itinerary drafts.

Inputs And Evidence

  • Origin, destination, dates, budget, mobility constraints, preferences, and region.
  • Current web/map evidence, venue pages, transport pages, or user-provided notes.
  • Booking, payment, or message approval state.

Tool Map

  • research_webpages
  • fetch_webpage
  • browser_live_open
  • browser_live_observe
  • travel_plan_create
  • travel_plan_inspect
  • write_note
  • cognitive_trigger_record
  • message-approval-policy

Workflow

  1. Clarify location, dates, constraints, and output shape.
  2. Use current web evidence for changing facts such as hours, fares, closures, and weather-sensitive details.
  3. Compare options by time, cost, reliability, accessibility, and user preference.
  4. Use travel_plan_create to preserve route options, places, itinerary days, source refs, evidence timestamps, uncertainties, and approval boundaries.
  5. Use travel_plan_inspect before reporting a saved itinerary or handing it to reminders/messages.
  6. Stop before bookings, payments, cancellations, or messages unless approved.

Native Implementation Boundaries

  • Use Stram-owned web/browser tools or future native map adapters.
  • Do not import external reference map skills or external reference transportation plugins as implementation.
  • Do not claim exact live routing without a current source.
  • travel_plan_create is a local planning artifact tool; it is not live geocoding, routing, booking, or venue contact.

Safety And Approval

  • Bookings, payments, cancellations, and contacting venues require approval.
  • Be careful with home/work addresses and personal travel plans.
  • Mark uncertain timing and changing availability plainly.

Read the full file on GitHub · 73 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. 2d ago First seen · 73 lines · 32 tokens per session scan A 7122a027d168

Subscribe to this mod's changes

travel-and-maps is a skill published in the GitHub repository CodeInfinity1/Stram (10 stars, last pushed 22d ago), licensed MIT. It adds 32 tokens to every session and 574 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-08-31.