AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mileage Tracker

skill-openaccountant-skills-mileage-tracker · by openaccountant

>

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-openaccountant-skills-mileage-tracker

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openaccountant-skills-mileage-tracker)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mileage Tracker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.