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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qbo-mileage - 安装完成后,直接呼叫该 Skill 的名称或使用
/qbo-mileage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 33 次。
如何安装 QuickBooks Mileage CSV?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qbo-mileage」即可一键安装,无需额外配置。
QuickBooks Mileage CSV 是免费的吗?
是的,QuickBooks Mileage CSV 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QuickBooks Mileage CSV 支持哪些平台?
QuickBooks Mileage CSV 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QuickBooks Mileage CSV?
由 Oasis Engineering(@oasiseng)开发并维护,当前版本 v1.0.0。