share-trip

share-trip is a skill for Claude Code from everway-ai/everway-mcp-server. It costs 106 tokens per session (862 once invoked), scanned A, original, MIT.

A skill for managing people, invitations, and privacy on an Everway trip. It distinguishes travelers attached to bookings from people invited to view the trip and from bookings kept private.

In plain words
What is it for?
Use it to add or remove travelers, send view-only invitations, attach people to bookings, or change booking visibility.
Why use it?
It prevents common sharing mistakes, such as inviting someone when you only meant to list them as a traveler. It also helps control which trip items other people can see.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the everway plugin — 5 skills, 2 MCP servers shipped together

Good fit Use it to add or remove travelers, send view-only invitations, attach people to bookings, or change booking visibility.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/everway-ai/everway-mcp-server/share-trip
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 everway-ai/everway-mcp-server --skill share-trip
Clone the repo
git clone --depth 1 https://github.com/everway-ai/everway-mcp-server

Made for: Claude Code.

Or install everway, the plugin that ships this one along with the rest of its 5 skills, 2 MCP servers.

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 share-trip

README.md
[![agentmods](https://agentmods.dev/badge/skills/everway-ai/everway-mcp-server/share-trip/github.svg)](https://agentmods.dev/skills/everway-ai/everway-mcp-server/share-trip)
Your own site
<a href="https://agentmods.dev/skills/everway-ai/everway-mcp-server/share-trip"><img src="https://agentmods.dev/badge/skills/everway-ai/everway-mcp-server/share-trip/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.

agentmods 80×15 button for share-trip

Your own site · 80×15
<a href="https://agentmods.dev/skills/everway-ai/everway-mcp-server/share-trip"><img src="https://agentmods.dev/badge/skills/everway-ai/everway-mcp-server/share-trip.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 862 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.
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.1 $0.00106 $0.00862
Opus 5 $0.00053 $0.00431
Sonnet 5 $0.00021 $0.00172
Haiku 4.5 $0.00011 $0.00086

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

Security

Grade A, and why

share-trip 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 12d 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/share-trip/SKILL.md · 57 lines

How it starts

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

Share Trip

Keywords

invite to trip, share trip, add traveler, who's on the trip, who's coming, view-only invite, revoke invite, make private, share booking, group trip, add my partner, remove person

Overview

Everway separates two ideas: trip people (travelers on bookings — no account needed) and invites (view-only access to the trip for someone with an email address). Items also have visibility — shared with the trip, or private to whoever added them. This skill picks the right mechanism so "add my mum to the trip" doesn't accidentally email her a login.

Use this skill when: the user wants to add, remove, or look up people on a trip, share access, or change what others can see.

Workflow

Step 1: Understand which of the three they mean

User says Mechanism Tools
"Add Sam as a traveler / put Sam on the flight" Trip person add_trip_person, set_item_people
"Let Sam see the trip / share the plan with Sam" View-only invite (needs email) invite_viewer
"Keep this booking just for me / share it with everyone" Item visibility set_item_visibility

When someone should both travel and see the plan, do both — they're independent.

Step 2: Check the current state

Call list_trip_people (owner, guests, and travelers found in bookings) and list_invites (owner only: pending and accepted invites) before changing anything, to avoid duplicates and to answer "who's on this trip?" accurately.

Step 3: Make the change

Travelers: add_trip_person with displayName (email optional). Rename account-less travelers with rename_trip_person; remove with remove_trip_person (this also detaches them from all items). Owner only.

Attach people to bookings: set_item_people with person ids from list_trip_people — it replaces the list, so include existing ids you want to keep; pass [] to clear.

Invites: invite_viewer sends the email immediately — confirm the address before calling. Revoke pending or accepted invites with revoke_invite; guests who joined by invite are removed this way, not via remove_trip_person.

Read the full file on GitHub · 57 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. 12d ago First seen · 57 lines · 106 tokens per session scan A 3263b24f0785

Subscribe to this mod's changes

share-trip is a skill published in the GitHub repository everway-ai/everway-mcp-server (1 stars, last pushed 1mo ago), licensed MIT. It adds 106 tokens to every session and 862 once invoked, about $0.0005 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens