travel-planner

travel-planner is a skill for Claude Code from alleneee/skill-agent. It costs 38 tokens per session (1,266 once invoked), scanned A, original, no licence file.

A trip-planning toolkit that builds travel itineraries, or schedules for a journey, using destination information, budgets, transport, accommodation, and local details.

In plain words
What is it for?
Use it to plan destinations, transport, places to stay, daily schedules, budgets, and local activities.
Why use it?
It brings the main parts of trip planning together so the schedule and costs are easier to organize.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to plan destinations, transport, places to stay, daily schedules, budgets, and local activities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alleneee/skill-agent/travel-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.

Any agent
npx skills add alleneee/skill-agent --skill travel-planner
Clone the repo
git clone --depth 1 https://github.com/alleneee/skill-agent

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/alleneee/skill-agent/travel-planner.svg)](https://agentmods.dev/skills/alleneee/skill-agent/travel-planner)
Your own site
<a href="https://agentmods.dev/skills/alleneee/skill-agent/travel-planner"><img src="https://agentmods.dev/badge/skills/alleneee/skill-agent/travel-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,266 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. Third-party audits
  • Socket pass 13 Apr 2026
  • Snyk warn 13 Apr 2026
How audits are shown
Origin unknown 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.00038 $0.01266
Opus 5 $0.00019 $0.00633
Sonnet 5 $0.00008 $0.00253
Haiku 4.5 $0.00004 $0.00127

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

Security

Grade A, and why

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

src/omni_agent/skills/travel-planner/SKILL.md · 224 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 224 lines · 38 tokens per session scan A ab7130ba41a1

Subscribe to this mod's changes

travel-planner is a skill published in the GitHub repository alleneee/skill-agent (26 stars, last pushed 5mo ago), with no licence file. It adds 38 tokens to every session and 1,266 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-30.

Related

Other skills, from other repositories

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

fred-economic-data

Query FRED (Federal Reserve Economic Data) API for 800,000+ economic time series from 100+ sources. Access GDP, unemployment, inflation, interest rates, exchange rates, housing, and regional data. Use for macroeconomic analysis, financial research, policy studies, economic forecasting, and academic research requiring…

synthetic-sciences/openscience · 75 tokens

tinker-training-cost

Calculates training costs for Tinker fine-tuning jobs. Use when estimating costs for Tinker LLM training, counting tokens in datasets, or comparing Tinker model training prices. Tokenizes datasets using the correct model tokenizer and provides accurate cost estimates.

synthetic-sciences/openscience · 55 tokens

openloomi-memory

OpenLoomi Memory is the long-lived context layer of OpenLoomi — a tiered, locally-stored knowledge graph that grows on its own from your Connectors, chats, and Screen Capture. Memory is what makes Chat grounded and what Loop reads before it produces a Decision. It is always on your machine (local-first), always…

melandlabs/openloomi · 74 tokens

continual-learn

Persist learning across turns by actively maintaining MENTALMODEL.md in the workspace. Use for iterative coding, debugging, benchmarking, or any feedback-driven task; read and update the file with actual filesystem writes before every response, never just hidden/internal memory.

melandlabs/openloomi · 55 tokens

knowledge-session-state-and-context-active-turn-interactions-and-recovery

A session runtime component that coordinates the current task, user input, permissions, questions, and recovery after a crash or restart.

echoVic/blade-code · 161 tokens