finance-trip

finance-trip is a skill for Claude Code, Codex from ignaciohermosillacornejo/copilot-money-mcp. It costs 54 tokens per session (2,359 once invoked), scanned A, original, MIT.

A workflow for finding, reviewing, and tagging financial transactions connected to a specific trip. It can also identify charges that appeared after the trip and summarize the trip's spending.

In plain words
What is it for?
Use it to total spending for a trip, find transactions from a travel date range, identify late charges, and apply a confirmed trip tag.
Why use it?
It gathers likely trip-related purchases from dates, places, and merchant details, while requiring confirmation before changing transaction data. This helps catch late-posting charges without silently modifying records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to total spending for a trip, find transactions from a travel date range, identify late charges, and apply a confirmed trip tag.

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

Made for: Claude Code, Codex.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ignaciohermosillacornejo/copilot-money-mcp/finance-trip"><img src="https://agentmods.dev/badge/skills/ignaciohermosillacornejo/copilot-money-mcp/finance-trip.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,359 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
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 28
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00054 $0.02359
Opus 5 $0.00027 $0.01179
Sonnet 5 $0.00011 $0.00472
Haiku 4.5 $0.00005 $0.00236

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

Security

Grade A, and why

finance-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/finance-trip/SKILL.md · 142 lines

How it starts

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

Finance Trip

When to use

  • The user wants to tag travel transactions for a trip
  • The user asks "how much did I spend in [place]?"
  • The user wants to find late-posting charges from a recent trip

Do NOT use if

  • The "trip" isn't a discrete date range (it's general spending in a category) → use /finance-pulse
  • The user wants Amazon-specific reconciliation → use /amazon-sync

Track trip expenses by finding transactions in a date range, using location and merchant data to suggest which ones belong to the trip, and tagging confirmed ones. Can re-run to catch stragglers.

Guardrails

  1. Stage writes as a draft. Before any create_tag or update_transaction call (including tag adds via tag_ids), show the user the proposed change (new tag name, or which transactions get which tags) and wait for explicit confirmation. The "Definitely trip" batch-approval flow (Phase 3) is the carve-out — the batch must still be presented first, but per-item confirmation isn't required after the batch is approved in the same turn.
  2. Confirmation is per-turn. A previous "go ahead" does not authorize subsequent batches. Each new batch of writes requires its own confirmation in the same turn.

Phase 1 — Scope the Trip

  1. Read the user profile at ~/.claude/copilot-money/user-profile.md. If the file doesn't exist: run mkdir -p ~/.claude/copilot-money, then copy skills/user-profile.template.md (relative to the copilot-money-mcp repo root) to the profile path. First-time bootstrap may require CWD = repo root for the template read. Check Trip Tracking preferences and any existing trips.

  2. Get trip parameters. Ask the user or infer from context:

    • Trip name: e.g., "French Polynesia", "Whistler Weekend"
    • Date range: start and end date. If the user says "my Tahiti trip" and you know dates from prior conversation or tagged transactions, use those.
    • Location hint: country, city, or region (optional — helps filter)
  3. Check for existing trip tag. Use get_transactions with tag filter to see if a tag already exists for this trip. If it does, this is a re-run to find stragglers — note which transactions are already tagged.

Read the full file on GitHub · 142 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 · 142 lines · 54 tokens per session scan A c4267083bdc2

Subscribe to this mod's changes

finance-trip is a skill published in the GitHub repository ignaciohermosillacornejo/copilot-money-mcp (79 stars, last pushed today), licensed MIT. It adds 54 tokens to every session and 2,359 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.

Related

Other skills, from other repositories

tool-prompt-optimization

Optimize the description prompts an AI agent reads to learn its built-in tools (the .md files under prompts/tools/). Two halves: (1) measure how much of a prompt is already inferable from the tool's JSON parameter schema + name, to prune redundancy with evidence; (2) house authoring rules for what belongs in a tool…

can1357/oh-my-pi · 0 tokens

semantic-compression

Re-encode verbose prose into a dense telegraphic register — punctuation as connectives, label frames, verbless assertions — without losing normativity or precision. Use when compressing system prompts, tool/function descriptions, skill bodies, or agent instructions; reducing token count or context bloat; making…

can1357/oh-my-pi · 77 tokens

connect-recommend

Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a marketplace, platform, multi-vendor store, gig platform, or subscription platform, needs to pay out sellers, vendors, or providers, mentions split payments, revenue…

stripe/ai · 151 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

stripe-best-practices

Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax…

stripe/ai · 161 tokens