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.
npx skills add moonlight-lupin/agent-skills --skill travel-itinerarygit clone --depth 1 https://github.com/moonlight-lupin/agent-skillsWrote 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.
[](https://agentmods.dev/skills/moonlight-lupin/agent-skills/travel-itinerary)<a href="https://agentmods.dev/skills/moonlight-lupin/agent-skills/travel-itinerary"><img src="https://agentmods.dev/badge/skills/moonlight-lupin/agent-skills/travel-itinerary/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/moonlight-lupin/agent-skills/travel-itinerary"><img src="https://agentmods.dev/badge/skills/moonlight-lupin/agent-skills/travel-itinerary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00066 | $0.02973 |
| Opus 5 | $0.00033 | $0.01486 |
| Sonnet 5 | $0.00013 | $0.00595 |
| Haiku 4.5 | $0.00007 | $0.00297 |
Grade A, and why
travel-itinerary 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 279 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Travel Itinerary
Overview
Turn travel confirmations, booking emails, tickets, meeting notes, restaurant reservations, and ad-hoc trip details into a structured, exportable itinerary for internal business travel.
Mental model:
Trip
└── Day
├── Stay / overnight base
├── Node 1
├── Link / route to next node
├── Node 2
├── Link / route to next node
└── Node 3
- Trip — overall context: travel party, destination, date range, purpose, privacy preferences.
- Day — date, overnight stay, day notes, time-ordered nodes.
- Node — flight, train, hotel check-in, meeting, POI, restaurant,
transfer, event, ticketed attraction, free block, admin reminder, or
free-form note. Nodes carry
visibilityso internal, team-share, private, and travel-admin exports can differ safely.
The source of truth is the canonical YAML (see
templates/itinerary-schema.yaml). Markdown is the default rendered format,
with optional .ics, PDF, DOCX, Google Doc, and chat-ready variants.
When to use
Use this skill when the user wants to:
- Build a business-trip itinerary from forwarded or pasted emails.
- Organise flights, hotels, trains, restaurants, tickets, meetings, attractions.
- Convert scattered booking confirmations into a clean day-by-day schedule.
- Create a team-share or exec version of an itinerary.
- Hide sensitive details before sharing.
- Add travel time or map links between itinerary points.
- Export to Markdown, PDF, DOCX, Google Doc, chat message, or calendar
.ics. - Update an existing itinerary with new confirmations or amendments.
Do not use this skill as a full travel-management backend. If the task requires automatic inbox monitoring, persistent multi-trip databases, live flight status, multi-user editing, or web-app sharing, suggest a separate tool in addition to this skill.
This skill organises and renders user-provided or tool-retrieved travel facts. Do not claim live flight status, current prices, venue opening hours, route duration, ticket availability, or booking availability unless those facts were verified with an available live tool during the current task.
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 279 lines · 66 tokens per session scan A 9fe99605afa7
travel-itinerary is a skill published in the GitHub repository moonlight-lupin/agent-skills (64 stars, last pushed 5d ago), licensed MIT. It adds 66 tokens to every session and 2,973 once invoked, about $0.0003 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.
Other skills, from other repositories
database-expert
Advanced database design and administration for PostgreSQL, MongoDB, and Redis. Use when designing schemas, optimizing queries, managing database performance, or implementing data patterns.
mongodb-atlas
The Atlas Administration API allows you to programmatically manage clusters, database users, and network peering.
db-mongo
Query MongoDB databases configured in .env (DBMONGON). Use when the user asks to query, explore, or audit data in a MongoDB database. Picks connection by label (e.g. 'orders-dev', 'analytics-prod') or numeric index. Read-only by default — writes refused unless DBMONGONALLOWWRITE=true on that block.
database-query
Natural language database queries with multi-database support, query optimization, and visual results.
airtable
Airtable REST API via curl. Records CRUD, filters, upserts.
prisma-mongodb-upgrade
Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb"…