mileage-tracker
Installation
SKILL.md
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 logsexport_transactions— Export vehicle-related expenses for recordkeeping
Workflow
- Ask for the total business miles driven (Wilson cannot track odometer readings directly).
- Multiply business miles by the current IRS standard mileage rate: $0.70/mile for 2025 (verify the current year rate at irs.gov).
- Use
transaction_searchto find transactions matching gas stations, toll charges, and parking fees. - Cross-reference driving-related transactions against the mileage log dates to validate consistency.
- Calculate the deduction:
business_miles x rate_per_mile. - Report the deduction amount for Schedule C, Line 9 (Car and truck expenses).
Related skills