travel-expense-audit

travel-expense-audit is a skill for Claude Code from vixues/LeAgent. It costs 51 tokens per session (327 once invoked), scanned A, original, Apache-2.0.

A travel-expense review workflow that checks reimbursement claims against policy handbooks and rate tables. It covers items such as hotel, transport, and daily meal allowances.

In plain words
What is it for?
Auditing travel claims, finding hotel over-limit charges, and creating a structured findings table or marked document notes.
Why use it?
It removes the need to compare every receipt and claim line with policy limits by hand. Each pass or failure is tied to the rule that supports it.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Auditing travel claims, finding hotel over-limit charges, and creating a structured findings table or marked document notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vixues/leagent/travel-expense-audit
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 vixues/LeAgent --skill travel-expense-audit
Clone the repo
git clone --depth 1 https://github.com/vixues/LeAgent

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-expense-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/vixues/leagent/travel-expense-audit/github.svg)](https://agentmods.dev/skills/vixues/leagent/travel-expense-audit)
Your own site
<a href="https://agentmods.dev/skills/vixues/leagent/travel-expense-audit"><img src="https://agentmods.dev/badge/skills/vixues/leagent/travel-expense-audit/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 travel-expense-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/vixues/leagent/travel-expense-audit"><img src="https://agentmods.dev/badge/skills/vixues/leagent/travel-expense-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 327 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 pass 7 Sept 2026
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.00051 $0.00327
Opus 5 $0.00026 $0.00163
Sonnet 5 $0.00010 $0.00065
Haiku 4.5 $0.00005 $0.00033

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

Security

Grade A, and why

travel-expense-audit 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 10d 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.

backend/leagent/skills/builtin/travel-expense-audit/SKILL.md · 42 lines

What it actually says

Travel expense audit

Required inputs

  1. Claim packet (forms, invoices, itinerary)
  2. Policy / finance handbook (PDF/DOCX) — ask the user to upload if missing
  3. Rate tables when lodging/transport caps are not in the handbook

Before auditing

Use ask_user alone if any of these are unclear:

  • Which handbook version applies
  • Whether lodging / meal / transport caps must all be checked
  • Output format (marked PDF notes vs Excel findings table)

Workflow

  1. Extract rule clauses that apply (especially 住宿费超标).
  2. Normalize claim line items (date, city, amount, category).
  3. Check each line against caps; list pass/fail with cited rule text.
  4. Emit a structured findings table; cite managed download URLs.

Learning

When the user points out a missed rule, add it to the skill notes / procedure so the next audit of the same org includes that check by default.

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. 10d ago First seen · 42 lines · 51 tokens per session scan A e1f507905eea

Subscribe to this mod's changes

travel-expense-audit is a skill published in the GitHub repository vixues/LeAgent (220 stars, last pushed 29d ago), licensed Apache-2.0. It adds 51 tokens to every session and 327 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

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

document-review

Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the user mentions compliance checks, financial audits, or document verification.

open-gitagent/opengap · 59 tokens

rn-feature-development

This skill should be used when building any new feature in a React Native or Expo app, or when the /rn-dev-agent:rn-feature-dev command runs. Triggers on "build a feature", "add X to the app", "implement Y", "create a new screen", "rn-feature-dev", "feature development", "build me X", "add a screen", "wire up this…

Lykhoyda/rn-dev-agent · 86 tokens

rn-testing

This skill should be used when the user asks to "write a Maestro test", "create E2E flows", "add testIDs", "run UI tests", "run E2E tests", "verify a feature works", "test my screen", "set up maestro-runner", "mock network requests", "inspect store state", "write test assertions", or needs guidance on test timing…

Lykhoyda/rn-dev-agent · 106 tokens

capturing-proof

This skill should be used when the user asks to "capture proof", "record a demo of this feature", "make a video showing it works", "record the flow for the PR", "generate a PR body", "capture screenshots for the PR", "proof-capture", or when a verified feature needs PR-ready proof artifacts (video + numbered…

Lykhoyda/rn-dev-agent · 105 tokens

rn-debugging

This skill should be used when the user asks to "debug the app", "fix a crash", "diagnose a blank screen", "read error logs", "troubleshoot CDP connection", "check Metro status", "find native crashes", "inspect network failures", "the app crashed", "I see a blank screen", "the screen is white", "something broke", "app…

Lykhoyda/rn-dev-agent · 123 tokens