travel

A travel planning tool for discovering places, saving destinations, and planning photography trips. It includes travel details, local planning information, and times for sunrise, sunset, golden hour, and blue hour.

In plain words
What is it for?
Use it to search saved wishlists, discover destinations by style and region, enrich places with practical details, and plan photography shots around lighting windows.
Why use it?
It brings destination research and photo planning together, so you can match places and daily shoots to your interests and available light.

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

Made for: Claude Code, Codex.

Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 881 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.00044 $0.00881
Opus 5 $0.00022 $0.00441
Sonnet 5 $0.00009 $0.00176
Haiku 4.5 $0.00004 $0.00088

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

Security

Grade A, and why

travel 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.

The scan reads SKILL.md. This mod also ships 9 executable files (executors/add.js, executors/browse.js, executors/discover.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/apps/travel/SKILL.md · 83 lines

How it starts

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

Places & Travel: discover destinations, save travel wishlists, plan photography trips around golden hour timing, research locations with immersion checklists, plan shots by day and lighting window, and access quick photography technique references.

Tool Reference

enso_travel_browse (primary)

Browse saved destinations and travel wishlists from your Cortex.

Parameters:

  • query (string): Search within saved places
  • region (string): Filter by region/country

enso_travel_add

Search for a destination and add it to your travel wishlist with enriched travel information.

Parameters:

  • query (string): Place name, city, or destination to search for

enso_travel_discover

AI-powered destination discovery based on your interests and travel style.

Parameters:

  • style (string): Travel style: adventure, culture, relaxation, photography, food, history
  • region (string): Preferred region: asia, europe, americas, africa, oceania

enso_travel_enrich

Enrich saved destinations with detailed travel information: highlights, neighborhoods, food, practical tips.

enso_travel_golden_hour

Calculate sunrise, sunset, golden hour, and blue hour times for any destination. Plan photography trips around optimal lighting windows. Use when the user says: 'golden hour times', 'sunrise sunset for my trip', 'plan photo trip lighting', 'when is golden hour in [city]'.

Parameters:

  • city (string): Destination city name
  • startDate (string): Trip start date (YYYY-MM-DD)
  • endDate (string): Trip end date (YYYY-MM-DD)

enso_travel_research_checklist

Interactive location immersion research checklist for travel photographers. Covers historical research, cultural highlights, iconic spots, hidden gems, and visual character notes. Use when the user says: 'research checklist', 'prepare for trip research', 'location immersion guide'.

Parameters:

  • city (string): Destination city name
  • action (string): Action: load, toggle, update_notes, reset
  • itemId (string): Checklist item ID for toggle/update actions
  • notes (string): Notes text for update_notes action

Read the full file on GitHub · 83 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 · 83 lines · 44 tokens per session scan A 7806b02dcf94

Subscribe to this mod's changes

travel is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 44 tokens to every session and 881 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.

Related

Other skills, from other repositories