# Mileage Tracker

> >

- **Type:** Skill
- **Install:** `agentstack add skill-openaccountant-skills-mileage-tracker`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [openaccountant](https://agentstack.voostack.com/s/openaccountant)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [openaccountant](https://github.com/openaccountant)
- **Source:** https://github.com/openaccountant/skills/tree/main/shared/mileage-tracker

## Install

```sh
agentstack add skill-openaccountant-skills-mileage-tracker
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Business Mileage Tracker

## Overview

Tracks business miles driven and calculates the IRS mileage deduction. Cross-references fuel, toll, and parking transactions to validate driving activity. You must choose between the standard mileage rate and actual vehicle expenses for each vehicle -- you cannot use both methods for the same vehicle in the same year.

## Wilson Tools Used

- `transaction_search` — Find gas station, toll, and parking transactions to cross-reference against mileage logs
- `export_transactions` — Export vehicle-related expenses for recordkeeping

## Workflow

1. Ask for the total business miles driven (Wilson cannot track odometer readings directly).
2. Multiply business miles by the current IRS standard mileage rate: **$0.70/mile for 2025** (verify the current year rate at irs.gov).
3. Use `transaction_search` to find transactions matching gas stations, toll charges, and parking fees.
4. Cross-reference driving-related transactions against the mileage log dates to validate consistency.
5. Calculate the deduction: `business_miles x rate_per_mile`.
6. Report the deduction amount for Schedule C, Line 9 (Car and truck expenses).

### Standard Mileage Rate vs. Actual Expenses

| Method | What You Deduct | When to Use |
|--------|----------------|-------------|
| Standard mileage | Miles x IRS rate | Simpler; usually better for fuel-efficient or low-cost vehicles |
| Actual expenses | Gas, insurance, repairs, depreciation, registration, lease payments x business-use % | Better for expensive vehicles with high operating costs |

**You must choose one method per vehicle per year.** If you use standard mileage in the first year a vehicle is placed in service, you can switch to actual expenses later. If you start with actual expenses, you cannot switch to standard mileage for that vehicle.

### Required Mileage Log Fields

The IRS requires contemporaneous records. Each entry should include:

- Date of the trip
- Starting location and destination
- Business purpose of the trip
- Miles driven
- Odometer reading (start and end, at minimum annually)

## Without Wilson

1. Create a spreadsheet with columns: Date, From, To, Purpose, Miles.
2. Log every business trip as it happens (the IRS does not accept reconstructed logs).
3. At year end, sum the Miles column.
4. Multiply total business miles by the current IRS rate (e.g., 1,000 miles x $0.70 = $700).
5. Alternatively, total all actual vehicle expenses and multiply by your business-use percentage (business miles / total miles driven).
6. Enter the deduction on Schedule C, Line 9.
7. Keep the mileage log and supporting receipts for at least 3 years from the filing date.

## Important Notes

- The $0.70/mile rate is for 2025. The IRS adjusts this rate annually, sometimes mid-year. Always verify the current rate before filing.
- Commuting miles (home to regular office) are never deductible. Trips from a home office to a client site are deductible.
- If you use the standard mileage rate, you can still deduct parking fees and tolls separately on top of the mileage deduction.
- For vehicles used both personally and for business, only the business-use percentage is deductible.
- This is not tax advice. Consult a CPA or tax professional for filing decisions.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [openaccountant](https://github.com/openaccountant)
- **Source:** [openaccountant/skills](https://github.com/openaccountant/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-openaccountant-skills-mileage-tracker
- Seller: https://agentstack.voostack.com/s/openaccountant
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
