trip_planner

A skill for organizing trips with destination research, daily itineraries, budgets, packing lists, and preparation checklists. It can work with saved trips or help create plans from destination and date details.

In plain words
What is it for?
Use it to research a destination, build or view a day-by-day itinerary, track trip status and budget summaries, and prepare packing or pre-travel checklists.
Why use it?
It brings travel research and planning tasks into one workflow instead of requiring separate notes for activities, costs, and preparation. The available research includes weather, attractions, visa information, and travel tips.

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/proxy2021/enso/trip_planner
Any agent
npx skills add Proxy2021/Enso --skill trip_planner
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 738 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.00024 $0.00738
Opus 5 $0.00012 $0.00369
Sonnet 5 $0.00005 $0.00148
Haiku 4.5 $0.00002 $0.00074

Measured yesterday against content hash 8ccf00484e8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

trip_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 yesterday.

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.

server/skills/trip_planner/SKILL.md · 82 lines

How it starts

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

Trip Planner

Plan and organize trips with destination research, itineraries, budgets, packing lists, and preparation checklists

Available Tools

enso_trip_planner_list_trips (primary)

List all saved trips with status, dates, and budget summaries

Parameters:

  • status (string): Filter by status: all, planning, booked, completed (default: all)

enso_trip_planner_research

Research a destination with weather, costs, attractions, visa info, and travel tips

Parameters:

  • destination (string): Destination city or region to research
  • travelMonth (string): Month or season of planned travel (e.g. 'July', 'winter')
  • interests (string): Traveler interests for personalized tips (e.g. 'food, history, hiking')

enso_trip_planner_itinerary

View or generate a day-by-day itinerary for a trip with activities, times, and locations

Parameters:

  • tripId (string): ID of an existing trip to load itinerary for
  • destination (string): Destination for the itinerary
  • startDate (string): Trip start date (YYYY-MM-DD)
  • endDate (string): Trip end date (YYYY-MM-DD)
  • interests (string): Activities and interests to prioritize
  • action (string): Action: view, generate, or create

enso_trip_planner_budget

View or set up a trip budget with category breakdown, spending tracking, and expense log

Parameters:

  • tripId (string): ID of an existing trip
  • destination (string): Trip destination
  • totalBudget (number): Total trip budget amount
  • currency (string): Currency code (default: USD)
  • travelers (number): Number of travelers (default: 1)
  • duration (number): Trip duration in days

enso_trip_planner_packing

Generate or view a categorized packing list based on destination, weather, and trip type

Parameters:

  • tripId (string): ID of an existing trip
  • destination (string): Trip destination
  • duration (number): Trip duration in days
  • climate (string): Expected climate (e.g. 'hot and humid', 'cold', 'tropical')
  • activities (string): Planned activities that need special gear (e.g. 'hiking, beach, formal dinner')
  • action (string): Action: view or generate

Read the full file on GitHub · 82 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. yesterday First seen · 82 lines · 24 tokens per session scan A 8ccf00484e8a

Subscribe to this mod's changes

trip_planner is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 24 tokens to every session and 738 once invoked, about $0.0001 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.

Related

Other skills, from other repositories