QuickBooks Mileage CSV
/install qbo-mileage
QuickBooks Mileage CSV
Use this skill when the user wants to generate, review, or schedule a QuickBooks Online mileage CSV from calendar or inspection data.
Do not infer or hand-edit mileage rows in the prompt. Run the deterministic CLI from the plugin root so trip pairing, distance caching, CSV formatting, and run reports are produced by code.
Common commands
Dry run:
python -m qbo_mileage generate --config config.json --month YYYY-MM --dry-run
Generate files:
python -m qbo_mileage generate --config config.json --month YYYY-MM
Outputs are written under the configured output directory, normally
quickbooks_mileage/YYYY-MM/.
Review checklist
- Confirm the requested month is correct.
- Confirm the configured home base and vehicle.
- Read
run_report.mdbefore telling the user the CSV is ready. - Surface skipped events, missing addresses, and distance API failures.
- Remind the user that GitHub Actions or cloud/email output is not local-only.
Setup guidance
For first-time setup, point the user to:
config.example.jsondocs/setup-airtable.mddocs/setup-maps.mddocs/setup-scheduling.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qbo-mileage - After installation, invoke the skill by name or use
/qbo-mileage - Provide required inputs per the skill's parameter spec and get structured output
What is QuickBooks Mileage CSV?
Generate QuickBooks Online mileage CSV files from Airtable, Outlook, or Google Calendar records using the local qbo-mileage CLI and user-owned credentials. It is an AI Agent Skill for Claude Code / OpenClaw, with 33 downloads so far.
How do I install QuickBooks Mileage CSV?
Run "/install qbo-mileage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QuickBooks Mileage CSV free?
Yes, QuickBooks Mileage CSV is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QuickBooks Mileage CSV support?
QuickBooks Mileage CSV is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QuickBooks Mileage CSV?
It is built and maintained by Oasis Engineering (@oasiseng); the current version is v1.0.0.