← Back to Skills Marketplace
1707
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install vehicle-tracker
Description
Track vehicle expenses (gas, maintenance, parts) in Google Sheets and save related photos. Handles mileage, cost, category, and photo organization.
Usage Guidance
This skill appears to do what it says: it writes expense rows to Google Sheets or local Excel and copies any photo file paths you pass to it into a photos folder (default ~/vehicle_tracker). Before installing/running: (1) Be aware it will copy files from paths you provide — only pass trusted photo paths. (2) For Google Sheets mode it reuses a 'google-workspace' skill (google_auth.get_service) — ensure you trust and have configured that skill/service-account credentials; the dependency is referenced in SKILL.md but not declared in metadata. (3) Local Excel mode requires openpyxl; if you don't want cloud access, omit spreadsheet IDs and use local mode. (4) If you want extra assurance, review the tracker.py source (it is included) and the google-workspace code it imports before use.
Capability Analysis
Type: OpenClaw Skill
Name: vehicle-tracker
Version: 1.0.0
The skill is designed to track vehicle expenses, supporting data storage in Google Sheets or local Excel files, and managing associated photos. The `tracker.py` script performs file system operations (creating directories, copying photos, reading/writing Excel files) and network operations (interacting with Google Sheets API via a dependency on the `google-workspace` skill). All observed behaviors, including file I/O to user-configurable paths (defaulting to `~/vehicle_tracker`) and API calls, are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts in `SKILL.md`.
Capability Assessment
Purpose & Capability
The name/description describe tracking vehicle expenses and the code implements that: parsing args, saving photos, appending rows to Google Sheets (via google auth) or writing local Excel files. The features requested in SKILL.md match the code behavior.
Instruction Scope
Runtime instructions are limited to running the provided Python script with appropriate flags. The script reads/writes only its config, locale files, user-supplied photo paths, and target spreadsheets/local Excel files — all expected for the stated functionality.
Install Mechanism
No install specification is provided (instruction-only with an included Python script). Nothing is downloaded or executed from external arbitrary URLs; risk is limited to running the included script locally.
Credentials
The skill declares no required env vars or credentials, which matches the package. It does, however, attempt to reuse a 'google-workspace' skill by appending ../google-workspace to sys.path and importing google_auth.get_service for Google Sheets access. That cross-skill dependency is referenced in SKILL.md but is not enforced in metadata — Google credentials would come from the separate google-workspace skill (proportionate to Sheets integration) and are not requested directly here.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges. It writes its own config (skills/vehicle-tracker/config.json) and user files under ~/vehicle_tracker (or custom paths) as expected; it does not modify other skills' configs or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vehicle-tracker - After installation, invoke the skill by name or use
/vehicle-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of vehicle-tracker.
- Track vehicle expenses (gas, maintenance, parts) with support for Google Sheets and local Excel files.
- Supports multiple languages and unit systems (metric/imperial).
- Organizes expense photos and auto-renames them with timestamps.
- Allows configurable vehicle aliases, default values per expense category, and custom save paths.
- Includes detailed setup and configuration instructions for first-time users.
Metadata
Frequently Asked Questions
What is Vehicle Expense Tracker?
Track vehicle expenses (gas, maintenance, parts) in Google Sheets and save related photos. Handles mileage, cost, category, and photo organization. It is an AI Agent Skill for Claude Code / OpenClaw, with 1707 downloads so far.
How do I install Vehicle Expense Tracker?
Run "/install vehicle-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vehicle Expense Tracker free?
Yes, Vehicle Expense Tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Vehicle Expense Tracker support?
Vehicle Expense Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vehicle Expense Tracker?
It is built and maintained by huchengtw (@huchengtw); the current version is v1.0.0.
More Skills